Modifier and Type | Field and Description |
---|---|
static BusSolnOrdSrvcContractItemLink<BusSolnOrderItemObjectList> |
BusSolnOrdSrvcContractItem.TO_OBJECT_LIST
Use with available fluent helpers to apply the to_ObjectList navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
BusSolnOrderItemObjectList |
BusSolnOrderItemObjectList.BusSolnOrderItemObjectListBuilder.build() |
protected BusSolnOrderItemObjectList |
BusSolnOrderItemObjectListDeleteFluentHelper.getEntity() |
protected BusSolnOrderItemObjectList |
BusSolnOrderItemObjectListCreateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<BusSolnOrderItemObjectList> |
BusSolnOrdSrvcContractItem.fetchObjectList()
Fetches the BusSolnOrderItemObjectList entities (one to many) associated with this entity.
|
protected Class<BusSolnOrderItemObjectList> |
BusSolnOrderItemObjectListFluentHelper.getEntityClass() |
protected Class<BusSolnOrderItemObjectList> |
BusSolnOrderItemObjectListByKeyFluentHelper.getEntityClass() |
io.vavr.control.Option<List<BusSolnOrderItemObjectList>> |
BusSolnOrdSrvcContractItem.getObjectListIfPresent()
Retrieval of associated BusSolnOrderItemObjectList entities (one to many).
|
List<BusSolnOrderItemObjectList> |
BusSolnOrdSrvcContractItem.getObjectListOrFetch()
Retrieval of associated BusSolnOrderItemObjectList entities (one to many).
|
Class<BusSolnOrderItemObjectList> |
BusSolnOrderItemObjectList.getType() |
Modifier and Type | Method and Description |
---|---|
void |
BusSolnOrdSrvcContractItem.addObjectList(BusSolnOrderItemObjectList... entity)
Adds elements to the list of associated BusSolnOrderItemObjectList entities.
|
BusSolnOrdSrvcContractItem.BusSolnOrdSrvcContractItemBuilder |
BusSolnOrdSrvcContractItem.BusSolnOrdSrvcContractItemBuilder.objectList(BusSolnOrderItemObjectList... value)
Navigation property to_ObjectList for BusSolnOrdSrvcContractItem to multiple
BusSolnOrderItemObjectList.
|
Modifier and Type | Method and Description |
---|---|
void |
BusSolnOrdSrvcContractItem.setObjectList(List<BusSolnOrderItemObjectList> value)
Overwrites the list of associated BusSolnOrderItemObjectList entities for the loaded navigation property
to_ObjectList.
|
Constructor and Description |
---|
BusSolnOrderItemObjectListCreateFluentHelper(String servicePath,
BusSolnOrderItemObjectList entity)
Deprecated.
|
BusSolnOrderItemObjectListCreateFluentHelper(String servicePath,
BusSolnOrderItemObjectList entity,
String entityCollection)
Creates a fluent helper object that will create a
BusSolnOrderItemObjectList entity on the OData endpoint. |
BusSolnOrderItemObjectListDeleteFluentHelper(String servicePath,
BusSolnOrderItemObjectList entity)
Deprecated.
|
BusSolnOrderItemObjectListDeleteFluentHelper(String servicePath,
BusSolnOrderItemObjectList entity,
String entityCollection)
Creates a fluent helper object that will delete a
BusSolnOrderItemObjectList entity on the OData endpoint. |
Constructor and Description |
---|
BusSolnOrdSrvcContractItem(String businessSolutionOrder,
String businessSolutionOrderItem,
UUID businessSolutionOrderItemUUID,
String busSolnOrdItmCategory,
String product,
BigDecimal quantity,
String quantityUnit,
String busSolnOrdItmDescription,
String language,
String busSolnOrdItmExtReference,
String busSolnOrdItmIsReleased,
String busSolnOrdItmIsCompleted,
String busSolnOrdItmIsRejected,
String busSolnOrdItmDistrStatus,
String busSolnOrdItmDistrStatusName,
String busSolnOrdItmRjcnReason,
String busSolnOrdItmRjcnReasonText,
String billingBlockReason,
BigDecimal serviceDocumentItemNetAmount,
String transactionCurrency,
String soldToParty,
String shipToParty,
String billToParty,
String payerParty,
String personResponsible,
String contactPerson,
String paymentTerms,
String serviceProfile,
String responseProfile,
String billingPlanBillingDateRule,
String settlementPeriodRule,
ZonedDateTime serviceContrItemStartDateTime,
ZonedDateTime serviceContrItemEndDateTime,
BusinessSolutionOrder toBusinessSolutionOrder,
List<BusSolnOrderItemObjectList> toObjectList,
List<BusSolnOrderItemPriceElement> toPriceElement,
List<BusSolnOrderItemProductList> toProductList,
List<BusSolnOrdItmFUPSrvcContr> toServiceContract,
List<BusSolutionOrderItemText> toText) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<BusSolnOrderItemObjectList> |
BusSolnOrderItemObjectListOneToOneLink.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 BusSolnOrderItemObjectListLink<ObjectT> |
BusSolnOrderItemObjectListLink.translateLinkType(EntityLink<BusSolnOrderItemObjectListLink<ObjectT>,BusSolnOrderItemObjectList,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
BusSolnOrderItemObjectListCreateFluentHelper |
DefaultBusinessSolutionOrderService.createBusSolnOrderItemObjectList(BusSolnOrderItemObjectList busSolnOrderItemObjectList) |
BusSolnOrderItemObjectListCreateFluentHelper |
BusinessSolutionOrderService.createBusSolnOrderItemObjectList(BusSolnOrderItemObjectList busSolnOrderItemObjectList)
Create a new
BusSolnOrderItemObjectList entity and save it to the S/4HANA system. |
BusSolnOrderItemObjectListDeleteFluentHelper |
DefaultBusinessSolutionOrderService.deleteBusSolnOrderItemObjectList(BusSolnOrderItemObjectList busSolnOrderItemObjectList) |
BusSolnOrderItemObjectListDeleteFluentHelper |
BusinessSolutionOrderService.deleteBusSolnOrderItemObjectList(BusSolnOrderItemObjectList busSolnOrderItemObjectList)
Deletes an existing
BusSolnOrderItemObjectList entity in the S/4HANA system. |
Copyright © 2021 SAP SE. All rights reserved.