Uses of Class
com.sap.hybris.sapquoteintegration.model.SAPCpiOutboundQuoteCommentModel
Packages that use SAPCpiOutboundQuoteCommentModel
Package
Description
Contains generated models for each type of com.sap.hybris.sapquoteintegration.jalo package.
-
Uses of SAPCpiOutboundQuoteCommentModel in com.sap.hybris.sapquoteintegration.model
Methods in com.sap.hybris.sapquoteintegration.model that return types with arguments of type SAPCpiOutboundQuoteCommentModelModifier and TypeMethodDescriptionSAPCpiOutboundQuoteStatusModel.getHeaderComments()Generated method - Getter of theSAPCpiOutboundQuoteStatus.headerCommentsattribute defined at extensionsapquoteintegration.SAPCpiOutboundQuoteStatusModel.getItemComments()Generated method - Getter of theSAPCpiOutboundQuoteStatus.itemCommentsattribute defined at extensionsapquoteintegration.SAPCpiOutboundQuoteModel.getSapCpiOutboundQuoteComments()Generated method - Getter of theSAPCpiOutboundQuote.sapCpiOutboundQuoteCommentsattribute defined at extensionsapquoteintegration.SAPCpiOutboundQuoteItemModel.getSapCpiOutboundQuoteItemComments()Generated method - Getter of theSAPCpiOutboundQuoteItem.sapCpiOutboundQuoteItemCommentsattribute defined at extensionsapquoteintegration.Method parameters in com.sap.hybris.sapquoteintegration.model with type arguments of type SAPCpiOutboundQuoteCommentModelModifier and TypeMethodDescriptionvoidSAPCpiOutboundQuoteStatusModel.setHeaderComments(List<SAPCpiOutboundQuoteCommentModel> value) Generated method - Setter ofSAPCpiOutboundQuoteStatus.headerCommentsattribute defined at extensionsapquoteintegration.voidSAPCpiOutboundQuoteStatusModel.setItemComments(List<SAPCpiOutboundQuoteCommentModel> value) Generated method - Setter ofSAPCpiOutboundQuoteStatus.itemCommentsattribute defined at extensionsapquoteintegration.voidSAPCpiOutboundQuoteModel.setSapCpiOutboundQuoteComments(List<SAPCpiOutboundQuoteCommentModel> value) Generated method - Setter ofSAPCpiOutboundQuote.sapCpiOutboundQuoteCommentsattribute defined at extensionsapquoteintegration.voidSAPCpiOutboundQuoteItemModel.setSapCpiOutboundQuoteItemComments(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 SAPCpiOutboundQuoteCommentModelModifier and TypeInterfaceDescriptioninterfaceSapCpiQuoteCommentMapperService<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 SAPCpiOutboundQuoteCommentModelModifier and TypeMethodDescriptionDefaultSapCpiOutboundQuoteConversionService.getSapCpiQuoteCommentMappers()Methods in com.sap.hybris.sapquoteintegration.outbound.service.impl with parameters of type SAPCpiOutboundQuoteCommentModelModifier and TypeMethodDescriptionvoidDefaultSapCpiQuoteCommentMapperService.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 SAPCpiOutboundQuoteCommentModelModifier and TypeMethodDescriptionvoidDefaultSapCpiOutboundQuoteConversionService.setSapCpiQuoteCommentMappers(List<SapCpiQuoteCommentMapperService<CommentModel, SAPCpiOutboundQuoteCommentModel>> sapCpiQuoteCommentMappers)