Modifier and Type | Field and Description |
---|---|
static ServiceConfirmationItemOneToOneLink<ServiceConfirmation> |
ServiceConfirmationItem.TO_SERVICE_CONFIRMATION
Use with available fluent helpers to apply the to_ServiceConfirmation navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
ServiceConfirmation |
ServiceConfirmation.ServiceConfirmationBuilder.build() |
ServiceConfirmation |
ServiceConfirmationItem.fetchServiceConfirmation()
Fetches the ServiceConfirmation entity (one to one) associated with this entity.
|
protected ServiceConfirmation |
ServiceConfirmationCreateFluentHelper.getEntity() |
protected ServiceConfirmation |
ServiceConfirmationUpdateFluentHelper.getEntity() |
ServiceConfirmation |
ServiceConfirmationItem.getServiceConfirmationOrFetch()
Retrieval of associated ServiceConfirmation entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
protected Class<ServiceConfirmation> |
ServiceConfirmationFluentHelper.getEntityClass() |
protected Class<ServiceConfirmation> |
ServiceConfirmationByKeyFluentHelper.getEntityClass() |
io.vavr.control.Option<ServiceConfirmation> |
ServiceConfirmationItem.getServiceConfirmationIfPresent()
Retrieval of associated ServiceConfirmation entity (one to one).
|
Class<ServiceConfirmation> |
ServiceConfirmation.getType() |
Modifier and Type | Method and Description |
---|---|
ServiceConfirmationItem.ServiceConfirmationItemBuilder |
ServiceConfirmationItem.ServiceConfirmationItemBuilder.serviceConfirmation(ServiceConfirmation value)
Navigation property to_ServiceConfirmation for ServiceConfirmationItem to single
ServiceConfirmation.
|
void |
ServiceConfirmationItem.setServiceConfirmation(ServiceConfirmation value)
Overwrites the associated ServiceConfirmation entity for the loaded navigation property
to_ServiceConfirmation.
|
Constructor and Description |
---|
ServiceConfirmationCreateFluentHelper(String servicePath,
ServiceConfirmation entity)
Creates a fluent helper object that will create a
ServiceConfirmation entity on the OData endpoint. |
ServiceConfirmationItem(String serviceConfirmation,
String serviceConfirmationItem,
UUID serviceConfirmationItemUUID,
String serviceConfItemDescription,
String language,
String product,
BigDecimal quantity,
String quantityUnit,
BigDecimal actualServiceDuration,
String actualServiceDurationUnit,
String serviceConfItemCategory,
String serviceConfItemIsCompleted,
String executingServiceEmployee,
String billableControl,
String referenceServiceOrder,
String referenceServiceOrderItem,
String timeSheetOvertimeCategory,
String parentServiceConfItem,
ZonedDateTime actualServiceStartDateTime,
ZonedDateTime actualServiceEndDateTime,
List<ServiceConfItemPriceElement> toPricingElement,
List<ServiceConfItmRefObject> toReferenceObject,
ServiceConfirmation toServiceConfirmation,
List<ServiceConfirmationItemText> toText) |
ServiceConfirmationUpdateFluentHelper(String servicePath,
ServiceConfirmation entity)
Creates a fluent helper object that will update a
ServiceConfirmation entity on the OData endpoint. |
Modifier and Type | Method and Description |
---|---|
ServiceConfirmationServiceBatchChangeSet |
ServiceConfirmationServiceBatchChangeSet.createServiceConfirmation(ServiceConfirmation serviceConfirmation)
Create a new
ServiceConfirmation entity and save it to the S/4HANA system. |
ServiceConfirmationServiceBatchChangeSet |
DefaultServiceConfirmationServiceBatchChangeSet.createServiceConfirmation(ServiceConfirmation serviceConfirmation)
Create a new
ServiceConfirmation entity and save it to the S/4HANA system. |
ServiceConfirmationServiceBatchChangeSet |
ServiceConfirmationServiceBatchChangeSet.updateServiceConfirmation(ServiceConfirmation serviceConfirmation)
Update an existing
ServiceConfirmation entity and save it to the S/4HANA system. |
ServiceConfirmationServiceBatchChangeSet |
DefaultServiceConfirmationServiceBatchChangeSet.updateServiceConfirmation(ServiceConfirmation serviceConfirmation)
Update an existing
ServiceConfirmation entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<ServiceConfirmation> |
ServiceConfirmationOneToOneLink.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 ServiceConfirmationLink<ObjectT> |
ServiceConfirmationLink.translateLinkType(EntityLink<ServiceConfirmationLink<ObjectT>,ServiceConfirmation,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
ServiceConfirmationCreateFluentHelper |
ServiceConfirmationService.createServiceConfirmation(ServiceConfirmation serviceConfirmation)
Create a new
ServiceConfirmation entity and save it to the S/4HANA system. |
ServiceConfirmationCreateFluentHelper |
DefaultServiceConfirmationService.createServiceConfirmation(ServiceConfirmation serviceConfirmation) |
ServiceConfirmationUpdateFluentHelper |
ServiceConfirmationService.updateServiceConfirmation(ServiceConfirmation serviceConfirmation)
Update an existing
ServiceConfirmation entity and save it to the S/4HANA system. |
ServiceConfirmationUpdateFluentHelper |
DefaultServiceConfirmationService.updateServiceConfirmation(ServiceConfirmation serviceConfirmation) |
Copyright © 2019 SAP SE. All rights reserved.