Modifier and Type | Field and Description |
---|---|
static ServiceOrderLink<ServiceOrderItem> |
ServiceOrder.TO_ITEM
Use with available fluent helpers to apply the to_Item navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
ServiceOrderItem |
ServiceOrderItem.ServiceOrderItemBuilder.build() |
protected ServiceOrderItem |
ServiceOrderItemUpdateFluentHelper.getEntity() |
protected ServiceOrderItem |
ServiceOrderItemCreateFluentHelper.getEntity() |
protected ServiceOrderItem |
ServiceOrderItemDeleteFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<ServiceOrderItem> |
ServiceOrder.fetchItem()
Fetches the ServiceOrderItem entities (one to many) associated with this entity.
|
protected Class<ServiceOrderItem> |
ServiceOrderItemFluentHelper.getEntityClass() |
protected Class<ServiceOrderItem> |
ServiceOrderItemByKeyFluentHelper.getEntityClass() |
io.vavr.control.Option<List<ServiceOrderItem>> |
ServiceOrder.getItemIfPresent()
Retrieval of associated ServiceOrderItem entities (one to many).
|
List<ServiceOrderItem> |
ServiceOrder.getItemOrFetch()
Retrieval of associated ServiceOrderItem entities (one to many).
|
Class<ServiceOrderItem> |
ServiceOrderItem.getType() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceOrder.addItem(ServiceOrderItem... entity)
Adds elements to the list of associated ServiceOrderItem entities.
|
ServiceOrder.ServiceOrderBuilder |
ServiceOrder.ServiceOrderBuilder.item(ServiceOrderItem... value)
Navigation property to_Item for ServiceOrder to multiple ServiceOrderItem.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceOrder.setItem(List<ServiceOrderItem> value)
Overwrites the list of associated ServiceOrderItem entities for the loaded navigation property
to_Item.
|
Constructor and Description |
---|
ServiceOrderItemCreateFluentHelper(String servicePath,
ServiceOrderItem entity)
Creates a fluent helper object that will create a
ServiceOrderItem entity
on the OData endpoint. |
ServiceOrderItemDeleteFluentHelper(String servicePath,
ServiceOrderItem entity)
Creates a fluent helper object that will delete a
ServiceOrderItem entity
on the OData endpoint. |
ServiceOrderItemUpdateFluentHelper(String servicePath,
ServiceOrderItem entity)
Creates a fluent helper object that will update a
ServiceOrderItem entity
on the OData endpoint. |
Constructor and Description |
---|
ServiceOrder(String serviceOrder,
String serviceOrderType,
UUID serviceOrderUUID,
String serviceOrderDescription,
String serviceObjectType,
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 respyMgmtServiceTeam,
String respyMgmtServiceTeamName,
String respyMgmtGlobalTeamID,
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.createServiceOrderItem(ServiceOrderItem serviceOrderItem)
Create a new
ServiceOrderItem entity and save it to the S/4HANA system. |
ServiceOrderServiceBatchChangeSet |
DefaultServiceOrderServiceBatchChangeSet.createServiceOrderItem(ServiceOrderItem serviceOrderItem)
Create a new
ServiceOrderItem entity and save it to the S/4HANA system. |
ServiceOrderServiceBatchChangeSet |
ServiceOrderServiceBatchChangeSet.deleteServiceOrderItem(ServiceOrderItem serviceOrderItem)
Deletes an existing
ServiceOrderItem entity in the S/4HANA system. |
ServiceOrderServiceBatchChangeSet |
DefaultServiceOrderServiceBatchChangeSet.deleteServiceOrderItem(ServiceOrderItem serviceOrderItem)
Deletes an existing
ServiceOrderItem entity in the S/4HANA system. |
ServiceOrderServiceBatchChangeSet |
ServiceOrderServiceBatchChangeSet.updateServiceOrderItem(ServiceOrderItem serviceOrderItem)
Update an existing
ServiceOrderItem entity and save it to the S/4HANA system. |
ServiceOrderServiceBatchChangeSet |
DefaultServiceOrderServiceBatchChangeSet.updateServiceOrderItem(ServiceOrderItem serviceOrderItem)
Update an existing
ServiceOrderItem entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<ServiceOrderItem> |
ServiceOrderItemOneToOneLink.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 ServiceOrderItemLink<ObjectT> |
ServiceOrderItemLink.translateLinkType(EntityLink<ServiceOrderItemLink<ObjectT>,ServiceOrderItem,ObjectT> link) |
Copyright © 2020 SAP SE. All rights reserved.