Uses of Class
org.silverpeas.mobile.shared.dto.classifieds.ClassifiedsDTO
-
Packages that use ClassifiedsDTO Package Description org.silverpeas.mobile.client.apps.classifieds.events.pages org.silverpeas.mobile.server.services org.silverpeas.mobile.shared.services.rest -
-
Uses of ClassifiedsDTO in org.silverpeas.mobile.client.apps.classifieds.events.pages
Methods in org.silverpeas.mobile.client.apps.classifieds.events.pages that return ClassifiedsDTO Modifier and Type Method Description ClassifiedsDTOClassifiedsLoadedEvent. getClassifieds()Constructors in org.silverpeas.mobile.client.apps.classifieds.events.pages with parameters of type ClassifiedsDTO Constructor Description ClassifiedsLoadedEvent(ClassifiedsDTO classifieds) -
Uses of ClassifiedsDTO in org.silverpeas.mobile.server.services
Methods in org.silverpeas.mobile.server.services that return ClassifiedsDTO Modifier and Type Method Description ClassifiedsDTOServiceClassifieds. getClassified(String id)ClassifiedsDTOServiceClassifieds. getClassifieds() -
Uses of ClassifiedsDTO in org.silverpeas.mobile.shared.services.rest
Method parameters in org.silverpeas.mobile.shared.services.rest with type arguments of type ClassifiedsDTO Modifier and Type Method Description voidServiceClassifieds. getClassified(String appId, String id, org.fusesource.restygwt.client.MethodCallback<ClassifiedsDTO> callback)voidServiceClassifieds. getClassifieds(String appId, org.fusesource.restygwt.client.MethodCallback<ClassifiedsDTO> callback)
-