Uses of Class
de.hybris.platform.commercefacades.user.data.UserGroupData
-
-
Uses of UserGroupData in de.hybris.platform.assistedservicewebservices.helper
Method parameters in de.hybris.platform.assistedservicewebservices.helper with type arguments of type UserGroupData Modifier and Type Method Description UserGroupListWsDTOCustomerListsHelper. getCustomerListDto(java.util.List<UserGroupData> customerLists) -
Uses of UserGroupData in de.hybris.platform.b2bacceleratorfacades.company.impl
Methods in de.hybris.platform.b2bacceleratorfacades.company.impl that return UserGroupData Modifier and Type Method Description UserGroupDataDefaultB2BCommerceB2BUserGroupFacade. getUserGroupDataForUid(java.lang.String uid)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of UserGroupData in de.hybris.platform.b2bacceleratorfacades.order.data
Subclasses of UserGroupData in de.hybris.platform.b2bacceleratorfacades.order.data Modifier and Type Class Description classB2BUnitDataDeprecated, for removal: This API element is subject to removal in a future version.UseB2BUnitDatainstead.classB2BUserGroupDataDeprecated, for removal: This API element is subject to removal in a future version.UseB2BUserGroupDatainstead. -
Uses of UserGroupData in de.hybris.platform.b2bcommercefacades.company
Methods in de.hybris.platform.b2bcommercefacades.company that return UserGroupData Modifier and Type Method Description UserGroupDataB2BUserGroupFacade. getUserGroupDataForUid(java.lang.String userGroupUid)Get the user group data for the given uid. -
Uses of UserGroupData in de.hybris.platform.b2bcommercefacades.company.data
Subclasses of UserGroupData in de.hybris.platform.b2bcommercefacades.company.data Modifier and Type Class Description classB2BUnitDataclassB2BUserGroupDataMethods in de.hybris.platform.b2bcommercefacades.company.data that return types with arguments of type UserGroupData Modifier and Type Method Description java.util.Collection<UserGroupData>B2BUnitData. getAccountManagerGroups()Method parameters in de.hybris.platform.b2bcommercefacades.company.data with type arguments of type UserGroupData Modifier and Type Method Description voidB2BUnitData. setAccountManagerGroups(java.util.Collection<UserGroupData> accountManagerGroups) -
Uses of UserGroupData in de.hybris.platform.b2bcommercefacades.company.impl
Methods in de.hybris.platform.b2bcommercefacades.company.impl that return UserGroupData Modifier and Type Method Description UserGroupDataDefaultB2BUserGroupFacade. getUserGroupDataForUid(java.lang.String userGroupUid) -
Uses of UserGroupData in de.hybris.platform.commercefacades.customer
Methods in de.hybris.platform.commercefacades.customer that return types with arguments of type UserGroupData Modifier and Type Method Description java.util.List<UserGroupData>CustomerListFacade. getCustomerListsForEmployee(java.lang.String employeeUid)Gets list of user group data which contains what customer list an employee can interact with -
Uses of UserGroupData in de.hybris.platform.commercefacades.customer.impl
Methods in de.hybris.platform.commercefacades.customer.impl that return types with arguments of type UserGroupData Modifier and Type Method Description java.util.List<UserGroupData>DefaultCustomerListFacade. getCustomerListsForEmployee(java.lang.String employeeUid)protected Converter<CustomerListModel,UserGroupData>DefaultCustomerListFacade. getUserGroupConverter()Method parameters in de.hybris.platform.commercefacades.customer.impl with type arguments of type UserGroupData Modifier and Type Method Description voidDefaultCustomerListFacade. setUserGroupConverter(Converter<CustomerListModel,UserGroupData> userGroupConverter) -
Uses of UserGroupData in de.hybris.platform.commercefacades.customergroups
Methods in de.hybris.platform.commercefacades.customergroups that return UserGroupData 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.Methods in de.hybris.platform.commercefacades.customergroups that return types with arguments of type UserGroupData Modifier and Type Method Description java.util.List<UserGroupData>CustomerGroupFacade. getCustomerGroupsForCurrentUser()Returns all customers groups for the current user.java.util.List<UserGroupData>CustomerGroupFacade. getCustomerGroupsForUser(java.lang.String userId)Gets a user's customer groups The givenuserIdis one of the unique identifiers that is used to recognize the user in matching strategies. -
Uses of UserGroupData in de.hybris.platform.commercefacades.customergroups.converters.populator
Methods in de.hybris.platform.commercefacades.customergroups.converters.populator with parameters of type UserGroupData Modifier and Type Method Description voidCustomerGroupMembersPopulator. populate(UserGroupModel source, UserGroupData target, java.util.Collection<UserGroupOption> options)voidUserGroupPopulator. populate(UserGroupModel source, UserGroupData target)Method parameters in de.hybris.platform.commercefacades.customergroups.converters.populator with type arguments of type UserGroupData Modifier and Type Method Description voidCustomerGroupMembersPopulator. setUserGroupConverter(Converter<UserGroupModel,UserGroupData> userGroupConverter) -
Uses of UserGroupData in de.hybris.platform.commercefacades.customergroups.impl
Methods in de.hybris.platform.commercefacades.customergroups.impl that return UserGroupData Modifier and Type Method Description UserGroupDataDefaultCustomerGroupFacade. getCustomerGroup(java.lang.String customerGroupId, java.util.Set<UserGroupOption> options)Methods in de.hybris.platform.commercefacades.customergroups.impl that return types with arguments of type UserGroupData Modifier and Type Method Description protected ConfigurablePopulator<UserGroupModel,UserGroupData,UserGroupOption>DefaultCustomerGroupFacade. getCustomerGroupMembersPopulator()java.util.List<UserGroupData>DefaultCustomerGroupFacade. getCustomerGroupsForCurrentUser()java.util.List<UserGroupData>DefaultCustomerGroupFacade. getCustomerGroupsForUser(java.lang.String userId)protected Converter<UserGroupModel,UserGroupData>DefaultCustomerGroupFacade. getUserGroupConverter()Methods in de.hybris.platform.commercefacades.customergroups.impl with parameters of type UserGroupData Modifier and Type Method Description intDefaultCustomerGroupFacade.UserGroupDataComparator. compare(UserGroupData object1, UserGroupData object2)Method parameters in de.hybris.platform.commercefacades.customergroups.impl with type arguments of type UserGroupData Modifier and Type Method Description voidDefaultCustomerGroupFacade. setCustomerGroupMembersPopulator(ConfigurablePopulator<UserGroupModel,UserGroupData,UserGroupOption> customerGroupMembersPopulator)voidDefaultCustomerGroupFacade. setUserGroupConverter(Converter<UserGroupModel,UserGroupData> userGroupConverter)protected UserGroupDataListDefaultCustomerGroupFacade. sortAndGetSubListDependsOnPageOption(java.util.List<UserGroupData> input, PageOption pageOption) -
Uses of UserGroupData in de.hybris.platform.commercefacades.user.data
Subclasses of UserGroupData in de.hybris.platform.commercefacades.user.data Modifier and Type Class Description classCompanyDataclassCustomerListDataMethods in de.hybris.platform.commercefacades.user.data that return types with arguments of type UserGroupData Modifier and Type Method Description java.util.List<? extends UserGroupData>UserGroupData. getSubGroups()java.util.List<UserGroupData>UserGroupDataList. getUserGroups()Method parameters in de.hybris.platform.commercefacades.user.data with type arguments of type UserGroupData Modifier and Type Method Description voidUserGroupData. setSubGroups(java.util.List<? extends UserGroupData> subGroups)voidUserGroupDataList. setUserGroups(java.util.List<UserGroupData> userGroups) -
Uses of UserGroupData in de.hybris.platform.ycommercewebservices.v1.controller
Methods in de.hybris.platform.ycommercewebservices.v1.controller that return UserGroupData Modifier and Type Method Description UserGroupDataCustomerGroupsController. getCustomerGroup(java.lang.String uid, java.lang.String options)
-