Uses of Class
de.hybris.platform.cmswebservices.dto.UserGroupWsDTO
-
Packages that use UserGroupWsDTO Package Description de.hybris.platform.cmswebservices.dto de.hybris.platform.cmswebservices.usergroups.controller -
-
Uses of UserGroupWsDTO in de.hybris.platform.cmswebservices.dto
Methods in de.hybris.platform.cmswebservices.dto that return types with arguments of type UserGroupWsDTO Modifier and Type Method Description java.util.List<UserGroupWsDTO>UserGroupListWsDTO. getUserGroups()Method parameters in de.hybris.platform.cmswebservices.dto with type arguments of type UserGroupWsDTO Modifier and Type Method Description voidUserGroupListWsDTO. setUserGroups(java.util.List<UserGroupWsDTO> userGroups) -
Uses of UserGroupWsDTO in de.hybris.platform.cmswebservices.usergroups.controller
Methods in de.hybris.platform.cmswebservices.usergroups.controller that return UserGroupWsDTO Modifier and Type Method Description UserGroupWsDTOUserGroupController. getUserGroupById(java.lang.String userGroupId)
-