Uses of Class
org.silverpeas.mobile.shared.dto.BaseDTO
-
-
Uses of BaseDTO in org.silverpeas.mobile.client.apps.agenda.pages
Methods in org.silverpeas.mobile.client.apps.agenda.pages that return types with arguments of type BaseDTO Modifier and Type Method Description List<BaseDTO>AgendaPage. getAllowedUsersAndGroups()Method parameters in org.silverpeas.mobile.client.apps.agenda.pages with type arguments of type BaseDTO Modifier and Type Method Description voidAgendaPage. setAllowedUsersAndGroups(List<BaseDTO> baseDTOS)voidEditEventPage. setAllowedUsersAndGroups(List<BaseDTO> allowedUsersAndGroups) -
Uses of BaseDTO in org.silverpeas.mobile.client.apps.documents.events.pages.navigation
Methods in org.silverpeas.mobile.client.apps.documents.events.pages.navigation that return types with arguments of type BaseDTO Modifier and Type Method Description List<BaseDTO>GedItemsLoadedEvent. getTopicsAndPublications()Constructor parameters in org.silverpeas.mobile.client.apps.documents.events.pages.navigation with type arguments of type BaseDTO Constructor Description GedItemsLoadedEvent(List<BaseDTO> topicsAndPublications, int sharing, boolean canImport)GedItemsLoadedEvent(List<BaseDTO> topicsAndPublications, int sharing, boolean canImport, boolean forceReload) -
Uses of BaseDTO in org.silverpeas.mobile.client.apps.notifications.events.app
Methods in org.silverpeas.mobile.client.apps.notifications.events.app that return types with arguments of type BaseDTO Modifier and Type Method Description List<BaseDTO>SendNotificationEvent. getReceivers()Constructor parameters in org.silverpeas.mobile.client.apps.notifications.events.app with type arguments of type BaseDTO Constructor Description SendNotificationEvent(NotificationDTO notification, List<BaseDTO> receivers, String subject) -
Uses of BaseDTO in org.silverpeas.mobile.client.apps.notifications.pages
Method parameters in org.silverpeas.mobile.client.apps.notifications.pages with type arguments of type BaseDTO Modifier and Type Method Description voidNotificationSenderPage. setSelection(List<BaseDTO> selection) -
Uses of BaseDTO in org.silverpeas.mobile.client.common.event.selection
Methods in org.silverpeas.mobile.client.common.event.selection that return types with arguments of type BaseDTO Modifier and Type Method Description List<BaseDTO>UsersSelectionSendedEvent. getSelection()Constructor parameters in org.silverpeas.mobile.client.common.event.selection with type arguments of type BaseDTO Constructor Description UsersSelectionSendedEvent(List<BaseDTO> selection) -
Uses of BaseDTO in org.silverpeas.mobile.client.components.userselection.events.components
Methods in org.silverpeas.mobile.client.components.userselection.events.components that return types with arguments of type BaseDTO Modifier and Type Method Description List<BaseDTO>UsersAndGroupsSelectedEvent. getUsersAndGroupsSelected()Constructor parameters in org.silverpeas.mobile.client.components.userselection.events.components with type arguments of type BaseDTO Constructor Description UsersAndGroupsSelectedEvent(List<BaseDTO> list) -
Uses of BaseDTO in org.silverpeas.mobile.client.components.userselection.events.pages
Methods in org.silverpeas.mobile.client.components.userselection.events.pages that return types with arguments of type BaseDTO Modifier and Type Method Description List<BaseDTO>AllowedUsersAndGroupsLoadedEvent. getListAllowedUsersAndGroups()Constructor parameters in org.silverpeas.mobile.client.components.userselection.events.pages with type arguments of type BaseDTO Constructor Description AllowedUsersAndGroupsLoadedEvent(List<BaseDTO> list, boolean userOnly) -
Uses of BaseDTO in org.silverpeas.mobile.client.components.userselection.widgets
Methods in org.silverpeas.mobile.client.components.userselection.widgets that return BaseDTO Modifier and Type Method Description BaseDTOUserGroupItem. getData()Methods in org.silverpeas.mobile.client.components.userselection.widgets with parameters of type BaseDTO Modifier and Type Method Description voidUserGroupItem. setData(BaseDTO data) -
Uses of BaseDTO in org.silverpeas.mobile.server.services
Methods in org.silverpeas.mobile.server.services that return types with arguments of type BaseDTO Modifier and Type Method Description StreamingList<BaseDTO>ServiceMedia. getAlbumsAndPictures(String instanceId, String rootAlbumId, int callNumber)List<BaseDTO>ServiceNotifications. getAllowedUsersAndGroups(String componentId, String contentId)List<BaseDTO>ServiceDocuments. getTopicsAndPublications(String instanceId, String rootTopicId)List<BaseDTO>ServiceFormsOnline. getUserField(String formName, String fieldName)List<BaseDTO>ServiceWorkflow. getUserField(String instanceId, String actionName, String fieldName, String role) -
Uses of BaseDTO in org.silverpeas.mobile.shared.dto
Subclasses of BaseDTO in org.silverpeas.mobile.shared.dto Modifier and Type Class Description classFavoriteDTOclassGroupDTOclassHomePageDTOclassTaskDTOclassUserDTO -
Uses of BaseDTO in org.silverpeas.mobile.shared.dto.blog
Subclasses of BaseDTO in org.silverpeas.mobile.shared.dto.blog Modifier and Type Class Description classPostDTO -
Uses of BaseDTO in org.silverpeas.mobile.shared.dto.classifieds
Subclasses of BaseDTO in org.silverpeas.mobile.shared.dto.classifieds Modifier and Type Class Description classClassifiedDTOclassClassifiedsDTO -
Uses of BaseDTO in org.silverpeas.mobile.shared.dto.documents
Subclasses of BaseDTO in org.silverpeas.mobile.shared.dto.documents Modifier and Type Class Description classPublicationDTOclassTopicDTO -
Uses of BaseDTO in org.silverpeas.mobile.shared.dto.media
Subclasses of BaseDTO in org.silverpeas.mobile.shared.dto.media Modifier and Type Class Description classAlbumDTOclassMediaDTOclassPhotoDTOclassSoundDTOclassVideoDTOclassVideoStreamingDTO -
Uses of BaseDTO in org.silverpeas.mobile.shared.dto.news
Subclasses of BaseDTO in org.silverpeas.mobile.shared.dto.news Modifier and Type Class Description classNewsDTO -
Uses of BaseDTO in org.silverpeas.mobile.shared.dto.notifications
Methods in org.silverpeas.mobile.shared.dto.notifications that return types with arguments of type BaseDTO Modifier and Type Method Description List<BaseDTO>NotificationToSendDTO. getReceivers()Method parameters in org.silverpeas.mobile.shared.dto.notifications with type arguments of type BaseDTO Modifier and Type Method Description voidNotificationToSendDTO. setReceivers(List<BaseDTO> receivers) -
Uses of BaseDTO in org.silverpeas.mobile.shared.services.rest
Method parameters in org.silverpeas.mobile.shared.services.rest with type arguments of type BaseDTO Modifier and Type Method Description voidServiceMedia. getAlbumsAndPictures(String instanceId, String rootAlbumId, int callNumber, org.fusesource.restygwt.client.MethodCallback<StreamingList<BaseDTO>> callback)voidServiceNotifications. getAllowedUsersAndGroups(String componentId, String contentId, org.fusesource.restygwt.client.MethodCallback<List<BaseDTO>> callback)voidServiceDocuments. getTopicsAndPublications(String instanceId, String rootTopicId, org.fusesource.restygwt.client.MethodCallback<List<BaseDTO>> callback)voidServiceFormsOnline. getUserField(String appId, String formName, String fieldName, org.fusesource.restygwt.client.MethodCallback<List<BaseDTO>> callback)voidServiceWorkflow. getUserField(String appId, String instanceId, String actionName, String fieldName, String role, org.fusesource.restygwt.client.MethodCallback<List<BaseDTO>> callback)
-