Modifier and Type | Field and Description |
---|---|
static BusSolnQtanSubscrpnItemLink<BusSolnQtanItemNmrcParam> |
BusSolnQtanSubscrpnItem.TO_NUMERIC_PARAMETERS
Use with available fluent helpers to apply the to_NumericParameters navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
BusSolnQtanItemNmrcParam |
BusSolnQtanItemNmrcParam.BusSolnQtanItemNmrcParamBuilder.build() |
protected BusSolnQtanItemNmrcParam |
BusSolnQtanItemNmrcParamDeleteFluentHelper.getEntity() |
protected BusSolnQtanItemNmrcParam |
BusSolnQtanItemNmrcParamUpdateFluentHelper.getEntity() |
protected BusSolnQtanItemNmrcParam |
BusSolnQtanItemNmrcParamCreateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<BusSolnQtanItemNmrcParam> |
BusSolnQtanSubscrpnItem.fetchNumericParameters()
Fetches the BusSolnQtanItemNmrcParam entities (one to many) associated with this entity.
|
protected Class<BusSolnQtanItemNmrcParam> |
BusSolnQtanItemNmrcParamByKeyFluentHelper.getEntityClass() |
protected Class<BusSolnQtanItemNmrcParam> |
BusSolnQtanItemNmrcParamFluentHelper.getEntityClass() |
io.vavr.control.Option<List<BusSolnQtanItemNmrcParam>> |
BusSolnQtanSubscrpnItem.getNumericParametersIfPresent()
Retrieval of associated BusSolnQtanItemNmrcParam entities (one to many).
|
List<BusSolnQtanItemNmrcParam> |
BusSolnQtanSubscrpnItem.getNumericParametersOrFetch()
Retrieval of associated BusSolnQtanItemNmrcParam entities (one to many).
|
Class<BusSolnQtanItemNmrcParam> |
BusSolnQtanItemNmrcParam.getType() |
Modifier and Type | Method and Description |
---|---|
void |
BusSolnQtanSubscrpnItem.addNumericParameters(BusSolnQtanItemNmrcParam... entity)
Adds elements to the list of associated BusSolnQtanItemNmrcParam entities.
|
BusSolnQtanSubscrpnItem.BusSolnQtanSubscrpnItemBuilder |
BusSolnQtanSubscrpnItem.BusSolnQtanSubscrpnItemBuilder.numericParameters(BusSolnQtanItemNmrcParam... value)
Navigation property to_NumericParameters for BusSolnQtanSubscrpnItem to multiple
BusSolnQtanItemNmrcParam.
|
Modifier and Type | Method and Description |
---|---|
void |
BusSolnQtanSubscrpnItem.setNumericParameters(List<BusSolnQtanItemNmrcParam> value)
Overwrites the list of associated BusSolnQtanItemNmrcParam entities for the loaded navigation property
to_NumericParameters.
|
Constructor and Description |
---|
BusSolnQtanItemNmrcParamCreateFluentHelper(String servicePath,
BusSolnQtanItemNmrcParam entity)
Creates a fluent helper object that will create a
BusSolnQtanItemNmrcParam entity on the OData endpoint. |
BusSolnQtanItemNmrcParamDeleteFluentHelper(String servicePath,
BusSolnQtanItemNmrcParam entity)
Creates a fluent helper object that will delete a
BusSolnQtanItemNmrcParam entity on the OData endpoint. |
BusSolnQtanItemNmrcParamUpdateFluentHelper(String servicePath,
BusSolnQtanItemNmrcParam entity)
Creates a fluent helper object that will update a
BusSolnQtanItemNmrcParam entity on the OData endpoint. |
Constructor and Description |
---|
BusSolnQtanSubscrpnItem(String businessSolutionQuotation,
String busSolutionQuotationItem,
UUID busSolnQuotationItemUUID,
String parentBusSolnQuotationItem,
String busSolnQtanItemCategory,
String product,
BigDecimal quantity,
String quantityUnit,
String busSolnQtanItemDescription,
String language,
String busSolnQtanItemExtReference,
String itemOrderProbabilityInPercent,
String busSolnQtanItemIsReleased,
String busSolnQtanItemIsCompleted,
String busSolnQtanItemIsAccepted,
String busSolnQtanItemIsRejected,
String busSolnQtanItmRjcnReason,
String soldToParty,
String shipToParty,
String billToParty,
String payerParty,
String personResponsible,
String contactPerson,
String paymentTerms,
String cABillgCycle,
BigDecimal subscrpnContrItmStartDateTime,
BigDecimal subscrpnContrItemExtnDuration,
String subscrpnContrItemExtnDurnUnit,
BigDecimal subscrpnContrItmEndDateTime,
Boolean subscrpnContrAutoRnwlIsActv,
BigDecimal subscrpnContrAutoRnwlDurn,
String subscrpnContrAutoRnwlDurnUnit,
ZonedDateTime sbscrContrTimeSliceStrtDteTme,
ZonedDateTime sbscrContrTimeSliceEndDteTme,
String contractAccount,
String revenueAccountingReference,
String revenueAccountingRefType,
String crsCatalogMappingVersionNumber,
String custMgmtMasterAgreement,
String custMgmtMstrAgrmtItem,
String custMgmtMstrAgrmtParentItem,
String sharingContractID,
String subscrpnContractSharingGroupID,
String configurationNumber,
String cAProviderContract,
String changeProcessGroup,
Boolean busSolutionQtnItemIsPhased,
String busSolnQtnItmPhasedPrdcssrItem,
String subscriptionContractItem,
String sbscrContrItemCanclnParty,
String sbscrContrItemCanclnReason,
String sbscrContrItmCanclnProcedure,
ZonedDateTime sbscrContrItmCanclnRecDateTime,
ZonedDateTime sbscrContrItmCanclnReqDateTime,
BusinessSolutionQuotation toBusinessSolutionQuotation,
List<BusSolnQtanItmConfign> toConfigurations,
List<BusSolnQtanItemDteParam> toDateParameters,
List<BusSolnQtanItemNmrcParam> toNumericParameters,
List<BusSolnQtanItmPriceElement> toPriceElement,
List<BusSolnQtanItemStrParam> toStringParameters,
List<BuSoQtanItmFUPSubscrpnContr> toSubscriptionContract,
List<BusSolnQtanItemTblParam> toTableParameters,
List<BusSolnQtanItemTechRsce> toTechnicalResource,
List<BusSolnQtanItemText> toText) |
Modifier and Type | Method and Description |
---|---|
SolutionQuotationServiceBatchChangeSet |
DefaultSolutionQuotationServiceBatchChangeSet.createBusSolnQtanItemNmrcParam(BusSolnQtanItemNmrcParam busSolnQtanItemNmrcParam)
Create a new
BusSolnQtanItemNmrcParam entity and save it to the S/4HANA system. |
SolutionQuotationServiceBatchChangeSet |
SolutionQuotationServiceBatchChangeSet.createBusSolnQtanItemNmrcParam(BusSolnQtanItemNmrcParam busSolnQtanItemNmrcParam)
Create a new
BusSolnQtanItemNmrcParam entity and save it to the S/4HANA system. |
SolutionQuotationServiceBatchChangeSet |
DefaultSolutionQuotationServiceBatchChangeSet.deleteBusSolnQtanItemNmrcParam(BusSolnQtanItemNmrcParam busSolnQtanItemNmrcParam)
Deletes an existing
BusSolnQtanItemNmrcParam entity in the S/4HANA system. |
SolutionQuotationServiceBatchChangeSet |
SolutionQuotationServiceBatchChangeSet.deleteBusSolnQtanItemNmrcParam(BusSolnQtanItemNmrcParam busSolnQtanItemNmrcParam)
Deletes an existing
BusSolnQtanItemNmrcParam entity in the S/4HANA system. |
SolutionQuotationServiceBatchChangeSet |
DefaultSolutionQuotationServiceBatchChangeSet.updateBusSolnQtanItemNmrcParam(BusSolnQtanItemNmrcParam busSolnQtanItemNmrcParam)
Update an existing
BusSolnQtanItemNmrcParam entity and save it to the S/4HANA system. |
SolutionQuotationServiceBatchChangeSet |
SolutionQuotationServiceBatchChangeSet.updateBusSolnQtanItemNmrcParam(BusSolnQtanItemNmrcParam busSolnQtanItemNmrcParam)
Update an existing
BusSolnQtanItemNmrcParam entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<BusSolnQtanItemNmrcParam> |
BusSolnQtanItemNmrcParamOneToOneLink.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 BusSolnQtanItemNmrcParamLink<ObjectT> |
BusSolnQtanItemNmrcParamLink.translateLinkType(EntityLink<BusSolnQtanItemNmrcParamLink<ObjectT>,BusSolnQtanItemNmrcParam,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.