Modifier and Type | Field and Description |
---|---|
static ServiceOrderItemOneToOneLink<ServiceOrder> |
ServiceOrderItem.TO_SERVICE_ORDER
Use with available fluent helpers to apply the to_ServiceOrder navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
ServiceOrder |
ServiceOrder.ServiceOrderBuilder.build() |
ServiceOrder |
ServiceOrderItem.fetchServiceOrder()
Fetches the ServiceOrder entity (one to one) associated with this entity.
|
protected ServiceOrder |
ServiceOrderCreateFluentHelper.getEntity() |
protected ServiceOrder |
ServiceOrderUpdateFluentHelper.getEntity() |
ServiceOrder |
ServiceOrderItem.getServiceOrderOrFetch()
Retrieval of associated ServiceOrder entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
protected Class<ServiceOrder> |
ServiceOrderFluentHelper.getEntityClass() |
protected Class<ServiceOrder> |
ServiceOrderByKeyFluentHelper.getEntityClass() |
io.vavr.control.Option<ServiceOrder> |
ServiceOrderItem.getServiceOrderIfPresent()
Retrieval of associated ServiceOrder entity (one to one).
|
Class<ServiceOrder> |
ServiceOrder.getType() |
Modifier and Type | Method and Description |
---|---|
ServiceOrderItem.ServiceOrderItemBuilder |
ServiceOrderItem.ServiceOrderItemBuilder.serviceOrder(ServiceOrder value)
Navigation property to_ServiceOrder for ServiceOrderItem to single ServiceOrder.
|
void |
ServiceOrderItem.setServiceOrder(ServiceOrder value)
Overwrites the associated ServiceOrder entity for the loaded navigation property to_ServiceOrder.
|
Constructor and Description |
---|
ServiceOrderCreateFluentHelper(String servicePath,
ServiceOrder entity)
Deprecated.
Use the constructor
ServiceOrderCreateFluentHelper.ServiceOrderCreateFluentHelper(String, ServiceOrder,String)
instead. |
ServiceOrderCreateFluentHelper(String servicePath,
ServiceOrder entity,
String entityCollection)
Creates a fluent helper object that will create a
ServiceOrder entity on the
OData endpoint. |
ServiceOrderItem(String serviceOrder,
String serviceOrderItem,
UUID serviceOrderItemUUID,
String serviceOrderItemDescription,
String serviceObjectType,
String serviceDocumentItemObjectType,
String language,
String product,
BigDecimal quantity,
String quantityUnit,
BigDecimal serviceDuration,
String serviceDurationUnit,
String serviceOrderItemCategory,
String serviceOrdItemRejectionReason,
String billableControl,
String soldToParty,
String shipToParty,
String billToParty,
String payerParty,
String personResponsible,
String executingServiceEmployee,
String servicePerformer,
String serviceOrderItemIsReleased,
String serviceOrderItemIsCompleted,
String serviceOrderItemIsRejected,
String referenceServiceContract,
String referenceServiceContractItem,
String refServiceOrderTemplate,
String refServiceOrderTemplateItem,
String referenceServiceRequest,
String referenceServiceRequestItem,
String parentServiceOrderItem,
ZonedDateTime plannedServiceStartDateTime,
ZonedDateTime plannedServiceEndDateTime,
Boolean srvcContrDetnIsSpprsd,
String referenceServiceOrderItem,
String timeSheetOvertimeCategory,
String respyMgmtServiceTeam,
String respyMgmtServiceTeamName,
String respyMgmtGlobalTeamID,
String profitCenter,
List<ServiceOrderItemConfirmation> toConfirmation,
List<ServiceOrderItemPriceElement> toPricingElement,
List<ServiceOrderItemRefObject> toReferenceObject,
ServiceOrder toServiceOrder,
List<ServiceOrderItemText> toText) |
ServiceOrderUpdateFluentHelper(String servicePath,
ServiceOrder entity)
Deprecated.
Use the constructor
ServiceOrderUpdateFluentHelper.ServiceOrderUpdateFluentHelper(String, ServiceOrder,String)
instead. |
ServiceOrderUpdateFluentHelper(String servicePath,
ServiceOrder entity,
String entityCollection)
Creates a fluent helper object that will update a
ServiceOrder entity on the
OData endpoint. |
Modifier and Type | Method and Description |
---|---|
ServiceOrderServiceBatchChangeSet |
ServiceOrderServiceBatchChangeSet.createServiceOrder(ServiceOrder serviceOrder)
Create a new
ServiceOrder
entity and save it to the S/4HANA system. |
ServiceOrderServiceBatchChangeSet |
DefaultServiceOrderServiceBatchChangeSet.createServiceOrder(ServiceOrder serviceOrder)
Create a new
ServiceOrder
entity and save it to the S/4HANA system. |
ServiceOrderServiceBatchChangeSet |
ServiceOrderServiceBatchChangeSet.updateServiceOrder(ServiceOrder serviceOrder)
Update an existing
ServiceOrder entity and save it to the S/4HANA system. |
ServiceOrderServiceBatchChangeSet |
DefaultServiceOrderServiceBatchChangeSet.updateServiceOrder(ServiceOrder serviceOrder)
Update an existing
ServiceOrder entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<ServiceOrder> |
ServiceOrderOneToOneLink.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 ServiceOrderLink<ObjectT> |
ServiceOrderLink.translateLinkType(EntityLink<ServiceOrderLink<ObjectT>,ServiceOrder,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
ServiceOrderCreateFluentHelper |
DefaultServiceOrderService.createServiceOrder(ServiceOrder serviceOrder) |
ServiceOrderCreateFluentHelper |
ServiceOrderService.createServiceOrder(ServiceOrder serviceOrder)
Create a new
ServiceOrder
entity and save it to the S/4HANA system. |
ServiceOrderUpdateFluentHelper |
DefaultServiceOrderService.updateServiceOrder(ServiceOrder serviceOrder) |
ServiceOrderUpdateFluentHelper |
ServiceOrderService.updateServiceOrder(ServiceOrder serviceOrder)
Update an existing
ServiceOrder entity and save it to the S/4HANA system. |
Copyright © 2021 SAP SE. All rights reserved.