Class DefaultSapCpqCpiQuoteCommentMapperService
java.lang.Object
com.sap.hybris.sapcpqquoteintegration.outbound.service.impl.DefaultSapCpqCpiQuoteCommentMapperService
- All Implemented Interfaces:
SapCpqCpiQuoteCommentMapperService<CommentModel,SAPCPQOutboundQuoteCommentModel>
public class DefaultSapCpqCpiQuoteCommentMapperService
extends Object
implements SapCpqCpiQuoteCommentMapperService<CommentModel,SAPCPQOutboundQuoteCommentModel>
CPQ Api Quote Comment Mapper Service Implementation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionde.hybris.platform.b2b.services.B2BUnitService<B2BUnitModel,?> protected CompanyModelgetRootB2BUnit(B2BCustomerModel customerModel) voidmap(CommentModel comment, SAPCPQOutboundQuoteCommentModel scpiQuoteComment) Performs mapping from source to target.protected voidmapComments(CommentModel comment, SAPCPQOutboundQuoteCommentModel quoteOutboundComment) voidsetB2bUnitService(de.hybris.platform.b2b.services.B2BUnitService<B2BUnitModel, ?> b2bUnitService)
-
Constructor Details
-
DefaultSapCpqCpiQuoteCommentMapperService
public DefaultSapCpqCpiQuoteCommentMapperService()
-
-
Method Details
-
map
Description copied from interface:SapCpqCpiQuoteCommentMapperServicePerforms mapping from source to target.- Specified by:
mapin interfaceSapCpqCpiQuoteCommentMapperService<CommentModel,SAPCPQOutboundQuoteCommentModel> - Parameters:
comment- Comment ModelscpiQuoteComment- SAP CPQ Outbound Quote Comment Model
-
getRootB2BUnit
-
mapComments
protected void mapComments(CommentModel comment, SAPCPQOutboundQuoteCommentModel quoteOutboundComment) -
getB2bUnitService
-
setB2bUnitService
public void setB2bUnitService(de.hybris.platform.b2b.services.B2BUnitService<B2BUnitModel, ?> b2bUnitService)
-