Uses of Class
de.hybris.platform.commercefacades.user.data.UserGroupData
Packages that use UserGroupData
Package
Description
-
Uses of UserGroupData in de.hybris.platform.assistedservicewebservices.helper
Method parameters in de.hybris.platform.assistedservicewebservices.helper with type arguments of type UserGroupDataModifier and TypeMethodDescriptionCustomerListsHelper.getCustomerListDto(List<UserGroupData> customerLists) -
Uses of UserGroupData in de.hybris.platform.b2bacceleratorfacades.company.impl
Methods in de.hybris.platform.b2bacceleratorfacades.company.impl that return UserGroupDataModifier and TypeMethodDescriptionDefaultB2BCommerceB2BUserGroupFacade.getUserGroupDataForUid(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.dataModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.classDeprecated, 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 UserGroupDataModifier and TypeMethodDescriptionB2BUserGroupFacade.getUserGroupDataForUid(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.dataMethods in de.hybris.platform.b2bcommercefacades.company.data that return types with arguments of type UserGroupDataMethod parameters in de.hybris.platform.b2bcommercefacades.company.data with type arguments of type UserGroupDataModifier and TypeMethodDescriptionvoidB2BUnitData.setAccountManagerGroups(Collection<UserGroupData> accountManagerGroups) -
Uses of UserGroupData in de.hybris.platform.b2bcommercefacades.company.impl
Methods in de.hybris.platform.b2bcommercefacades.company.impl that return UserGroupDataModifier and TypeMethodDescriptionDefaultB2BUserGroupFacade.getUserGroupDataForUid(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 UserGroupDataModifier and TypeMethodDescriptionCustomerListFacade.getCustomerListsForEmployee(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 UserGroupDataModifier and TypeMethodDescriptionDefaultCustomerListFacade.getCustomerListsForEmployee(String employeeUid) protected Converter<CustomerListModel,UserGroupData> DefaultCustomerListFacade.getUserGroupConverter()Method parameters in de.hybris.platform.commercefacades.customer.impl with type arguments of type UserGroupDataModifier and TypeMethodDescriptionvoidDefaultCustomerListFacade.setUserGroupConverter(Converter<CustomerListModel, UserGroupData> userGroupConverter) -
Uses of UserGroupData in de.hybris.platform.commercefacades.customergroups
Methods in de.hybris.platform.commercefacades.customergroups that return UserGroupDataModifier and TypeMethodDescriptionCustomerGroupFacade.getCustomerGroup(String uid, 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 UserGroupDataModifier and TypeMethodDescriptionCustomerGroupFacade.getCustomerGroupsForCurrentUser()Returns all customers groups for the current user.CustomerGroupFacade.getCustomerGroupsForUser(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 UserGroupDataModifier and TypeMethodDescriptionvoidCustomerGroupMembersPopulator.populate(UserGroupModel source, UserGroupData target, Collection<UserGroupOption> options) voidUserGroupPopulator.populate(UserGroupModel source, UserGroupData target) Method parameters in de.hybris.platform.commercefacades.customergroups.converters.populator with type arguments of type UserGroupDataModifier and TypeMethodDescriptionvoidCustomerGroupMembersPopulator.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 UserGroupDataModifier and TypeMethodDescriptionDefaultCustomerGroupFacade.getCustomerGroup(String customerGroupId, Set<UserGroupOption> options) Methods in de.hybris.platform.commercefacades.customergroups.impl that return types with arguments of type UserGroupDataModifier and TypeMethodDescriptionDefaultCustomerGroupFacade.getCustomerGroupMembersPopulator()DefaultCustomerGroupFacade.getCustomerGroupsForCurrentUser()DefaultCustomerGroupFacade.getCustomerGroupsForUser(String userId) protected Converter<UserGroupModel,UserGroupData> DefaultCustomerGroupFacade.getUserGroupConverter()Methods in de.hybris.platform.commercefacades.customergroups.impl with parameters of type UserGroupDataModifier and TypeMethodDescriptionintDefaultCustomerGroupFacade.UserGroupDataComparator.compare(UserGroupData object1, UserGroupData object2) Method parameters in de.hybris.platform.commercefacades.customergroups.impl with type arguments of type UserGroupDataModifier and TypeMethodDescriptionvoidDefaultCustomerGroupFacade.setCustomerGroupMembersPopulator(ConfigurablePopulator<UserGroupModel, UserGroupData, UserGroupOption> customerGroupMembersPopulator) voidDefaultCustomerGroupFacade.setUserGroupConverter(Converter<UserGroupModel, UserGroupData> userGroupConverter) protected UserGroupDataListDefaultCustomerGroupFacade.sortAndGetSubListDependsOnPageOption(List<UserGroupData> input, PageOption pageOption) -
Uses of UserGroupData in de.hybris.platform.commercefacades.user.data
Subclasses of UserGroupData in de.hybris.platform.commercefacades.user.dataMethods in de.hybris.platform.commercefacades.user.data that return types with arguments of type UserGroupDataModifier and TypeMethodDescriptionList<? extends UserGroupData>UserGroupData.getSubGroups()UserGroupDataList.getUserGroups()Method parameters in de.hybris.platform.commercefacades.user.data with type arguments of type UserGroupDataModifier and TypeMethodDescriptionvoidUserGroupData.setSubGroups(List<? extends UserGroupData> subGroups) voidUserGroupDataList.setUserGroups(List<UserGroupData> userGroups) -
Uses of UserGroupData in de.hybris.platform.ycommercewebservices.v1.controller
Methods in de.hybris.platform.ycommercewebservices.v1.controller that return UserGroupDataModifier and TypeMethodDescriptionCustomerGroupsController.getCustomerGroup(String uid, String options)
B2BUnitDatainstead.