Modifier and Type | Field and Description |
---|---|
static ServiceContractItemLink<ServiceContrItemObjectList> |
ServiceContractItem.TO_OBJECT_LIST
Use with available fluent helpers to apply the to_ObjectList navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
ServiceContrItemObjectList |
ServiceContrItemObjectList.ServiceContrItemObjectListBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<ServiceContrItemObjectList> |
ServiceContractItem.fetchObjectList()
Fetches the ServiceContrItemObjectList entities (one to many) associated with this entity.
|
protected Class<ServiceContrItemObjectList> |
ServiceContrItemObjectListFluentHelper.getEntityClass() |
protected Class<ServiceContrItemObjectList> |
ServiceContrItemObjectListByKeyFluentHelper.getEntityClass() |
io.vavr.control.Option<List<ServiceContrItemObjectList>> |
ServiceContractItem.getObjectListIfPresent()
Retrieval of associated ServiceContrItemObjectList entities (one to many).
|
List<ServiceContrItemObjectList> |
ServiceContractItem.getObjectListOrFetch()
Retrieval of associated ServiceContrItemObjectList entities (one to many).
|
Class<ServiceContrItemObjectList> |
ServiceContrItemObjectList.getType() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceContractItem.addObjectList(ServiceContrItemObjectList... entity)
Adds elements to the list of associated ServiceContrItemObjectList entities.
|
ServiceContractItem.ServiceContractItemBuilder |
ServiceContractItem.ServiceContractItemBuilder.objectList(ServiceContrItemObjectList... value)
Navigation property to_ObjectList for ServiceContractItem to multiple
ServiceContrItemObjectList.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceContractItem.setObjectList(List<ServiceContrItemObjectList> value)
Overwrites the list of associated ServiceContrItemObjectList entities for the loaded navigation property
to_ObjectList.
|
Constructor and Description |
---|
ServiceContractItem(String serviceContract,
String serviceContractItem,
String serviceContractItemCategory,
String product,
BigDecimal quantity,
String quantityUnit,
String serviceContractItemDescription,
String language,
String serviceContractItemIsReleased,
String serviceContractItemIsCompleted,
String serviceContractItemCanclnParty,
String serviceContractItmCanclnReason,
BigDecimal serviceContractItemCanclnDate,
BigDecimal serviceContrItemStartDateTime,
BigDecimal serviceContrItemEndDateTime,
String billingBlockReason,
String shipToParty,
String personResponsible,
String billToParty,
String payerParty,
String contactPerson,
String referenceServiceContractItem,
String referenceServiceQtanItem,
BigDecimal srvcContrItemRnwlDuration,
String srvcContrItemRnwlDurationUnit,
BigDecimal srvcContrItemExtensionDuration,
String srvcContrItemExtnDurationUnit,
String srvcTransChangeProcess,
String srvcTransChangeProcessType,
String srvcTransChgProcSourceTransID,
String srvcTransChgProcSourceItemID,
UUID srvcTransChgProcSourceItemUUID,
List<ServiceContrItemObjectList> toObjectList,
List<ServiceContrItmReleasedOrder> toReleasedOrder,
ServiceContract toServiceContract) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<ServiceContrItemObjectList> |
ServiceContrItemObjectListOneToOneLink.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 ServiceContrItemObjectListLink<ObjectT> |
ServiceContrItemObjectListLink.translateLinkType(EntityLink<ServiceContrItemObjectListLink<ObjectT>,ServiceContrItemObjectList,ObjectT> link) |
Copyright © 2020 SAP SE. All rights reserved.