Uses of Class
org.silverpeas.mobile.shared.dto.RightDTO
-
Packages that use RightDTO Package Description org.silverpeas.mobile.client.apps.comments.pages.widgets org.silverpeas.mobile.client.apps.media.pages org.silverpeas.mobile.shared.dto.navigation -
-
Uses of RightDTO in org.silverpeas.mobile.client.apps.comments.pages.widgets
Methods in org.silverpeas.mobile.client.apps.comments.pages.widgets with parameters of type RightDTO Modifier and Type Method Description voidComment. setRight(RightDTO right) -
Uses of RightDTO in org.silverpeas.mobile.client.apps.media.pages
Methods in org.silverpeas.mobile.client.apps.media.pages with parameters of type RightDTO Modifier and Type Method Description voidMediaNavigationPage. init(String instanceId, String rootAlbumId, RightDTO rights) -
Uses of RightDTO in org.silverpeas.mobile.shared.dto.navigation
Methods in org.silverpeas.mobile.shared.dto.navigation that return RightDTO Modifier and Type Method Description RightDTOApplicationInstanceDTO. getRights()Methods in org.silverpeas.mobile.shared.dto.navigation with parameters of type RightDTO Modifier and Type Method Description voidApplicationInstanceDTO. setRights(RightDTO rights)
-