Interface SapCpqCpiQuoteCommentMapperService<SOURCE extends CommentModel,TARGET extends SAPCPQOutboundQuoteCommentModel>
- Type Parameters:
SOURCE- the parameter of the interfaceTARGET- the parameter of the interface
- All Known Implementing Classes:
DefaultSapCpqCpiQuoteCommentMapperService
public interface SapCpqCpiQuoteCommentMapperService<SOURCE extends CommentModel,TARGET extends SAPCPQOutboundQuoteCommentModel>
Provides mapping from
CommentModel to SAPCPQOutboundQuoteCommentModel.-
Method Summary
-
Method Details
-
map
Performs mapping from source to target.- Parameters:
source- Comment Modeltarget- SAP CPQ Outbound Quote Comment Model
-