Class AgentDesktopB2BCustomerConversionService
- java.lang.Object
-
- de.hybris.platform.sap.agentdesktopdataexchangeb2b.service.impl.AgentDesktopB2BCustomerConversionService
-
public class AgentDesktopB2BCustomerConversionService extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AgentDesktopB2BCustomerConversionService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description B2BCustomerModelconvertB2bCustomerForCEC(B2BCustomerModel b2bCustomerModelData)B2BUnitServicegetB2bUnitService()CustomerNameStrategygetCustomerNameStrategy()ModelServicegetModelService()voidsetB2bUnitService(B2BUnitService b2bUnitService)voidsetCustomerNameStrategy(CustomerNameStrategy customerNameStrategy)voidsetModelService(ModelService modelService)
-
-
-
Method Detail
-
getB2bUnitService
public B2BUnitService getB2bUnitService()
- Returns:
- the b2bUnitService
-
setB2bUnitService
public void setB2bUnitService(B2BUnitService b2bUnitService)
- Parameters:
b2bUnitService- the b2bUnitService to set
-
convertB2bCustomerForCEC
public B2BCustomerModel convertB2bCustomerForCEC(B2BCustomerModel b2bCustomerModelData)
-
getCustomerNameStrategy
public CustomerNameStrategy getCustomerNameStrategy()
- Returns:
- the customerNameStrategy
-
setCustomerNameStrategy
public void setCustomerNameStrategy(CustomerNameStrategy customerNameStrategy)
- Parameters:
customerNameStrategy- the customerNameStrategy to set
-
getModelService
public ModelService getModelService()
- Returns:
- the modelService
-
setModelService
public void setModelService(ModelService modelService)
- Parameters:
modelService- the modelService to set
-
-