Class DefaultSapCpiQuoteCommentMapperService
java.lang.Object
com.sap.hybris.sapquoteintegration.outbound.service.impl.DefaultSapCpiQuoteCommentMapperService
- All Implemented Interfaces:
SapCpiQuoteCommentMapperService<CommentModel,SAPCpiOutboundQuoteCommentModel>
public class DefaultSapCpiQuoteCommentMapperService
extends Object
implements SapCpiQuoteCommentMapperService<CommentModel,SAPCpiOutboundQuoteCommentModel>
Default class to add comments to Outbound Quote
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionde.hybris.platform.b2b.services.B2BUnitService<B2BUnitModel,UserModel> protected CompanyModelgetRootB2BUnit(B2BCustomerModel customerModel) voidmap(CommentModel comment, SAPCpiOutboundQuoteCommentModel scpiQuoteComment) Performs mapping from source to target.protected voidmapComments(CommentModel comment, SAPCpiOutboundQuoteCommentModel scpiQuoteComment) voidsetB2bUnitService(de.hybris.platform.b2b.services.B2BUnitService<B2BUnitModel, UserModel> b2bUnitService)
-
Constructor Details
-
DefaultSapCpiQuoteCommentMapperService
public DefaultSapCpiQuoteCommentMapperService()
-
-
Method Details
-
map
Description copied from interface:SapCpiQuoteCommentMapperServicePerforms mapping from source to target.- Specified by:
mapin interfaceSapCpiQuoteCommentMapperService<CommentModel,SAPCpiOutboundQuoteCommentModel> - Parameters:
comment- Comment ModelscpiQuoteComment- SAP CPI Outbound Quote Comment Model
-
getRootB2BUnit
-
mapComments
-
getB2bUnitService
-
setB2bUnitService
public void setB2bUnitService(de.hybris.platform.b2b.services.B2BUnitService<B2BUnitModel, UserModel> b2bUnitService)
-