Uses of Class
de.hybris.platform.commercewebservicescommons.dto.user.UserGroupWsDTO
-
-
Uses of UserGroupWsDTO in de.hybris.platform.b2bwebservicescommons.dto.company
Subclasses of UserGroupWsDTO in de.hybris.platform.b2bwebservicescommons.dto.company Modifier and Type Class Description classOrgUnitUserGroupWsDTO -
Uses of UserGroupWsDTO in de.hybris.platform.commercewebservices.core.v2.controller
Methods in de.hybris.platform.commercewebservices.core.v2.controller that return UserGroupWsDTO Modifier and Type Method Description UserGroupWsDTOCustomerGroupsController. getCustomerGroup(java.lang.String groupId, java.lang.String fields)Methods in de.hybris.platform.commercewebservices.core.v2.controller with parameters of type UserGroupWsDTO Modifier and Type Method Description voidCustomerGroupsController. createCustomerGroup(UserGroupWsDTO userGroup) -
Uses of UserGroupWsDTO in de.hybris.platform.commercewebservicescommons.dto.user
Methods in de.hybris.platform.commercewebservicescommons.dto.user that return types with arguments of type UserGroupWsDTO Modifier and Type Method Description java.util.List<UserGroupWsDTO>UserGroupWsDTO. getSubGroups()java.util.List<UserGroupWsDTO>UserGroupListWsDTO. getUserGroups()Method parameters in de.hybris.platform.commercewebservicescommons.dto.user with type arguments of type UserGroupWsDTO Modifier and Type Method Description voidUserGroupWsDTO. setSubGroups(java.util.List<UserGroupWsDTO> subGroups)voidUserGroupListWsDTO. setUserGroups(java.util.List<UserGroupWsDTO> userGroups) -
Uses of UserGroupWsDTO in de.hybris.platform.ycommercewebservices.v2.controller
Methods in de.hybris.platform.ycommercewebservices.v2.controller that return UserGroupWsDTO Modifier and Type Method Description UserGroupWsDTOCustomerGroupsController. getCustomerGroup(java.lang.String groupId, java.lang.String fields)Methods in de.hybris.platform.ycommercewebservices.v2.controller with parameters of type UserGroupWsDTO Modifier and Type Method Description voidCustomerGroupsController. createCustomerGroup(UserGroupWsDTO userGroup)
-