Uses of Class
org.silverpeas.mobile.shared.dto.MyLinkDTO
-
-
Uses of MyLinkDTO in org.silverpeas.mobile.client.apps.favorites.events.app
Methods in org.silverpeas.mobile.client.apps.favorites.events.app that return types with arguments of type MyLinkDTO Modifier and Type Method Description List<MyLinkDTO>
FavoritesDeleteEvent. getSelection()
Method parameters in org.silverpeas.mobile.client.apps.favorites.events.app with type arguments of type MyLinkDTO Modifier and Type Method Description void
FavoritesDeleteEvent. setSelection(List<MyLinkDTO> selection)
-
Uses of MyLinkDTO in org.silverpeas.mobile.client.apps.navigation.pages.widgets
Methods in org.silverpeas.mobile.client.apps.navigation.pages.widgets that return MyLinkDTO Modifier and Type Method Description MyLinkDTO
FavoriteItem. getData()
Methods in org.silverpeas.mobile.client.apps.navigation.pages.widgets with parameters of type MyLinkDTO Modifier and Type Method Description void
FavoriteItem. setData(MyLinkDTO data)
-
Uses of MyLinkDTO in org.silverpeas.mobile.server.services.helpers
Methods in org.silverpeas.mobile.server.services.helpers that return MyLinkDTO Modifier and Type Method Description MyLinkDTO
FavoritesHelper. populate(org.silverpeas.core.mylinks.model.LinkDetail link)
Methods in org.silverpeas.mobile.server.services.helpers that return types with arguments of type MyLinkDTO Modifier and Type Method Description List<MyLinkDTO>
FavoritesHelper. populate(List<org.silverpeas.core.mylinks.model.LinkDetail> links)
-
Uses of MyLinkDTO in org.silverpeas.mobile.shared.dto
Methods in org.silverpeas.mobile.shared.dto that return types with arguments of type MyLinkDTO Modifier and Type Method Description List<MyLinkDTO>
HomePageDTO. getFavorites()
Method parameters in org.silverpeas.mobile.shared.dto with type arguments of type MyLinkDTO Modifier and Type Method Description void
HomePageDTO. setFavorites(List<MyLinkDTO> favorites)
-
Uses of MyLinkDTO in org.silverpeas.mobile.shared.services.rest
Methods in org.silverpeas.mobile.shared.services.rest with parameters of type MyLinkDTO Modifier and Type Method Description void
ServiceMyLinks. addLink(MyLinkDTO newLink, org.fusesource.restygwt.client.MethodCallback<MyLinkDTO> callback)
Method parameters in org.silverpeas.mobile.shared.services.rest with type arguments of type MyLinkDTO Modifier and Type Method Description void
ServiceMyLinks. addLink(MyLinkDTO newLink, org.fusesource.restygwt.client.MethodCallback<MyLinkDTO> callback)
void
ServiceMyLinks. getMyLinks(org.fusesource.restygwt.client.MethodCallback<List<MyLinkDTO>> callback)
-