Uses of Class
org.silverpeas.mobile.shared.dto.orgchart.GroupOrgChartDTO
-
-
Uses of GroupOrgChartDTO in org.silverpeas.mobile.client.apps.orgchartgroup.pages
Methods in org.silverpeas.mobile.client.apps.orgchartgroup.pages with parameters of type GroupOrgChartDTO Modifier and Type Method Description void
OrgChartGroupPage. setData(GroupOrgChartDTO groupOrgChartDTO)
-
Uses of GroupOrgChartDTO in org.silverpeas.mobile.client.apps.orgchartgroup.pages.widgets
Methods in org.silverpeas.mobile.client.apps.orgchartgroup.pages.widgets with parameters of type GroupOrgChartDTO Modifier and Type Method Description void
OrgaChartGroupItem. setData(GroupOrgChartDTO data)
-
Uses of GroupOrgChartDTO in org.silverpeas.mobile.server.services
Methods in org.silverpeas.mobile.server.services that return GroupOrgChartDTO Modifier and Type Method Description GroupOrgChartDTO
ServiceOrgChartGroup. getOrgChart()
-
Uses of GroupOrgChartDTO in org.silverpeas.mobile.shared.dto.orgchart
Methods in org.silverpeas.mobile.shared.dto.orgchart that return types with arguments of type GroupOrgChartDTO Modifier and Type Method Description List<GroupOrgChartDTO>
GroupOrgChartDTO. getSubGroups()
Methods in org.silverpeas.mobile.shared.dto.orgchart with parameters of type GroupOrgChartDTO Modifier and Type Method Description void
GroupOrgChartDTO. addSubGroup(GroupOrgChartDTO subGroup)
Method parameters in org.silverpeas.mobile.shared.dto.orgchart with type arguments of type GroupOrgChartDTO Modifier and Type Method Description void
GroupOrgChartDTO. setSubGroups(List<GroupOrgChartDTO> subGroups)
-
Uses of GroupOrgChartDTO in org.silverpeas.mobile.shared.services.rest
Method parameters in org.silverpeas.mobile.shared.services.rest with type arguments of type GroupOrgChartDTO Modifier and Type Method Description void
ServiceOrgChartGroup. getOrgChart(String appId, org.fusesource.restygwt.client.MethodCallback<GroupOrgChartDTO> callback)
-