Uses of Class
org.silverpeas.mobile.shared.dto.ShortCutLinkDTO
-
Packages that use ShortCutLinkDTO Package Description org.silverpeas.mobile.client.apps.navigation.pages.widgets org.silverpeas.mobile.shared.dto -
-
Uses of ShortCutLinkDTO in org.silverpeas.mobile.client.apps.navigation.pages.widgets
Methods in org.silverpeas.mobile.client.apps.navigation.pages.widgets with parameters of type ShortCutLinkDTO Modifier and Type Method Description void
ShortCutItem. setData(ShortCutLinkDTO data)
-
Uses of ShortCutLinkDTO in org.silverpeas.mobile.shared.dto
Methods in org.silverpeas.mobile.shared.dto that return types with arguments of type ShortCutLinkDTO Modifier and Type Method Description List<ShortCutLinkDTO>
HomePageDTO. getShortCuts()
List<ShortCutLinkDTO>
HomePageDTO. getTools()
Method parameters in org.silverpeas.mobile.shared.dto with type arguments of type ShortCutLinkDTO Modifier and Type Method Description void
HomePageDTO. setShortCuts(List<ShortCutLinkDTO> shortCuts)
void
HomePageDTO. setTools(List<ShortCutLinkDTO> tools)
-