Modifier and Type | Field and Description |
---|---|
static ServiceQuotationItemLink<ServiceQtanItemPriceElement> |
ServiceQuotationItem.TO_PRICING_ELEMENT
Use with available fluent helpers to apply the to_PricingElement navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
ServiceQtanItemPriceElement |
ServiceQtanItemPriceElement.ServiceQtanItemPriceElementBuilder.build() |
protected ServiceQtanItemPriceElement |
ServiceQtanItemPriceElementCreateFluentHelper.getEntity() |
protected ServiceQtanItemPriceElement |
ServiceQtanItemPriceElementDeleteFluentHelper.getEntity() |
protected ServiceQtanItemPriceElement |
ServiceQtanItemPriceElementUpdateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<ServiceQtanItemPriceElement> |
ServiceQuotationItem.fetchPricingElement()
Fetches the ServiceQtanItemPriceElement entities (one to many) associated with this entity.
|
protected Class<ServiceQtanItemPriceElement> |
ServiceQtanItemPriceElementFluentHelper.getEntityClass() |
protected Class<ServiceQtanItemPriceElement> |
ServiceQtanItemPriceElementByKeyFluentHelper.getEntityClass() |
io.vavr.control.Option<List<ServiceQtanItemPriceElement>> |
ServiceQuotationItem.getPricingElementIfPresent()
Retrieval of associated ServiceQtanItemPriceElement entities (one to many).
|
List<ServiceQtanItemPriceElement> |
ServiceQuotationItem.getPricingElementOrFetch()
Retrieval of associated ServiceQtanItemPriceElement entities (one to many).
|
Class<ServiceQtanItemPriceElement> |
ServiceQtanItemPriceElement.getType() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceQuotationItem.addPricingElement(ServiceQtanItemPriceElement... entity)
Adds elements to the list of associated ServiceQtanItemPriceElement entities.
|
ServiceQuotationItem.ServiceQuotationItemBuilder |
ServiceQuotationItem.ServiceQuotationItemBuilder.pricingElement(ServiceQtanItemPriceElement... value)
Navigation property to_PricingElement for ServiceQuotationItem to multiple
ServiceQtanItemPriceElement.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceQuotationItem.setPricingElement(List<ServiceQtanItemPriceElement> value)
Overwrites the list of associated ServiceQtanItemPriceElement entities for the loaded navigation property
to_PricingElement.
|
Constructor and Description |
---|
ServiceQtanItemPriceElementCreateFluentHelper(String servicePath,
ServiceQtanItemPriceElement entity)
Creates a fluent helper object that will create a
ServiceQtanItemPriceElement entity on the OData endpoint. |
ServiceQtanItemPriceElementDeleteFluentHelper(String servicePath,
ServiceQtanItemPriceElement entity)
Creates a fluent helper object that will delete a
ServiceQtanItemPriceElement entity on the OData endpoint. |
ServiceQtanItemPriceElementUpdateFluentHelper(String servicePath,
ServiceQtanItemPriceElement entity)
Creates a fluent helper object that will update a
ServiceQtanItemPriceElement entity on the OData endpoint. |
Constructor and Description |
---|
ServiceQuotationItem(String serviceQuotation,
String serviceQuotationItem,
UUID serviceQuotationItemUUID,
String serviceQtanItemDescription,
String language,
String product,
String quantityUnit,
BigDecimal quantity,
BigDecimal serviceDuration,
String serviceDurationUnit,
String serviceDocItemCategory,
String serviceQtanItemExtReference,
String soldToParty,
String shipToParty,
String personResponsible,
String serviceQuotationItemIsAccepted,
String serviceQuotationItemIsRejected,
String timeSheetOvertimeCategory,
String referenceServiceContract,
String referenceServiceContractItem,
String serviceQtanSuccessorOrder,
String serviceQtanSuccessorOrderItem,
String parentServiceQuotationItem,
List<ServiceQtanItemPriceElement> toPricingElement,
List<ServiceQtanItemRefObject> toReferenceObject,
ServiceQuotation toServiceQuotation,
List<ServiceQuotationItemText> toText) |
Modifier and Type | Method and Description |
---|---|
ServiceQuotationServiceBatchChangeSet |
ServiceQuotationServiceBatchChangeSet.createServiceQtanItemPriceElement(ServiceQtanItemPriceElement serviceQtanItemPriceElement)
Create a new
ServiceQtanItemPriceElement entity and save it to the S/4HANA system. |
ServiceQuotationServiceBatchChangeSet |
DefaultServiceQuotationServiceBatchChangeSet.createServiceQtanItemPriceElement(ServiceQtanItemPriceElement serviceQtanItemPriceElement)
Create a new
ServiceQtanItemPriceElement entity and save it to the S/4HANA system. |
ServiceQuotationServiceBatchChangeSet |
ServiceQuotationServiceBatchChangeSet.deleteServiceQtanItemPriceElement(ServiceQtanItemPriceElement serviceQtanItemPriceElement)
Deletes an existing
ServiceQtanItemPriceElement entity in the S/4HANA system. |
ServiceQuotationServiceBatchChangeSet |
DefaultServiceQuotationServiceBatchChangeSet.deleteServiceQtanItemPriceElement(ServiceQtanItemPriceElement serviceQtanItemPriceElement)
Deletes an existing
ServiceQtanItemPriceElement entity in the S/4HANA system. |
ServiceQuotationServiceBatchChangeSet |
ServiceQuotationServiceBatchChangeSet.updateServiceQtanItemPriceElement(ServiceQtanItemPriceElement serviceQtanItemPriceElement)
Update an existing
ServiceQtanItemPriceElement entity and save it to the S/4HANA system. |
ServiceQuotationServiceBatchChangeSet |
DefaultServiceQuotationServiceBatchChangeSet.updateServiceQtanItemPriceElement(ServiceQtanItemPriceElement serviceQtanItemPriceElement)
Update an existing
ServiceQtanItemPriceElement entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<ServiceQtanItemPriceElement> |
ServiceQtanItemPriceElementOneToOneLink.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 ServiceQtanItemPriceElementLink<ObjectT> |
ServiceQtanItemPriceElementLink.translateLinkType(EntityLink<ServiceQtanItemPriceElementLink<ObjectT>,ServiceQtanItemPriceElement,ObjectT> link) |
Copyright © 2019 SAP SE. All rights reserved.