Modifier and Type | Field and Description |
---|---|
static BusinessSolutionQuotationLink<BusSolnQtanExpenseItem> |
BusinessSolutionQuotation.TO_EXPENSE_ITEM
Use with available fluent helpers to apply the to_ExpenseItem navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
BusSolnQtanExpenseItem |
BusSolnQtanExpenseItem.BusSolnQtanExpenseItemBuilder.build() |
protected BusSolnQtanExpenseItem |
BusSolnQtanExpenseItemCreateFluentHelper.getEntity() |
protected BusSolnQtanExpenseItem |
BusSolnQtanExpenseItemUpdateFluentHelper.getEntity() |
protected BusSolnQtanExpenseItem |
BusSolnQtanExpenseItemDeleteFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<BusSolnQtanExpenseItem> |
BusinessSolutionQuotation.fetchExpenseItem()
Fetches the BusSolnQtanExpenseItem entities (one to many) associated with this entity.
|
protected Class<BusSolnQtanExpenseItem> |
BusSolnQtanExpenseItemByKeyFluentHelper.getEntityClass() |
protected Class<BusSolnQtanExpenseItem> |
BusSolnQtanExpenseItemFluentHelper.getEntityClass() |
io.vavr.control.Option<List<BusSolnQtanExpenseItem>> |
BusinessSolutionQuotation.getExpenseItemIfPresent()
Retrieval of associated BusSolnQtanExpenseItem entities (one to many).
|
List<BusSolnQtanExpenseItem> |
BusinessSolutionQuotation.getExpenseItemOrFetch()
Retrieval of associated BusSolnQtanExpenseItem entities (one to many).
|
Class<BusSolnQtanExpenseItem> |
BusSolnQtanExpenseItem.getType() |
Modifier and Type | Method and Description |
---|---|
void |
BusinessSolutionQuotation.addExpenseItem(BusSolnQtanExpenseItem... entity)
Adds elements to the list of associated BusSolnQtanExpenseItem entities.
|
BusinessSolutionQuotation.BusinessSolutionQuotationBuilder |
BusinessSolutionQuotation.BusinessSolutionQuotationBuilder.expenseItem(BusSolnQtanExpenseItem... value)
Navigation property to_ExpenseItem for BusinessSolutionQuotation to multiple
BusSolnQtanExpenseItem.
|
Modifier and Type | Method and Description |
---|---|
void |
BusinessSolutionQuotation.setExpenseItem(List<BusSolnQtanExpenseItem> value)
Overwrites the list of associated BusSolnQtanExpenseItem entities for the loaded navigation property
to_ExpenseItem.
|
Constructor and Description |
---|
BusSolnQtanExpenseItemCreateFluentHelper(String servicePath,
BusSolnQtanExpenseItem entity)
Creates a fluent helper object that will create a
BusSolnQtanExpenseItem entity on the OData endpoint. |
BusSolnQtanExpenseItemDeleteFluentHelper(String servicePath,
BusSolnQtanExpenseItem entity)
Creates a fluent helper object that will delete a
BusSolnQtanExpenseItem entity on the OData endpoint. |
BusSolnQtanExpenseItemUpdateFluentHelper(String servicePath,
BusSolnQtanExpenseItem entity)
Creates a fluent helper object that will update a
BusSolnQtanExpenseItem entity on the OData endpoint. |
Constructor and Description |
---|
BusinessSolutionQuotation(String businessSolutionQuotation,
UUID busSolutionQuotationUUID,
String busSolutionQuotationType,
String busSolnQtanDescription,
String language,
String busSolnQtanExtReference,
String busSolnPrtfloReference,
String busSolnQuotationIsReleased,
String busSolnQuotationIsCompleted,
String busSolnQuotationIsRejected,
String serviceDocumentHasError,
String purchaseOrderByCustomer,
LocalDateTime customerPurchaseOrderDate,
BigDecimal busSolnQtanValdtyStartDateTime,
BigDecimal busSolnQtanValdtyEndDateTime,
String salesOrganization,
String distributionChannel,
String division,
String salesOffice,
String salesGroup,
String serviceOrganizationUnit,
String serviceOrganization,
String soldToParty,
String shipToParty,
String billToParty,
String payerParty,
String personResponsible,
String contactPerson,
String paymentTerms,
String createdByUser,
ZonedDateTime creationDateTime,
String lastChangedByUser,
ZonedDateTime lastChangeDateTime,
List<BusSolnQtanExpenseItem> toExpenseItem,
List<BusSolnQtanSalesItem> toSalesItem,
List<BusSolnQtanFUPSalesOrder> toSalesOrder,
List<BusSolnQtanFUPSrvcContr> toServiceContract,
List<BusSolnQtanSrvcContrItem> toServiceContractItem,
List<BusSolnQtanServiceItem> toServiceItem,
List<BusSolnQtanFUPSrvcOrder> toServiceOrder,
List<BusSolnQtanSrvcPrtItem> toServicePartItem,
List<BusSolnQtanFUPSubscrpnContr> toSubscriptionContract,
List<BusSolnQtanSubscrpnItem> toSubscriptionItem,
List<BusSolutionQuotationText> toText) |
Modifier and Type | Method and Description |
---|---|
SolutionQuotationServiceBatchChangeSet |
DefaultSolutionQuotationServiceBatchChangeSet.createBusSolnQtanExpenseItem(BusSolnQtanExpenseItem busSolnQtanExpenseItem)
Create a new
BusSolnQtanExpenseItem entity and save it to the S/4HANA system. |
SolutionQuotationServiceBatchChangeSet |
SolutionQuotationServiceBatchChangeSet.createBusSolnQtanExpenseItem(BusSolnQtanExpenseItem busSolnQtanExpenseItem)
Create a new
BusSolnQtanExpenseItem entity and save it to the S/4HANA system. |
SolutionQuotationServiceBatchChangeSet |
DefaultSolutionQuotationServiceBatchChangeSet.deleteBusSolnQtanExpenseItem(BusSolnQtanExpenseItem busSolnQtanExpenseItem)
Deletes an existing
BusSolnQtanExpenseItem entity in the S/4HANA system. |
SolutionQuotationServiceBatchChangeSet |
SolutionQuotationServiceBatchChangeSet.deleteBusSolnQtanExpenseItem(BusSolnQtanExpenseItem busSolnQtanExpenseItem)
Deletes an existing
BusSolnQtanExpenseItem entity in the S/4HANA system. |
SolutionQuotationServiceBatchChangeSet |
DefaultSolutionQuotationServiceBatchChangeSet.updateBusSolnQtanExpenseItem(BusSolnQtanExpenseItem busSolnQtanExpenseItem)
Update an existing
BusSolnQtanExpenseItem entity and save it to the S/4HANA system. |
SolutionQuotationServiceBatchChangeSet |
SolutionQuotationServiceBatchChangeSet.updateBusSolnQtanExpenseItem(BusSolnQtanExpenseItem busSolnQtanExpenseItem)
Update an existing
BusSolnQtanExpenseItem entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<BusSolnQtanExpenseItem> |
BusSolnQtanExpenseItemOneToOneLink.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 BusSolnQtanExpenseItemLink<ObjectT> |
BusSolnQtanExpenseItemLink.translateLinkType(EntityLink<BusSolnQtanExpenseItemLink<ObjectT>,BusSolnQtanExpenseItem,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.