Uses of Class
org.silverpeas.mobile.shared.dto.UserDTO
-
Packages that use UserDTO Package Description org.silverpeas.mobile.client.apps.orgchartgroup.pages.widgets org.silverpeas.mobile.server.services.helpers org.silverpeas.mobile.shared.dto.orgchart -
-
Uses of UserDTO in org.silverpeas.mobile.client.apps.orgchartgroup.pages.widgets
Methods in org.silverpeas.mobile.client.apps.orgchartgroup.pages.widgets with parameters of type UserDTO Modifier and Type Method Description void
OrgaChartUserItem. setData(UserDTO data)
-
Uses of UserDTO in org.silverpeas.mobile.server.services.helpers
Methods in org.silverpeas.mobile.server.services.helpers that return UserDTO Modifier and Type Method Description UserDTO
UserHelper. populateUserDTO(org.silverpeas.core.admin.user.model.UserDetail user)
-
Uses of UserDTO in org.silverpeas.mobile.shared.dto.orgchart
Methods in org.silverpeas.mobile.shared.dto.orgchart that return types with arguments of type UserDTO Modifier and Type Method Description List<UserDTO>
GroupOrgChartDTO. getBoss()
List<UserDTO>
GroupOrgChartDTO. getUsers()
Methods in org.silverpeas.mobile.shared.dto.orgchart with parameters of type UserDTO Modifier and Type Method Description void
GroupOrgChartDTO. addBoss(UserDTO user)
void
GroupOrgChartDTO. addUser(UserDTO user)
Method parameters in org.silverpeas.mobile.shared.dto.orgchart with type arguments of type UserDTO Modifier and Type Method Description void
GroupOrgChartDTO. setBoss(List<UserDTO> boss)
void
GroupOrgChartDTO. setUsers(List<UserDTO> users)
-