Modifier and Type | Field and Description |
---|---|
static ServiceConfirmationItemLink<ServiceConfItmRefObject> |
ServiceConfirmationItem.TO_REFERENCE_OBJECT
Use with available fluent helpers to apply the to_ReferenceObject navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
ServiceConfItmRefObject |
ServiceConfItmRefObject.ServiceConfItmRefObjectBuilder.build() |
protected ServiceConfItmRefObject |
ServiceConfItmRefObjectCreateFluentHelper.getEntity() |
protected ServiceConfItmRefObject |
ServiceConfItmRefObjectDeleteFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<ServiceConfItmRefObject> |
ServiceConfirmationItem.fetchReferenceObject()
Fetches the ServiceConfItmRefObject entities (one to many) associated with this entity.
|
protected Class<ServiceConfItmRefObject> |
ServiceConfItmRefObjectByKeyFluentHelper.getEntityClass() |
protected Class<ServiceConfItmRefObject> |
ServiceConfItmRefObjectFluentHelper.getEntityClass() |
io.vavr.control.Option<List<ServiceConfItmRefObject>> |
ServiceConfirmationItem.getReferenceObjectIfPresent()
Retrieval of associated ServiceConfItmRefObject entities (one to many).
|
List<ServiceConfItmRefObject> |
ServiceConfirmationItem.getReferenceObjectOrFetch()
Retrieval of associated ServiceConfItmRefObject entities (one to many).
|
Class<ServiceConfItmRefObject> |
ServiceConfItmRefObject.getType() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceConfirmationItem.addReferenceObject(ServiceConfItmRefObject... entity)
Adds elements to the list of associated ServiceConfItmRefObject entities.
|
ServiceConfirmationItem.ServiceConfirmationItemBuilder |
ServiceConfirmationItem.ServiceConfirmationItemBuilder.referenceObject(ServiceConfItmRefObject... value)
Navigation property to_ReferenceObject for ServiceConfirmationItem to multiple
ServiceConfItmRefObject.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceConfirmationItem.setReferenceObject(List<ServiceConfItmRefObject> value)
Overwrites the list of associated ServiceConfItmRefObject entities for the loaded navigation property
to_ReferenceObject.
|
Constructor and Description |
---|
ServiceConfItmRefObjectCreateFluentHelper(String servicePath,
ServiceConfItmRefObject entity)
Creates a fluent helper object that will create a
ServiceConfItmRefObject entity on the OData endpoint. |
ServiceConfItmRefObjectDeleteFluentHelper(String servicePath,
ServiceConfItmRefObject entity)
Creates a fluent helper object that will delete a
ServiceConfItmRefObject entity on the OData endpoint. |
Constructor and Description |
---|
ServiceConfirmationItem(String serviceConfirmation,
String serviceConfirmationItem,
UUID serviceConfirmationItemUUID,
String serviceConfItemDescription,
String serviceObjectType,
String serviceDocumentItemObjectType,
String language,
String product,
BigDecimal quantity,
String quantityUnit,
BigDecimal actualServiceDuration,
String actualServiceDurationUnit,
String serviceConfItemCategory,
String serviceConfItemIsCompleted,
String executingServiceEmployee,
String servicePerformer,
String billableControl,
String referenceServiceOrder,
String referenceServiceOrderItem,
String timeSheetOvertimeCategory,
String parentServiceConfItem,
ZonedDateTime actualServiceStartDateTime,
ZonedDateTime actualServiceEndDateTime,
String respyMgmtServiceTeam,
String respyMgmtServiceTeamName,
String respyMgmtGlobalTeamID,
List<ServiceConfItemPriceElement> toPricingElement,
List<ServiceConfItmRefObject> toReferenceObject,
ServiceConfirmation toServiceConfirmation,
List<ServiceConfirmationItemText> toText) |
Modifier and Type | Method and Description |
---|---|
ServiceConfirmationServiceBatchChangeSet |
ServiceConfirmationServiceBatchChangeSet.createServiceConfItmRefObject(ServiceConfItmRefObject serviceConfItmRefObject)
Create a new
ServiceConfItmRefObject entity and save it to the S/4HANA system. |
ServiceConfirmationServiceBatchChangeSet |
DefaultServiceConfirmationServiceBatchChangeSet.createServiceConfItmRefObject(ServiceConfItmRefObject serviceConfItmRefObject)
Create a new
ServiceConfItmRefObject entity and save it to the S/4HANA system. |
ServiceConfirmationServiceBatchChangeSet |
ServiceConfirmationServiceBatchChangeSet.deleteServiceConfItmRefObject(ServiceConfItmRefObject serviceConfItmRefObject)
Deletes an existing
ServiceConfItmRefObject entity in the S/4HANA system. |
ServiceConfirmationServiceBatchChangeSet |
DefaultServiceConfirmationServiceBatchChangeSet.deleteServiceConfItmRefObject(ServiceConfItmRefObject serviceConfItmRefObject)
Deletes an existing
ServiceConfItmRefObject entity in the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<ServiceConfItmRefObject> |
ServiceConfItmRefObjectOneToOneLink.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 ServiceConfItmRefObjectLink<ObjectT> |
ServiceConfItmRefObjectLink.translateLinkType(EntityLink<ServiceConfItmRefObjectLink<ObjectT>,ServiceConfItmRefObject,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
ServiceConfItmRefObjectCreateFluentHelper |
ServiceConfirmationService.createServiceConfItmRefObject(ServiceConfItmRefObject serviceConfItmRefObject)
Create a new
ServiceConfItmRefObject entity and save it to the S/4HANA system. |
ServiceConfItmRefObjectCreateFluentHelper |
DefaultServiceConfirmationService.createServiceConfItmRefObject(ServiceConfItmRefObject serviceConfItmRefObject) |
ServiceConfItmRefObjectDeleteFluentHelper |
ServiceConfirmationService.deleteServiceConfItmRefObject(ServiceConfItmRefObject serviceConfItmRefObject)
Deletes an existing
ServiceConfItmRefObject entity in the S/4HANA system. |
ServiceConfItmRefObjectDeleteFluentHelper |
DefaultServiceConfirmationService.deleteServiceConfItmRefObject(ServiceConfItmRefObject serviceConfItmRefObject) |
Copyright © 2020 SAP SE. All rights reserved.