Uses of Class
de.hybris.platform.commerceservices.model.CustomerListModel
-
-
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 CustomerListModel Modifier and Type Method Description protected 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 CustomerListModel Modifier and Type Method Description voidDefaultCustomerListFacade. 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 CustomerListModel Modifier and Type Method Description voidCustomerListPopulator. populate(CustomerListModel source, CustomerListData target) -
Uses of CustomerListModel in de.hybris.platform.commerceservices.customer
Methods in de.hybris.platform.commerceservices.customer that return CustomerListModel Modifier and Type Method Description CustomerListModelCustomerListService. getCustomerListForEmployee(java.lang.String customerListUid, java.lang.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 CustomerListModel Modifier and Type Method Description java.util.List<CustomerListModel>CustomerListService. getCustomerListsForEmployee(java.lang.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 CustomerListModel Modifier and Type Method Description CustomerListModelDefaultCustomerListService. getCustomerListForEmployee(java.lang.String customerListUid, java.lang.String employeeUid)Methods in de.hybris.platform.commerceservices.customer.impl that return types with arguments of type CustomerListModel Modifier and Type Method Description java.util.List<CustomerListModel>DefaultCustomerListService. getCustomerListsForEmployee(java.lang.String employeeUid)
-