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 voidOrgChartGroupPage. 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 voidOrgaChartGroupItem. 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 GroupOrgChartDTOServiceOrgChartGroup. 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 voidGroupOrgChartDTO. addSubGroup(GroupOrgChartDTO subGroup)Method parameters in org.silverpeas.mobile.shared.dto.orgchart with type arguments of type GroupOrgChartDTO Modifier and Type Method Description voidGroupOrgChartDTO. 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 voidServiceOrgChartGroup. getOrgChart(String appId, org.fusesource.restygwt.client.MethodCallback<GroupOrgChartDTO> callback)
-