Uses of Class
com.sap.hybris.sapcpqquoteintegration.model.SAPCPQOutboundQuoteCommentModel
Packages that use SAPCPQOutboundQuoteCommentModel
Package
Description
Contains generated models for each type of com.sap.hybris.sapcpqquoteintegration.jalo package.
-
Uses of SAPCPQOutboundQuoteCommentModel in com.sap.hybris.sapcpqquoteintegration.model
Methods in com.sap.hybris.sapcpqquoteintegration.model that return types with arguments of type SAPCPQOutboundQuoteCommentModelModifier and TypeMethodDescriptionSAPCPQOutboundQuoteStatusModel.getCancellationComment()Generated method - Getter of theSAPCPQOutboundQuoteStatus.cancellationCommentattribute defined at extensionsapcpqquoteintegration.SAPCPQOutboundQuoteStatusModel.getHeaderComments()Generated method - Getter of theSAPCPQOutboundQuoteStatus.headerCommentsattribute defined at extensionsapcpqquoteintegration.SAPCPQOutboundQuoteStatusModel.getItemComments()Generated method - Getter of theSAPCPQOutboundQuoteStatus.itemCommentsattribute defined at extensionsapcpqquoteintegration.SAPCPQOutboundQuoteModel.getSapCPQOutboundQuoteComments()Generated method - Getter of theSAPCPQOutboundQuote.sapCPQOutboundQuoteCommentsattribute defined at extensionsapcpqquoteintegration.SAPCPQOutboundQuoteItemModel.getSapCPQOutboundQuoteItemComments()Generated method - Getter of theSAPCPQOutboundQuoteItem.sapCPQOutboundQuoteItemCommentsattribute defined at extensionsapcpqquoteintegration.Method parameters in com.sap.hybris.sapcpqquoteintegration.model with type arguments of type SAPCPQOutboundQuoteCommentModelModifier and TypeMethodDescriptionvoidSAPCPQOutboundQuoteStatusModel.setCancellationComment(List<SAPCPQOutboundQuoteCommentModel> value) Generated method - Setter ofSAPCPQOutboundQuoteStatus.cancellationCommentattribute defined at extensionsapcpqquoteintegration.voidSAPCPQOutboundQuoteStatusModel.setHeaderComments(List<SAPCPQOutboundQuoteCommentModel> value) Generated method - Setter ofSAPCPQOutboundQuoteStatus.headerCommentsattribute defined at extensionsapcpqquoteintegration.voidSAPCPQOutboundQuoteStatusModel.setItemComments(List<SAPCPQOutboundQuoteCommentModel> value) Generated method - Setter ofSAPCPQOutboundQuoteStatus.itemCommentsattribute defined at extensionsapcpqquoteintegration.voidSAPCPQOutboundQuoteModel.setSapCPQOutboundQuoteComments(List<SAPCPQOutboundQuoteCommentModel> value) Generated method - Setter ofSAPCPQOutboundQuote.sapCPQOutboundQuoteCommentsattribute defined at extensionsapcpqquoteintegration.voidSAPCPQOutboundQuoteItemModel.setSapCPQOutboundQuoteItemComments(List<SAPCPQOutboundQuoteCommentModel> value) Generated method - Setter ofSAPCPQOutboundQuoteItem.sapCPQOutboundQuoteItemCommentsattribute defined at extensionsapcpqquoteintegration. -
Uses of SAPCPQOutboundQuoteCommentModel in com.sap.hybris.sapcpqquoteintegration.outbound.service
Classes in com.sap.hybris.sapcpqquoteintegration.outbound.service with type parameters of type SAPCPQOutboundQuoteCommentModelModifier and TypeInterfaceDescriptioninterfaceSapCpqCpiQuoteCommentMapperService<SOURCE extends CommentModel,TARGET extends SAPCPQOutboundQuoteCommentModel> Provides mapping fromCommentModeltoSAPCPQOutboundQuoteCommentModel. -
Uses of SAPCPQOutboundQuoteCommentModel in com.sap.hybris.sapcpqquoteintegration.outbound.service.impl
Methods in com.sap.hybris.sapcpqquoteintegration.outbound.service.impl that return types with arguments of type SAPCPQOutboundQuoteCommentModelModifier and TypeMethodDescriptionDefaultSapCpqCpiOutboundQuoteConversionService.getSapCpqCpiQuoteCommentMappers()protected List<SAPCPQOutboundQuoteCommentModel>DefaultSapCpqCpiOutboundQuoteConversionService.mapComments(List<CommentModel> comments) Methods in com.sap.hybris.sapcpqquoteintegration.outbound.service.impl with parameters of type SAPCPQOutboundQuoteCommentModelModifier and TypeMethodDescriptionvoidDefaultSapCpqCpiQuoteCommentMapperService.map(CommentModel comment, SAPCPQOutboundQuoteCommentModel scpiQuoteComment) protected voidDefaultSapCpqCpiQuoteCommentMapperService.mapComments(CommentModel comment, SAPCPQOutboundQuoteCommentModel quoteOutboundComment) Method parameters in com.sap.hybris.sapcpqquoteintegration.outbound.service.impl with type arguments of type SAPCPQOutboundQuoteCommentModelModifier and TypeMethodDescriptionvoidDefaultSapCpqCpiOutboundQuoteConversionService.setSapCpqCpiQuoteCommentMappers(List<SapCpqCpiQuoteCommentMapperService<CommentModel, SAPCPQOutboundQuoteCommentModel>> sapCpqCpiQuoteCommentMappers)