Modifier and Type | Field and Description |
---|---|
static ServiceOrderLink<ServiceOrderPriceElement> |
ServiceOrder.TO_PRICING_ELEMENT
Use with available fluent helpers to apply the to_PricingElement navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
ServiceOrderPriceElement |
ServiceOrderPriceElement.ServiceOrderPriceElementBuilder.build() |
protected ServiceOrderPriceElement |
ServiceOrderPriceElementUpdateFluentHelper.getEntity() |
protected ServiceOrderPriceElement |
ServiceOrderPriceElementCreateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<ServiceOrderPriceElement> |
ServiceOrder.fetchPricingElement()
Fetches the ServiceOrderPriceElement entities (one to many) associated with this entity.
|
protected Class<ServiceOrderPriceElement> |
ServiceOrderPriceElementByKeyFluentHelper.getEntityClass() |
protected Class<ServiceOrderPriceElement> |
ServiceOrderPriceElementFluentHelper.getEntityClass() |
io.vavr.control.Option<List<ServiceOrderPriceElement>> |
ServiceOrder.getPricingElementIfPresent()
Retrieval of associated ServiceOrderPriceElement entities (one to many).
|
List<ServiceOrderPriceElement> |
ServiceOrder.getPricingElementOrFetch()
Retrieval of associated ServiceOrderPriceElement entities (one to many).
|
Class<ServiceOrderPriceElement> |
ServiceOrderPriceElement.getType() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceOrder.addPricingElement(ServiceOrderPriceElement... entity)
Adds elements to the list of associated ServiceOrderPriceElement entities.
|
ServiceOrder.ServiceOrderBuilder |
ServiceOrder.ServiceOrderBuilder.pricingElement(ServiceOrderPriceElement... value)
Navigation property to_PricingElement for ServiceOrder to multiple
ServiceOrderPriceElement.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceOrder.setPricingElement(List<ServiceOrderPriceElement> value)
Overwrites the list of associated ServiceOrderPriceElement entities for the loaded navigation property
to_PricingElement.
|
Constructor and Description |
---|
ServiceOrderPriceElementCreateFluentHelper(String servicePath,
ServiceOrderPriceElement entity)
Creates a fluent helper object that will create a
ServiceOrderPriceElement entity on the OData endpoint. |
ServiceOrderPriceElementUpdateFluentHelper(String servicePath,
ServiceOrderPriceElement entity)
Creates a fluent helper object that will update a
ServiceOrderPriceElement entity on the OData endpoint. |
Constructor and Description |
---|
ServiceOrder(String serviceOrder,
String serviceOrderType,
UUID serviceOrderUUID,
String serviceOrderDescription,
String language,
String serviceDocumentPriority,
ZonedDateTime requestedServiceStartDateTime,
ZonedDateTime requestedServiceEndDateTime,
String purchaseOrderByCustomer,
LocalDateTime customerPurchaseOrderDate,
String serviceOrderIsReleased,
String serviceOrderIsCompleted,
String serviceOrderIsRejected,
String salesOrganization,
String distributionChannel,
String division,
String salesOffice,
String salesGroup,
String soldToParty,
String shipToParty,
String billToParty,
String payerParty,
String contactPerson,
BigDecimal serviceDocGrossAmount,
BigDecimal serviceDocNetAmount,
BigDecimal serviceDocTaxAmount,
String transactionCurrency,
String referenceServiceRequest,
String referenceServiceContract,
String salesOrganizationOrgUnitID,
String serviceOrganization,
String salesOfficeOrgUnitID,
String salesGroupOrgUnitID,
String referenceServiceOrder,
List<ServiceOrderConfirmation> toConfirmation,
List<ServiceOrderDefect> toDefect,
List<ServiceOrderItem> toItem,
List<ServiceOrderPersonResp> toPersonResponsible,
List<ServiceOrderPriceElement> toPricingElement,
List<ServiceOrderRefObject> toReferenceObject,
List<ServiceOrderText> toText) |
Modifier and Type | Method and Description |
---|---|
ServiceOrderServiceBatchChangeSet |
ServiceOrderServiceBatchChangeSet.createServiceOrderPriceElement(ServiceOrderPriceElement serviceOrderPriceElement)
Create a new
ServiceOrderPriceElement entity and save it to the S/4HANA system. |
ServiceOrderServiceBatchChangeSet |
DefaultServiceOrderServiceBatchChangeSet.createServiceOrderPriceElement(ServiceOrderPriceElement serviceOrderPriceElement)
Create a new
ServiceOrderPriceElement entity and save it to the S/4HANA system. |
ServiceOrderServiceBatchChangeSet |
ServiceOrderServiceBatchChangeSet.updateServiceOrderPriceElement(ServiceOrderPriceElement serviceOrderPriceElement)
Update an existing
ServiceOrderPriceElement entity and save it to the S/4HANA system. |
ServiceOrderServiceBatchChangeSet |
DefaultServiceOrderServiceBatchChangeSet.updateServiceOrderPriceElement(ServiceOrderPriceElement serviceOrderPriceElement)
Update an existing
ServiceOrderPriceElement entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<ServiceOrderPriceElement> |
ServiceOrderPriceElementOneToOneLink.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 ServiceOrderPriceElementLink<ObjectT> |
ServiceOrderPriceElementLink.translateLinkType(EntityLink<ServiceOrderPriceElementLink<ObjectT>,ServiceOrderPriceElement,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
ServiceOrderPriceElementCreateFluentHelper |
DefaultServiceOrderService.createServiceOrderPriceElement(ServiceOrderPriceElement serviceOrderPriceElement) |
ServiceOrderPriceElementCreateFluentHelper |
ServiceOrderService.createServiceOrderPriceElement(ServiceOrderPriceElement serviceOrderPriceElement)
Create a new
ServiceOrderPriceElement entity and save it to the S/4HANA system. |
ServiceOrderPriceElementUpdateFluentHelper |
DefaultServiceOrderService.updateServiceOrderPriceElement(ServiceOrderPriceElement serviceOrderPriceElement) |
ServiceOrderPriceElementUpdateFluentHelper |
ServiceOrderService.updateServiceOrderPriceElement(ServiceOrderPriceElement serviceOrderPriceElement)
Update an existing
ServiceOrderPriceElement entity and save it to the S/4HANA system. |
Copyright © 2020 SAP SE. All rights reserved.