Uses of Class
org.silverpeas.mobile.shared.dto.BaseDTO
Packages that use BaseDTO
Package
Description
-
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 BaseDTOMethod parameters in org.silverpeas.mobile.client.apps.agenda.pages with type arguments of type BaseDTOModifier and TypeMethodDescriptionvoidAgendaPage.setAllowedUsersAndGroups(List<BaseDTO> baseDTOS) voidEditEventPage.setAllowedUsersAndGroups(List<BaseDTO> allowedUsersAndGroups) -
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 BaseDTOConstructor parameters in org.silverpeas.mobile.client.apps.notifications.events.app with type arguments of type BaseDTOModifierConstructorDescriptionSendNotificationEvent(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 BaseDTOModifier and TypeMethodDescriptionvoidNotificationSenderPage.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 BaseDTOConstructor parameters in org.silverpeas.mobile.client.common.event.selection with type arguments of type BaseDTO -
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 BaseDTOConstructor parameters in org.silverpeas.mobile.client.components.userselection.events.components with type arguments of type BaseDTO -
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 BaseDTOModifier and TypeMethodDescriptionAllowedUsersAndGroupsLoadedEvent.getListAllowedUsersAndGroups()Constructor parameters in org.silverpeas.mobile.client.components.userselection.events.pages with type arguments of type BaseDTOModifierConstructorDescriptionAllowedUsersAndGroupsLoadedEvent(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 BaseDTOMethods in org.silverpeas.mobile.client.components.userselection.widgets with parameters of type BaseDTO -
Uses of BaseDTO in org.silverpeas.mobile.server.services
Methods in org.silverpeas.mobile.server.services that return types with arguments of type BaseDTOModifier and TypeMethodDescriptionprotected StreamingList<BaseDTO>AbstractRestWebService.createStreamingList(CommandCreateList command, int callNumber, int callSize, String cacheKey) ServiceMedia.getAlbumsAndPictures(String instanceId, String rootAlbumId, int callNumber) ServiceNotifications.getAllowedUsersAndGroups(String componentId, String contentId) ServiceDocuments.getTopicsAndPublications(String instanceId, String rootTopicId) ServiceFormsOnline.getUserField(String formName, String fieldName) ServiceWorkflow.getUserField(String instanceId, String actionName, String fieldName, String role)