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 voidFavoritesDeleteEvent. 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 MyLinkDTOFavoriteItem. getData()Methods in org.silverpeas.mobile.client.apps.navigation.pages.widgets with parameters of type MyLinkDTO Modifier and Type Method Description voidFavoriteItem. 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 MyLinkDTOFavoritesHelper. 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 voidHomePageDTO. 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 voidServiceMyLinks. 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 voidServiceMyLinks. addLink(MyLinkDTO newLink, org.fusesource.restygwt.client.MethodCallback<MyLinkDTO> callback)voidServiceMyLinks. getMyLinks(org.fusesource.restygwt.client.MethodCallback<List<MyLinkDTO>> callback)
-