| Modifier and Type | Interface and Description |
|---|---|
interface |
SapCpiQuoteStatusMapperService<SOURCE extends QuoteModel,TARGET extends SAPCpiOutboundQuoteStatusModel>
Provides mapping from
QuoteModel to SAPCpiOutboundQuoteStatusModel. |
| Modifier and Type | Method and Description |
|---|---|
SAPCpiOutboundQuoteStatusModel |
SapCpiOutboundQuoteConversionService.convertQuoteToSapCpiQuoteStatus(QuoteModel quoteModel) |
| Modifier and Type | Method and Description |
|---|---|
<any> |
SapCpiOutboundQuoteService.sendQuoteStatus(SAPCpiOutboundQuoteStatusModel sapCpiOutboundQuoteStatusModel) |
| Modifier and Type | Method and Description |
|---|---|
SAPCpiOutboundQuoteStatusModel |
DefaultSapCpiOutboundQuoteConversionService.convertQuoteToSapCpiQuoteStatus(QuoteModel quote) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SapCpiQuoteStatusMapperService<QuoteModel,SAPCpiOutboundQuoteStatusModel>> |
DefaultSapCpiOutboundQuoteConversionService.getSapCpiQuoteStatusMappers() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSapCpiQuoteStatusMapperService.map(QuoteModel quote,
SAPCpiOutboundQuoteStatusModel scpiQuoteStatus) |
<any> |
DefaultSapCpiOutboundQuoteService.sendQuoteStatus(SAPCpiOutboundQuoteStatusModel sapCpiOutboundQuoteStatusModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSapCpiOutboundQuoteConversionService.setSapCpiQuoteStatusMappers(java.util.List<SapCpiQuoteStatusMapperService<QuoteModel,SAPCpiOutboundQuoteStatusModel>> sapCpiQuoteStatusMappers) |
| Modifier and Type | Method and Description |
|---|---|
SAPCpiOutboundQuoteStatusModel |
SAPCpiOutboundQuoteStatusResource.getSAPCpiOutboundQuoteStatusModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected SAPCpiOutboundQuoteStatusModel |
SAPCpiOutboundQuoteStatusResource.readResource(java.lang.String resourceId)
Gets the
SAPCpiOutboundQuoteStatusModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<SAPCpiOutboundQuoteStatusModel> |
SAPCpiOutboundQuoteStatusesResource.getSAPCpiOutboundQuoteStatusesCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
SAPCpiOutboundQuoteStatusResource.setSAPCpiOutboundQuoteStatusModel(SAPCpiOutboundQuoteStatusModel value)
Convenience method which just delegates to
#setResourceValue(SAPCpiOutboundQuoteStatusModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
SAPCpiOutboundQuoteStatusesResource.setSAPCpiOutboundQuoteStatusesCollection(java.util.Collection<SAPCpiOutboundQuoteStatusModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2018 SAP SE. All Rights Reserved.