Uses of Class
de.hybris.platform.commercefacades.user.UserGroupOption
-
-
Uses of UserGroupOption in de.hybris.platform.commercefacades.customergroups
Method parameters in de.hybris.platform.commercefacades.customergroups with type arguments of type UserGroupOption Modifier and Type Method Description UserGroupDataCustomerGroupFacade. getCustomerGroup(java.lang.String uid, java.util.Set<UserGroupOption> options)Returns customer group (a sub-group of 'cutomergroup') by uid. -
Uses of UserGroupOption in de.hybris.platform.commercefacades.customergroups.converters.populator
Method parameters in de.hybris.platform.commercefacades.customergroups.converters.populator with type arguments of type UserGroupOption Modifier and Type Method Description voidCustomerGroupMembersPopulator. populate(UserGroupModel source, UserGroupData target, java.util.Collection<UserGroupOption> options) -
Uses of UserGroupOption in de.hybris.platform.commercefacades.customergroups.impl
Methods in de.hybris.platform.commercefacades.customergroups.impl that return types with arguments of type UserGroupOption Modifier and Type Method Description protected ConfigurablePopulator<UserGroupModel,UserGroupData,UserGroupOption>DefaultCustomerGroupFacade. getCustomerGroupMembersPopulator()Method parameters in de.hybris.platform.commercefacades.customergroups.impl with type arguments of type UserGroupOption Modifier and Type Method Description UserGroupDataDefaultCustomerGroupFacade. getCustomerGroup(java.lang.String customerGroupId, java.util.Set<UserGroupOption> options)voidDefaultCustomerGroupFacade. setCustomerGroupMembersPopulator(ConfigurablePopulator<UserGroupModel,UserGroupData,UserGroupOption> customerGroupMembersPopulator) -
Uses of UserGroupOption in de.hybris.platform.commercefacades.user
Methods in de.hybris.platform.commercefacades.user that return UserGroupOption Modifier and Type Method Description static UserGroupOptionUserGroupOption. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UserGroupOption[]UserGroupOption. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of UserGroupOption in de.hybris.platform.ycommercewebservices.v1.controller
Methods in de.hybris.platform.ycommercewebservices.v1.controller that return types with arguments of type UserGroupOption Modifier and Type Method Description protected java.util.Set<UserGroupOption>CustomerGroupsController. getOptions(java.lang.String options)
-