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 void
AgendaPage. setAllowedUsersAndGroups(List<BaseDTO> baseDTOS)
void
EditEventPage. 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 void
NotificationSenderPage. 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 BaseDTO
UserGroupItem. getData()
Methods in org.silverpeas.mobile.client.components.userselection.widgets with parameters of type BaseDTO Modifier and Type Method Description void
UserGroupItem. 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 class
FavoriteDTO
class
GroupDTO
class
HomePageDTO
class
TaskDTO
class
UserDTO
-
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 class
PostDTO
-
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 class
ClassifiedDTO
class
ClassifiedsDTO
-
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 class
PublicationDTO
class
TopicDTO
-
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 class
AlbumDTO
class
MediaDTO
class
PhotoDTO
class
SoundDTO
class
VideoDTO
class
VideoStreamingDTO
-
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 class
NewsDTO
-
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 void
NotificationToSendDTO. 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 void
ServiceMedia. getAlbumsAndPictures(String instanceId, String rootAlbumId, int callNumber, org.fusesource.restygwt.client.MethodCallback<StreamingList<BaseDTO>> callback)
void
ServiceNotifications. getAllowedUsersAndGroups(String componentId, String contentId, org.fusesource.restygwt.client.MethodCallback<List<BaseDTO>> callback)
void
ServiceDocuments. getTopicsAndPublications(String instanceId, String rootTopicId, org.fusesource.restygwt.client.MethodCallback<List<BaseDTO>> callback)
void
ServiceFormsOnline. getUserField(String appId, String formName, String fieldName, org.fusesource.restygwt.client.MethodCallback<List<BaseDTO>> callback)
void
ServiceWorkflow. getUserField(String appId, String instanceId, String actionName, String fieldName, String role, org.fusesource.restygwt.client.MethodCallback<List<BaseDTO>> callback)
-