Modifier and Type | Field and Description |
---|---|
static ServiceConfirmationLink<ServiceConfPriceElement> |
ServiceConfirmation.TO_PRICING_ELEMENT
Use with available fluent helpers to apply the to_PricingElement navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
ServiceConfPriceElement |
ServiceConfPriceElement.ServiceConfPriceElementBuilder.build() |
protected ServiceConfPriceElement |
ServiceConfPriceElementCreateFluentHelper.getEntity() |
protected ServiceConfPriceElement |
ServiceConfPriceElementUpdateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<ServiceConfPriceElement> |
ServiceConfirmation.fetchPricingElement()
Fetches the ServiceConfPriceElement entities (one to many) associated with this entity.
|
protected Class<ServiceConfPriceElement> |
ServiceConfPriceElementFluentHelper.getEntityClass() |
protected Class<ServiceConfPriceElement> |
ServiceConfPriceElementByKeyFluentHelper.getEntityClass() |
io.vavr.control.Option<List<ServiceConfPriceElement>> |
ServiceConfirmation.getPricingElementIfPresent()
Retrieval of associated ServiceConfPriceElement entities (one to many).
|
List<ServiceConfPriceElement> |
ServiceConfirmation.getPricingElementOrFetch()
Retrieval of associated ServiceConfPriceElement entities (one to many).
|
Class<ServiceConfPriceElement> |
ServiceConfPriceElement.getType() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceConfirmation.addPricingElement(ServiceConfPriceElement... entity)
Adds elements to the list of associated ServiceConfPriceElement entities.
|
ServiceConfirmation.ServiceConfirmationBuilder |
ServiceConfirmation.ServiceConfirmationBuilder.pricingElement(ServiceConfPriceElement... value)
Navigation property to_PricingElement for ServiceConfirmation to multiple
ServiceConfPriceElement.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceConfirmation.setPricingElement(List<ServiceConfPriceElement> value)
Overwrites the list of associated ServiceConfPriceElement entities for the loaded navigation property
to_PricingElement.
|
Constructor and Description |
---|
ServiceConfPriceElementCreateFluentHelper(String servicePath,
ServiceConfPriceElement entity)
Creates a fluent helper object that will create a
ServiceConfPriceElement entity on the OData endpoint. |
ServiceConfPriceElementUpdateFluentHelper(String servicePath,
ServiceConfPriceElement entity)
Creates a fluent helper object that will update a
ServiceConfPriceElement entity on the OData endpoint. |
Constructor and Description |
---|
ServiceConfirmation(String serviceConfirmation,
String serviceConfirmationType,
UUID serviceConfirmationUUID,
String serviceConfirmationDescription,
String language,
String serviceDocumentPriority,
ZonedDateTime requestedServiceStartDateTime,
ZonedDateTime requestedServiceEndDateTime,
String purchaseOrderByCustomer,
LocalDateTime customerPurchaseOrderDate,
String serviceConfirmationIsCompleted,
String serviceConfirmationIsCanceled,
String salesOrganization,
String distributionChannel,
String division,
String salesOffice,
String salesGroup,
String soldToParty,
String shipToParty,
String billToParty,
String payerParty,
String contactPerson,
String referenceServiceOrder,
String serviceConfirmationIsFinal,
String salesOrganizationOrgUnitID,
String serviceOrganization,
String salesOfficeOrgUnitID,
String salesGroupOrgUnitID,
List<ServiceConfirmationItem> toItem,
List<ServiceConfPersonResp> toPersonResponsible,
List<ServiceConfPriceElement> toPricingElement,
List<ServiceConfRefObject> toReferenceObject,
List<ServiceConfirmationText> toText) |
Modifier and Type | Method and Description |
---|---|
ServiceConfirmationServiceBatchChangeSet |
ServiceConfirmationServiceBatchChangeSet.createServiceConfPriceElement(ServiceConfPriceElement serviceConfPriceElement)
Create a new
ServiceConfPriceElement entity and save it to the S/4HANA system. |
ServiceConfirmationServiceBatchChangeSet |
DefaultServiceConfirmationServiceBatchChangeSet.createServiceConfPriceElement(ServiceConfPriceElement serviceConfPriceElement)
Create a new
ServiceConfPriceElement entity and save it to the S/4HANA system. |
ServiceConfirmationServiceBatchChangeSet |
ServiceConfirmationServiceBatchChangeSet.updateServiceConfPriceElement(ServiceConfPriceElement serviceConfPriceElement)
Update an existing
ServiceConfPriceElement entity and save it to the S/4HANA system. |
ServiceConfirmationServiceBatchChangeSet |
DefaultServiceConfirmationServiceBatchChangeSet.updateServiceConfPriceElement(ServiceConfPriceElement serviceConfPriceElement)
Update an existing
ServiceConfPriceElement entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<ServiceConfPriceElement> |
ServiceConfPriceElementOneToOneLink.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 ServiceConfPriceElementLink<ObjectT> |
ServiceConfPriceElementLink.translateLinkType(EntityLink<ServiceConfPriceElementLink<ObjectT>,ServiceConfPriceElement,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
ServiceConfPriceElementCreateFluentHelper |
ServiceConfirmationService.createServiceConfPriceElement(ServiceConfPriceElement serviceConfPriceElement)
Create a new
ServiceConfPriceElement entity and save it to the S/4HANA system. |
ServiceConfPriceElementCreateFluentHelper |
DefaultServiceConfirmationService.createServiceConfPriceElement(ServiceConfPriceElement serviceConfPriceElement) |
ServiceConfPriceElementUpdateFluentHelper |
ServiceConfirmationService.updateServiceConfPriceElement(ServiceConfPriceElement serviceConfPriceElement)
Update an existing
ServiceConfPriceElement entity and save it to the S/4HANA system. |
ServiceConfPriceElementUpdateFluentHelper |
DefaultServiceConfirmationService.updateServiceConfPriceElement(ServiceConfPriceElement serviceConfPriceElement) |
Copyright © 2019 SAP SE. All rights reserved.