Modifier and Type | Field and Description |
---|---|
static OpportunityItemLink<OpptyItmFUPSalesOrder> |
OpportunityItem.TO_OPPORTUNITY_ITEM_SALES_ORDER
Use with available fluent helpers to apply the to_OpportunityItemSalesOrder navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
OpptyItmFUPSalesOrder |
OpptyItmFUPSalesOrder.OpptyItmFUPSalesOrderBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<OpptyItmFUPSalesOrder> |
OpportunityItem.fetchOpportunityItemSalesOrder()
Fetches the OpptyItmFUPSalesOrder entities (one to many) associated with this entity.
|
protected Class<OpptyItmFUPSalesOrder> |
OpptyItmFUPSalesOrderByKeyFluentHelper.getEntityClass() |
protected Class<OpptyItmFUPSalesOrder> |
OpptyItmFUPSalesOrderFluentHelper.getEntityClass() |
io.vavr.control.Option<List<OpptyItmFUPSalesOrder>> |
OpportunityItem.getOpportunityItemSalesOrderIfPresent()
Retrieval of associated OpptyItmFUPSalesOrder entities (one to many).
|
List<OpptyItmFUPSalesOrder> |
OpportunityItem.getOpportunityItemSalesOrderOrFetch()
Retrieval of associated OpptyItmFUPSalesOrder entities (one to many).
|
Class<OpptyItmFUPSalesOrder> |
OpptyItmFUPSalesOrder.getType() |
Modifier and Type | Method and Description |
---|---|
void |
OpportunityItem.addOpportunityItemSalesOrder(OpptyItmFUPSalesOrder... entity)
Adds elements to the list of associated OpptyItmFUPSalesOrder entities.
|
OpportunityItem.OpportunityItemBuilder |
OpportunityItem.OpportunityItemBuilder.opportunityItemSalesOrder(OpptyItmFUPSalesOrder... value)
Navigation property to_OpportunityItemSalesOrder for OpportunityItem to multiple
OpptyItmFUPSalesOrder.
|
Modifier and Type | Method and Description |
---|---|
void |
OpportunityItem.setOpportunityItemSalesOrder(List<OpptyItmFUPSalesOrder> value)
Overwrites the list of associated OpptyItmFUPSalesOrder entities for the loaded navigation property
to_OpportunityItemSalesOrder.
|
Constructor and Description |
---|
OpportunityItem(String opportunity,
String opportunityItem,
UUID opportunityUUID,
String opportunityItemCategory,
UUID opportunityItemUUID,
String opportunityItemDescription,
String product,
String productHierarchy,
BigDecimal netValueAmount,
String transactionCurrency,
BigDecimal productQuantity,
String salesQuantityUnit,
String opportunityItemStatus,
String competitor,
String contactPerson,
String prospect,
String payerParty,
String referenceLead,
String referenceLeadItem,
Opportunity toOpportunity,
List<OpptyItmFUPSalesOrder> toOpportunityItemSalesOrder,
List<OpptyItmFUPSalesQuotation> toOpportunityItemSalesQuotation,
List<OpptyItmFUPServiceOrder> toOpportunityItemServiceOrder,
List<OpportunityItemPersonResp> toPersonResponsible,
List<OpportunityItemSalesRep> toSalesRepresentative,
List<OpportunityItemText> toText) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<OpptyItmFUPSalesOrder> |
OpptyItmFUPSalesOrderOneToOneLink.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 OpptyItmFUPSalesOrderLink<ObjectT> |
OpptyItmFUPSalesOrderLink.translateLinkType(EntityLink<OpptyItmFUPSalesOrderLink<ObjectT>,OpptyItmFUPSalesOrder,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.