Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicecontract | |
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.servicecontract.link |
Modifier and Type | Field and Description |
---|---|
static ServiceContractLink<ServiceContractItem> |
ServiceContract.TO_ITEM
Use with available fluent helpers to apply the to_Item navigation property to query operations.
|
static ServiceContrItemObjectListOneToOneLink<ServiceContractItem> |
ServiceContrItemObjectList.TO_SERVICE_CONTRACT_ITEM
Use with available fluent helpers to apply the to_ServiceContractItem navigation property to query
operations.
|
static ServiceContrItmReleasedOrderOneToOneLink<ServiceContractItem> |
ServiceContrItmReleasedOrder.TO_SERVICE_CONTRACT_ITEM
Use with available fluent helpers to apply the to_ServiceContractItem navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
ServiceContractItem |
ServiceContractItem.ServiceContractItemBuilder.build() |
ServiceContractItem |
ServiceContrItemObjectList.fetchServiceContractItem()
Fetches the ServiceContractItem entity (one to one) associated with this entity.
|
ServiceContractItem |
ServiceContrItmReleasedOrder.fetchServiceContractItem()
Fetches the ServiceContractItem entity (one to one) associated with this entity.
|
ServiceContractItem |
ServiceContrItemObjectList.getServiceContractItemOrFetch()
Retrieval of associated ServiceContractItem entity (one to one).
|
ServiceContractItem |
ServiceContrItmReleasedOrder.getServiceContractItemOrFetch()
Retrieval of associated ServiceContractItem entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
List<ServiceContractItem> |
ServiceContract.fetchItem()
Fetches the ServiceContractItem entities (one to many) associated with this entity.
|
protected Class<ServiceContractItem> |
ServiceContractItemFluentHelper.getEntityClass() |
protected Class<ServiceContractItem> |
ServiceContractItemByKeyFluentHelper.getEntityClass() |
io.vavr.control.Option<List<ServiceContractItem>> |
ServiceContract.getItemIfPresent()
Retrieval of associated ServiceContractItem entities (one to many).
|
List<ServiceContractItem> |
ServiceContract.getItemOrFetch()
Retrieval of associated ServiceContractItem entities (one to many).
|
io.vavr.control.Option<ServiceContractItem> |
ServiceContrItemObjectList.getServiceContractItemIfPresent()
Retrieval of associated ServiceContractItem entity (one to one).
|
io.vavr.control.Option<ServiceContractItem> |
ServiceContrItmReleasedOrder.getServiceContractItemIfPresent()
Retrieval of associated ServiceContractItem entity (one to one).
|
Class<ServiceContractItem> |
ServiceContractItem.getType() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceContract.addItem(ServiceContractItem... entity)
Adds elements to the list of associated ServiceContractItem entities.
|
ServiceContract.ServiceContractBuilder |
ServiceContract.ServiceContractBuilder.item(ServiceContractItem... value)
Navigation property to_Item for ServiceContract to multiple ServiceContractItem.
|
ServiceContrItemObjectList.ServiceContrItemObjectListBuilder |
ServiceContrItemObjectList.ServiceContrItemObjectListBuilder.serviceContractItem(ServiceContractItem value)
Navigation property to_ServiceContractItem for ServiceContrItemObjectList to single
ServiceContractItem.
|
ServiceContrItmReleasedOrder.ServiceContrItmReleasedOrderBuilder |
ServiceContrItmReleasedOrder.ServiceContrItmReleasedOrderBuilder.serviceContractItem(ServiceContractItem value)
Navigation property to_ServiceContractItem for ServiceContrItmReleasedOrder to single
ServiceContractItem.
|
void |
ServiceContrItemObjectList.setServiceContractItem(ServiceContractItem value)
Overwrites the associated ServiceContractItem entity for the loaded navigation property
to_ServiceContractItem.
|
void |
ServiceContrItmReleasedOrder.setServiceContractItem(ServiceContractItem value)
Overwrites the associated ServiceContractItem entity for the loaded navigation property
to_ServiceContractItem.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceContract.setItem(List<ServiceContractItem> value)
Overwrites the list of associated ServiceContractItem entities for the loaded navigation property
to_Item.
|
Constructor and Description |
---|
ServiceContrItemObjectList(String serviceContract,
String serviceContractItem,
String serviceRefObjectSequenceNumber,
String product,
String equipment,
String serviceRefFunctionalLocation,
ServiceContractItem toServiceContractItem) |
ServiceContrItmReleasedOrder(UUID serviceDocumentItmRelationUUID,
String serviceDocItmRltnSqncNumber,
String serviceContract,
String serviceContractItem,
String serviceOrder,
String serviceOrderItem,
ServiceContractItem toServiceContractItem) |
Constructor and Description |
---|
ServiceContract(String serviceContract,
String serviceContractType,
String serviceContractDescription,
String language,
BigDecimal serviceContractStartDateTime,
BigDecimal serviceContractEndDateTime,
String purchaseOrderByCustomer,
LocalDateTime customerPurchaseOrderDate,
String serviceContractIsReleased,
String serviceContractIsCompleted,
String salesOrganization,
String distributionChannel,
String division,
String salesOffice,
String salesGroup,
String soldToParty,
String shipToParty,
String billToParty,
String payerParty,
String contactPerson,
String personResponsible,
String serviceContractCanclnParty,
String serviceContrCancellationReason,
BigDecimal srvcContrCancellationDateTime,
String referenceServiceContract,
String referenceServiceQtan,
List<ServiceContractItem> toItem,
List<ServiceContractText> toText) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<ServiceContractItem> |
ServiceContractItemOneToOneLink.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 ServiceContractItemLink<ObjectT> |
ServiceContractItemLink.translateLinkType(EntityLink<ServiceContractItemLink<ObjectT>,ServiceContractItem,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.