Uses of Class
de.hybris.platform.commercefacades.user.data.CustomerListData
-
-
Uses of CustomerListData in de.hybris.platform.assistedservicewebservices.helper
Methods in de.hybris.platform.assistedservicewebservices.helper with parameters of type CustomerListData Modifier and Type Method Description CustomerListWsDTOCustomerListsHelper. getSingleCustomerListDto(CustomerListData customerList) -
Uses of CustomerListData in de.hybris.platform.commercefacades.customer
Methods in de.hybris.platform.commercefacades.customer that return CustomerListData Modifier and Type Method Description CustomerListDataCustomerListFacade. getCustomerListForUid(java.lang.String customerListUid, java.lang.String employeeUid)Gets the customer list for uid. -
Uses of CustomerListData in de.hybris.platform.commercefacades.customer.impl
Methods in de.hybris.platform.commercefacades.customer.impl that return CustomerListData Modifier and Type Method Description CustomerListDataDefaultCustomerListFacade. getCustomerListForUid(java.lang.String customerListUid, java.lang.String employeeUid)Methods in de.hybris.platform.commercefacades.customer.impl that return types with arguments of type CustomerListData Modifier and Type Method Description protected Converter<CustomerListModel,CustomerListData>DefaultCustomerListFacade. getCustomerListConverter()Method parameters in de.hybris.platform.commercefacades.customer.impl with type arguments of type CustomerListData Modifier and Type Method Description voidDefaultCustomerListFacade. setCustomerListConverter(Converter<CustomerListModel,CustomerListData> customerListConverter) -
Uses of CustomerListData in de.hybris.platform.commercefacades.user.converters.populator
Methods in de.hybris.platform.commercefacades.user.converters.populator with parameters of type CustomerListData Modifier and Type Method Description voidCustomerListPopulator. populate(CustomerListModel source, CustomerListData target)
-