Modifier and Type | Field and Description |
---|---|
static ServiceOrderLink<ServiceOrderText> |
ServiceOrder.TO_TEXT
Use with available fluent helpers to apply the to_Text navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
ServiceOrderText |
ServiceOrderText.ServiceOrderTextBuilder.build() |
protected ServiceOrderText |
ServiceOrderTextUpdateFluentHelper.getEntity() |
protected ServiceOrderText |
ServiceOrderTextCreateFluentHelper.getEntity() |
protected ServiceOrderText |
ServiceOrderTextDeleteFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<ServiceOrderText> |
ServiceOrder.fetchText()
Fetches the ServiceOrderText entities (one to many) associated with this entity.
|
protected Class<ServiceOrderText> |
ServiceOrderTextByKeyFluentHelper.getEntityClass() |
protected Class<ServiceOrderText> |
ServiceOrderTextFluentHelper.getEntityClass() |
io.vavr.control.Option<List<ServiceOrderText>> |
ServiceOrder.getTextIfPresent()
Retrieval of associated ServiceOrderText entities (one to many).
|
List<ServiceOrderText> |
ServiceOrder.getTextOrFetch()
Retrieval of associated ServiceOrderText entities (one to many).
|
Class<ServiceOrderText> |
ServiceOrderText.getType() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceOrder.addText(ServiceOrderText... entity)
Adds elements to the list of associated ServiceOrderText entities.
|
ServiceOrder.ServiceOrderBuilder |
ServiceOrder.ServiceOrderBuilder.text(ServiceOrderText... value)
Navigation property to_Text for ServiceOrder to multiple ServiceOrderText.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceOrder.setText(List<ServiceOrderText> value)
Overwrites the list of associated ServiceOrderText entities for the loaded navigation property
to_Text.
|
Constructor and Description |
---|
ServiceOrderTextCreateFluentHelper(String servicePath,
ServiceOrderText entity)
Creates a fluent helper object that will create a
ServiceOrderText entity
on the OData endpoint. |
ServiceOrderTextDeleteFluentHelper(String servicePath,
ServiceOrderText entity)
Creates a fluent helper object that will delete a
ServiceOrderText entity
on the OData endpoint. |
ServiceOrderTextUpdateFluentHelper(String servicePath,
ServiceOrderText entity)
Creates a fluent helper object that will update a
ServiceOrderText 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.createServiceOrderText(ServiceOrderText serviceOrderText)
Create a new
ServiceOrderText entity and save it to the S/4HANA system. |
ServiceOrderServiceBatchChangeSet |
DefaultServiceOrderServiceBatchChangeSet.createServiceOrderText(ServiceOrderText serviceOrderText)
Create a new
ServiceOrderText entity and save it to the S/4HANA system. |
ServiceOrderServiceBatchChangeSet |
ServiceOrderServiceBatchChangeSet.deleteServiceOrderText(ServiceOrderText serviceOrderText)
Deletes an existing
ServiceOrderText entity in the S/4HANA system. |
ServiceOrderServiceBatchChangeSet |
DefaultServiceOrderServiceBatchChangeSet.deleteServiceOrderText(ServiceOrderText serviceOrderText)
Deletes an existing
ServiceOrderText entity in the S/4HANA system. |
ServiceOrderServiceBatchChangeSet |
ServiceOrderServiceBatchChangeSet.updateServiceOrderText(ServiceOrderText serviceOrderText)
Update an existing
ServiceOrderText entity and save it to the S/4HANA system. |
ServiceOrderServiceBatchChangeSet |
DefaultServiceOrderServiceBatchChangeSet.updateServiceOrderText(ServiceOrderText serviceOrderText)
Update an existing
ServiceOrderText entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<ServiceOrderText> |
ServiceOrderTextOneToOneLink.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 ServiceOrderTextLink<ObjectT> |
ServiceOrderTextLink.translateLinkType(EntityLink<ServiceOrderTextLink<ObjectT>,ServiceOrderText,ObjectT> link) |
Copyright © 2020 SAP SE. All rights reserved.