Modifier and Type | Field and Description |
---|---|
static ServiceOrderLink<ServiceOrderRefObject> |
ServiceOrder.TO_REFERENCE_OBJECT
Use with available fluent helpers to apply the to_ReferenceObject navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
ServiceOrderRefObject |
ServiceOrderRefObject.ServiceOrderRefObjectBuilder.build() |
protected ServiceOrderRefObject |
ServiceOrderRefObjectDeleteFluentHelper.getEntity() |
protected ServiceOrderRefObject |
ServiceOrderRefObjectCreateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<ServiceOrderRefObject> |
ServiceOrder.fetchReferenceObject()
Fetches the ServiceOrderRefObject entities (one to many) associated with this entity.
|
protected Class<ServiceOrderRefObject> |
ServiceOrderRefObjectFluentHelper.getEntityClass() |
protected Class<ServiceOrderRefObject> |
ServiceOrderRefObjectByKeyFluentHelper.getEntityClass() |
Optional<List<ServiceOrderRefObject>> |
ServiceOrder.getReferenceObjectIfPresent()
Retrieval of associated ServiceOrderRefObject entities (one to many).
|
List<ServiceOrderRefObject> |
ServiceOrder.getReferenceObjectOrFetch()
Retrieval of associated ServiceOrderRefObject entities (one to many).
|
Class<ServiceOrderRefObject> |
ServiceOrderRefObject.getType() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceOrder.addReferenceObject(ServiceOrderRefObject... entity)
Adds elements to the list of associated ServiceOrderRefObject entities.
|
ServiceOrder.ServiceOrderBuilder |
ServiceOrder.ServiceOrderBuilder.referenceObject(ServiceOrderRefObject... value) |
Modifier and Type | Method and Description |
---|---|
void |
ServiceOrder.setReferenceObject(List<ServiceOrderRefObject> value)
Overwrites the list of associated ServiceOrderRefObject entities for the loaded navigation property
to_ReferenceObject.
|
Constructor and Description |
---|
ServiceOrderRefObjectCreateFluentHelper(String servicePath,
ServiceOrderRefObject entity)
Creates a fluent helper object that will create a
ServiceOrderRefObject entity on the OData endpoint. |
ServiceOrderRefObjectDeleteFluentHelper(String servicePath,
ServiceOrderRefObject entity)
Creates a fluent helper object that will delete a
ServiceOrderRefObject 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.createServiceOrderRefObject(ServiceOrderRefObject serviceOrderRefObject)
Create a new
ServiceOrderRefObject entity and save it to the S/4HANA system. |
ServiceOrderServiceBatchChangeSet |
DefaultServiceOrderServiceBatchChangeSet.createServiceOrderRefObject(ServiceOrderRefObject serviceOrderRefObject)
Create a new
ServiceOrderRefObject entity and save it to the S/4HANA system. |
ServiceOrderServiceBatchChangeSet |
ServiceOrderServiceBatchChangeSet.deleteServiceOrderRefObject(ServiceOrderRefObject serviceOrderRefObject)
Deletes an existing
ServiceOrderRefObject entity in the S/4HANA system. |
ServiceOrderServiceBatchChangeSet |
DefaultServiceOrderServiceBatchChangeSet.deleteServiceOrderRefObject(ServiceOrderRefObject serviceOrderRefObject)
Deletes an existing
ServiceOrderRefObject entity in the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<ServiceOrderRefObject> |
ServiceOrderRefObjectOneToOneLink.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 ServiceOrderRefObjectLink<ObjectT> |
ServiceOrderRefObjectLink.translateLinkType(EntityLink<ServiceOrderRefObjectLink<ObjectT>,ServiceOrderRefObject,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
ServiceOrderRefObjectCreateFluentHelper |
DefaultServiceOrderService.createServiceOrderRefObject(ServiceOrderRefObject serviceOrderRefObject) |
ServiceOrderRefObjectCreateFluentHelper |
ServiceOrderService.createServiceOrderRefObject(ServiceOrderRefObject serviceOrderRefObject)
Create a new
ServiceOrderRefObject entity and save it to the S/4HANA system. |
ServiceOrderRefObjectDeleteFluentHelper |
DefaultServiceOrderService.deleteServiceOrderRefObject(ServiceOrderRefObject serviceOrderRefObject) |
ServiceOrderRefObjectDeleteFluentHelper |
ServiceOrderService.deleteServiceOrderRefObject(ServiceOrderRefObject serviceOrderRefObject)
Deletes an existing
ServiceOrderRefObject entity in the S/4HANA system. |
Copyright © 2019 SAP SE. All rights reserved.