Modifier and Type | Field and Description |
---|---|
static ServiceQuotationLink<ServiceQtanPriceElement> |
ServiceQuotation.TO_PRICING_ELEMENT
Use with available fluent helpers to apply the to_PricingElement navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
ServiceQtanPriceElement |
ServiceQtanPriceElement.ServiceQtanPriceElementBuilder.build() |
protected ServiceQtanPriceElement |
ServiceQtanPriceElementUpdateFluentHelper.getEntity() |
protected ServiceQtanPriceElement |
ServiceQtanPriceElementCreateFluentHelper.getEntity() |
protected ServiceQtanPriceElement |
ServiceQtanPriceElementDeleteFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<ServiceQtanPriceElement> |
ServiceQuotation.fetchPricingElement()
Fetches the ServiceQtanPriceElement entities (one to many) associated with this entity.
|
protected Class<ServiceQtanPriceElement> |
ServiceQtanPriceElementByKeyFluentHelper.getEntityClass() |
protected Class<ServiceQtanPriceElement> |
ServiceQtanPriceElementFluentHelper.getEntityClass() |
io.vavr.control.Option<List<ServiceQtanPriceElement>> |
ServiceQuotation.getPricingElementIfPresent()
Retrieval of associated ServiceQtanPriceElement entities (one to many).
|
List<ServiceQtanPriceElement> |
ServiceQuotation.getPricingElementOrFetch()
Retrieval of associated ServiceQtanPriceElement entities (one to many).
|
Class<ServiceQtanPriceElement> |
ServiceQtanPriceElement.getType() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceQuotation.addPricingElement(ServiceQtanPriceElement... entity)
Adds elements to the list of associated ServiceQtanPriceElement entities.
|
ServiceQuotation.ServiceQuotationBuilder |
ServiceQuotation.ServiceQuotationBuilder.pricingElement(ServiceQtanPriceElement... value)
Navigation property to_PricingElement for ServiceQuotation to multiple
ServiceQtanPriceElement.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceQuotation.setPricingElement(List<ServiceQtanPriceElement> value)
Overwrites the list of associated ServiceQtanPriceElement entities for the loaded navigation property
to_PricingElement.
|
Constructor and Description |
---|
ServiceQtanPriceElementCreateFluentHelper(String servicePath,
ServiceQtanPriceElement entity)
Creates a fluent helper object that will create a
ServiceQtanPriceElement entity on the OData endpoint. |
ServiceQtanPriceElementDeleteFluentHelper(String servicePath,
ServiceQtanPriceElement entity)
Creates a fluent helper object that will delete a
ServiceQtanPriceElement entity on the OData endpoint. |
ServiceQtanPriceElementUpdateFluentHelper(String servicePath,
ServiceQtanPriceElement entity)
Creates a fluent helper object that will update a
ServiceQtanPriceElement entity on the OData endpoint. |
Constructor and Description |
---|
ServiceQuotation(String serviceQuotation,
String serviceQuotationType,
UUID serviceQuotationUUID,
String serviceQuotationDescription,
String language,
ZonedDateTime requestedServiceStartDateTime,
ZonedDateTime requestedServiceEndDateTime,
BigDecimal srvcQtanValidityStartDateTime,
BigDecimal srvcQtanValidityEndDateTime,
String serviceQtanExtReference,
String serviceQuotationIsReleased,
String serviceQuotationIsAccepted,
String serviceQuotationIsRejected,
String salesOrganization,
String distributionChannel,
String division,
String salesOffice,
String salesGroup,
String soldToParty,
String shipToParty,
String contactPerson,
String serviceQtanSuccessorOrder,
String respyMgmtServiceTeamName,
String respyMgmtGlobalTeamID,
String transactionCurrency,
BigDecimal serviceDocGrossAmount,
BigDecimal serviceDocNetAmount,
BigDecimal serviceDocTaxAmount,
List<ServiceQuotationItem> toItem,
List<ServiceQtanPersonResp> toPersonResponsible,
List<ServiceQtanPriceElement> toPricingElement,
List<ServiceQtanRefObject> toReferenceObject,
List<ServiceQuotationText> toText) |
Modifier and Type | Method and Description |
---|---|
ServiceQuotationServiceBatchChangeSet |
ServiceQuotationServiceBatchChangeSet.createServiceQtanPriceElement(ServiceQtanPriceElement serviceQtanPriceElement)
Create a new
ServiceQtanPriceElement entity and save it to the S/4HANA system. |
ServiceQuotationServiceBatchChangeSet |
DefaultServiceQuotationServiceBatchChangeSet.createServiceQtanPriceElement(ServiceQtanPriceElement serviceQtanPriceElement)
Create a new
ServiceQtanPriceElement entity and save it to the S/4HANA system. |
ServiceQuotationServiceBatchChangeSet |
ServiceQuotationServiceBatchChangeSet.deleteServiceQtanPriceElement(ServiceQtanPriceElement serviceQtanPriceElement)
Deletes an existing
ServiceQtanPriceElement entity in the S/4HANA system. |
ServiceQuotationServiceBatchChangeSet |
DefaultServiceQuotationServiceBatchChangeSet.deleteServiceQtanPriceElement(ServiceQtanPriceElement serviceQtanPriceElement)
Deletes an existing
ServiceQtanPriceElement entity in the S/4HANA system. |
ServiceQuotationServiceBatchChangeSet |
ServiceQuotationServiceBatchChangeSet.updateServiceQtanPriceElement(ServiceQtanPriceElement serviceQtanPriceElement)
Update an existing
ServiceQtanPriceElement entity and save it to the S/4HANA system. |
ServiceQuotationServiceBatchChangeSet |
DefaultServiceQuotationServiceBatchChangeSet.updateServiceQtanPriceElement(ServiceQtanPriceElement serviceQtanPriceElement)
Update an existing
ServiceQtanPriceElement entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<ServiceQtanPriceElement> |
ServiceQtanPriceElementOneToOneLink.filter(ExpressionFluentHelper<ObjectT> filterExpression)
Query modifier to restrict the result set to entities for which this expression (formulated over a property of a
related entity) evaluates to true.
|
Modifier and Type | Method and Description |
---|---|
protected ServiceQtanPriceElementLink<ObjectT> |
ServiceQtanPriceElementLink.translateLinkType(EntityLink<ServiceQtanPriceElementLink<ObjectT>,ServiceQtanPriceElement,ObjectT> link) |
Copyright © 2020 SAP SE. All rights reserved.