Uses of Class
com.sap.hybris.sapquoteintegration.model.SAPCpiOutboundQuoteCommentModel
-
Packages that use SAPCpiOutboundQuoteCommentModel Package Description com.sap.hybris.sapquoteintegration.model Contains generated models for each type of com.sap.hybris.sapquoteintegration.jalo package.com.sap.hybris.sapquoteintegration.outbound.service com.sap.hybris.sapquoteintegration.outbound.service.impl -
-
Uses of SAPCpiOutboundQuoteCommentModel in com.sap.hybris.sapquoteintegration.model
Methods in com.sap.hybris.sapquoteintegration.model that return types with arguments of type SAPCpiOutboundQuoteCommentModel Modifier and Type Method Description java.util.List<SAPCpiOutboundQuoteCommentModel>SAPCpiOutboundQuoteStatusModel. getHeaderComments()Generated method - Getter of theSAPCpiOutboundQuoteStatus.headerCommentsattribute defined at extensionsapquoteintegration.java.util.List<SAPCpiOutboundQuoteCommentModel>SAPCpiOutboundQuoteStatusModel. getItemComments()Generated method - Getter of theSAPCpiOutboundQuoteStatus.itemCommentsattribute defined at extensionsapquoteintegration.java.util.List<SAPCpiOutboundQuoteCommentModel>SAPCpiOutboundQuoteModel. getSapCpiOutboundQuoteComments()Generated method - Getter of theSAPCpiOutboundQuote.sapCpiOutboundQuoteCommentsattribute defined at extensionsapquoteintegration.java.util.List<SAPCpiOutboundQuoteCommentModel>SAPCpiOutboundQuoteItemModel. getSapCpiOutboundQuoteItemComments()Generated method - Getter of theSAPCpiOutboundQuoteItem.sapCpiOutboundQuoteItemCommentsattribute defined at extensionsapquoteintegration.Method parameters in com.sap.hybris.sapquoteintegration.model with type arguments of type SAPCpiOutboundQuoteCommentModel Modifier and Type Method Description voidSAPCpiOutboundQuoteStatusModel. setHeaderComments(java.util.List<SAPCpiOutboundQuoteCommentModel> value)Generated method - Setter ofSAPCpiOutboundQuoteStatus.headerCommentsattribute defined at extensionsapquoteintegration.voidSAPCpiOutboundQuoteStatusModel. setItemComments(java.util.List<SAPCpiOutboundQuoteCommentModel> value)Generated method - Setter ofSAPCpiOutboundQuoteStatus.itemCommentsattribute defined at extensionsapquoteintegration.voidSAPCpiOutboundQuoteModel. setSapCpiOutboundQuoteComments(java.util.List<SAPCpiOutboundQuoteCommentModel> value)Generated method - Setter ofSAPCpiOutboundQuote.sapCpiOutboundQuoteCommentsattribute defined at extensionsapquoteintegration.voidSAPCpiOutboundQuoteItemModel. setSapCpiOutboundQuoteItemComments(java.util.List<SAPCpiOutboundQuoteCommentModel> value)Generated method - Setter ofSAPCpiOutboundQuoteItem.sapCpiOutboundQuoteItemCommentsattribute defined at extensionsapquoteintegration. -
Uses of SAPCpiOutboundQuoteCommentModel in com.sap.hybris.sapquoteintegration.outbound.service
Classes in com.sap.hybris.sapquoteintegration.outbound.service with type parameters of type SAPCpiOutboundQuoteCommentModel Modifier and Type Interface Description interfaceSapCpiQuoteCommentMapperService<SOURCE extends CommentModel,TARGET extends SAPCpiOutboundQuoteCommentModel>Provides mapping fromCommentModeltoSAPCpiOutboundQuoteCommentModel. -
Uses of SAPCpiOutboundQuoteCommentModel in com.sap.hybris.sapquoteintegration.outbound.service.impl
Methods in com.sap.hybris.sapquoteintegration.outbound.service.impl that return types with arguments of type SAPCpiOutboundQuoteCommentModel Modifier and Type Method Description java.util.List<SapCpiQuoteCommentMapperService<CommentModel,SAPCpiOutboundQuoteCommentModel>>DefaultSapCpiOutboundQuoteConversionService. getSapCpiQuoteCommentMappers()Methods in com.sap.hybris.sapquoteintegration.outbound.service.impl with parameters of type SAPCpiOutboundQuoteCommentModel Modifier and Type Method Description voidDefaultSapCpiQuoteCommentMapperService. map(CommentModel comment, SAPCpiOutboundQuoteCommentModel scpiQuoteComment)protected voidDefaultSapCpiQuoteCommentMapperService. mapComments(CommentModel comment, SAPCpiOutboundQuoteCommentModel scpiQuoteComment)Method parameters in com.sap.hybris.sapquoteintegration.outbound.service.impl with type arguments of type SAPCpiOutboundQuoteCommentModel Modifier and Type Method Description voidDefaultSapCpiOutboundQuoteConversionService. setSapCpiQuoteCommentMappers(java.util.List<SapCpiQuoteCommentMapperService<CommentModel,SAPCpiOutboundQuoteCommentModel>> sapCpiQuoteCommentMappers)
-