Uses of Class
org.silverpeas.mobile.shared.StreamingList
-
-
Uses of StreamingList in org.silverpeas.mobile.client.apps.notificationsbox.events.pages
Methods in org.silverpeas.mobile.client.apps.notificationsbox.events.pages that return StreamingList Modifier and Type Method Description StreamingList<NotificationReceivedDTO>
NotificationsLoadedEvent. getNotifications()
StreamingList<NotificationSendedDTO>
NotificationsSendedLoadedEvent. getNotifications()
Constructors in org.silverpeas.mobile.client.apps.notificationsbox.events.pages with parameters of type StreamingList Constructor Description NotificationsLoadedEvent(StreamingList<NotificationReceivedDTO> notifications)
NotificationsSendedLoadedEvent(StreamingList<NotificationSendedDTO> notifications)
-
Uses of StreamingList in org.silverpeas.mobile.client.apps.workflow.events.pages
Methods in org.silverpeas.mobile.client.apps.workflow.events.pages that return StreamingList Modifier and Type Method Description StreamingList<WorkflowInstanceDTO>
WorkflowLoadedInstancesEvent. getData()
Methods in org.silverpeas.mobile.client.apps.workflow.events.pages with parameters of type StreamingList Modifier and Type Method Description void
WorkflowLoadedInstancesEvent. setData(StreamingList<WorkflowInstanceDTO> data)
-
Uses of StreamingList in org.silverpeas.mobile.server.services
Methods in org.silverpeas.mobile.server.services that return StreamingList Modifier and Type Method Description protected StreamingList
AbstractAuthenticateService. createStreamingList(CommandCreateList command, int callNumber, int callSize, String cacheKey)
protected StreamingList
AbstractRestWebService. createStreamingList(CommandCreateList command, int callNumber, int callSize, String cacheKey)
StreamingList<BaseDTO>
ServiceMedia. getAlbumsAndPictures(String instanceId, String rootAlbumId, int callNumber)
StreamingList<NotificationReceivedDTO>
ServiceNotifications. getUserNotifications(int callNumber)
StreamingList<NotificationSendedDTO>
ServiceNotifications. getUserSendedNotifications(int callNumber)
StreamingList<WorkflowInstanceDTO>
ServiceWorkflow. getWorkflowInstances(String userRole, int callNumber)
protected StreamingList<?>
AbstractRestWebService. makeStreamingList(int callNumber, String CACHE_NAME, javax.servlet.http.HttpServletRequest request, Populator populator)
-
Uses of StreamingList in org.silverpeas.mobile.shared.services.rest
Method parameters in org.silverpeas.mobile.shared.services.rest with type arguments of type StreamingList Modifier and Type Method Description void
ServiceMedia. getAlbumsAndPictures(String instanceId, String rootAlbumId, int callNumber, org.fusesource.restygwt.client.MethodCallback<StreamingList<BaseDTO>> callback)
void
ServiceNotifications. getUserNotifications(int callNumber, org.fusesource.restygwt.client.MethodCallback<StreamingList<NotificationReceivedDTO>> callback)
void
ServiceNotifications. getUserSendedNotifications(int callNumber, org.fusesource.restygwt.client.MethodCallback<StreamingList<NotificationSendedDTO>> callback)
void
ServiceWorkflow. getWorkflowInstances(String appId, String userRole, int callNumber, org.fusesource.restygwt.client.MethodCallback<StreamingList<WorkflowInstanceDTO>> callback)
-