Uses of Class
de.hybris.platform.commerceservices.model.CustomerListModel
Packages that use CustomerListModel
Package
Description
-
Uses of CustomerListModel in de.hybris.platform.commercefacades.customer.impl
Methods in de.hybris.platform.commercefacades.customer.impl that return types with arguments of type CustomerListModelModifier and TypeMethodDescriptionprotected Converter<CustomerListModel,CustomerListData> DefaultCustomerListFacade.getCustomerListConverter()protected Converter<CustomerListModel,UserGroupData> DefaultCustomerListFacade.getUserGroupConverter()Method parameters in de.hybris.platform.commercefacades.customer.impl with type arguments of type CustomerListModelModifier and TypeMethodDescriptionvoidDefaultCustomerListFacade.setCustomerListConverter(Converter<CustomerListModel, CustomerListData> customerListConverter) voidDefaultCustomerListFacade.setUserGroupConverter(Converter<CustomerListModel, UserGroupData> userGroupConverter) -
Uses of CustomerListModel in de.hybris.platform.commercefacades.user.converters.populator
Methods in de.hybris.platform.commercefacades.user.converters.populator with parameters of type CustomerListModelModifier and TypeMethodDescriptionvoidCustomerListPopulator.populate(CustomerListModel source, CustomerListData target) -
Uses of CustomerListModel in de.hybris.platform.commerceservices.customer
Methods in de.hybris.platform.commerceservices.customer that return CustomerListModelModifier and TypeMethodDescriptionCustomerListService.getCustomerListForEmployee(String customerListUid, String employeeUid) retrieves a specific customer list model based on its IDMethods in de.hybris.platform.commerceservices.customer that return types with arguments of type CustomerListModelModifier and TypeMethodDescriptionCustomerListService.getCustomerListsForEmployee(String employeeUid) Gets list of customer lists available for specific employee -
Uses of CustomerListModel in de.hybris.platform.commerceservices.customer.impl
Methods in de.hybris.platform.commerceservices.customer.impl that return CustomerListModelModifier and TypeMethodDescriptionDefaultCustomerListService.getCustomerListForEmployee(String customerListUid, String employeeUid) Methods in de.hybris.platform.commerceservices.customer.impl that return types with arguments of type CustomerListModelModifier and TypeMethodDescriptionDefaultCustomerListService.getCustomerListsForEmployee(String employeeUid)