Uses of Class
org.silverpeas.mobile.shared.dto.blog.PostDTO
-
-
Uses of PostDTO in org.silverpeas.mobile.client.apps.blog.events.pages
Methods in org.silverpeas.mobile.client.apps.blog.events.pages that return types with arguments of type PostDTO Modifier and Type Method Description List<PostDTO>
BlogLoadedEvent. getPosts()
Constructor parameters in org.silverpeas.mobile.client.apps.blog.events.pages with type arguments of type PostDTO Constructor Description BlogLoadedEvent(List<PostDTO> posts)
-
Uses of PostDTO in org.silverpeas.mobile.client.apps.blog.pages.widgets
Methods in org.silverpeas.mobile.client.apps.blog.pages.widgets with parameters of type PostDTO Modifier and Type Method Description void
BlogItem. setData(int index, int max, PostDTO data)
-
Uses of PostDTO in org.silverpeas.mobile.server.services
Methods in org.silverpeas.mobile.server.services that return types with arguments of type PostDTO Modifier and Type Method Description List<PostDTO>
ServiceBlog. getPosts(String categoryId)
-
Uses of PostDTO in org.silverpeas.mobile.shared.services.rest
Method parameters in org.silverpeas.mobile.shared.services.rest with type arguments of type PostDTO Modifier and Type Method Description void
ServiceBlog. getPosts(String appId, String categoryId, org.fusesource.restygwt.client.MethodCallback<List<PostDTO>> callback)
-