Modifier and Type | Field and Description |
---|---|
static OpportunityLink<OpportunityFUPSalesOrder> |
Opportunity.TO_SALES_ORDER
Use with available fluent helpers to apply the to_SalesOrder navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
OpportunityFUPSalesOrder |
OpportunityFUPSalesOrder.OpportunityFUPSalesOrderBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<OpportunityFUPSalesOrder> |
Opportunity.fetchSalesOrder()
Fetches the OpportunityFUPSalesOrder entities (one to many) associated with this entity.
|
protected Class<OpportunityFUPSalesOrder> |
OpportunityFUPSalesOrderByKeyFluentHelper.getEntityClass() |
protected Class<OpportunityFUPSalesOrder> |
OpportunityFUPSalesOrderFluentHelper.getEntityClass() |
io.vavr.control.Option<List<OpportunityFUPSalesOrder>> |
Opportunity.getSalesOrderIfPresent()
Retrieval of associated OpportunityFUPSalesOrder entities (one to many).
|
List<OpportunityFUPSalesOrder> |
Opportunity.getSalesOrderOrFetch()
Retrieval of associated OpportunityFUPSalesOrder entities (one to many).
|
Class<OpportunityFUPSalesOrder> |
OpportunityFUPSalesOrder.getType() |
Modifier and Type | Method and Description |
---|---|
void |
Opportunity.addSalesOrder(OpportunityFUPSalesOrder... entity)
Adds elements to the list of associated OpportunityFUPSalesOrder entities.
|
Opportunity.OpportunityBuilder |
Opportunity.OpportunityBuilder.salesOrder(OpportunityFUPSalesOrder... value)
Navigation property to_SalesOrder for Opportunity to multiple OpportunityFUPSalesOrder.
|
Modifier and Type | Method and Description |
---|---|
void |
Opportunity.setSalesOrder(List<OpportunityFUPSalesOrder> value)
Overwrites the list of associated OpportunityFUPSalesOrder entities for the loaded navigation property
to_SalesOrder.
|
Constructor and Description |
---|
Opportunity(String opportunity,
String opportunityProcessType,
String opportunityDescription,
UUID opportunityUUID,
String opportunityOrigin,
String opportunityPriority,
String opportunityGroup,
String opportunityStatus,
LocalDateTime opportunityStartDate,
LocalDateTime opportunityEndDate,
String chanceOfSuccessPercent,
String currentSalesStage,
LocalDateTime postingDate,
String distributionChannel,
String division,
String salesOrganizationOrgUnitID,
String salesOfficeOrgUnitID,
String salesGroupOrgUnitID,
String responsibleSalesOrganization,
String serviceOrganization,
String contactPerson,
String prospect,
String payerParty,
String competitor,
String referenceLead,
List<OpportunityItem> toItem,
List<OpportunityPersonResp> toPersonResponsible,
List<OpportunityFUPSalesOrder> toSalesOrder,
List<OpportunityFUPSalesQuotation> toSalesQuotation,
List<OpportunitySalesRep> toSalesRepresentative,
List<OpportunityFUPServiceOrder> toServiceOrder,
List<OpportunityText> toText) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<OpportunityFUPSalesOrder> |
OpportunityFUPSalesOrderOneToOneLink.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 OpportunityFUPSalesOrderLink<ObjectT> |
OpportunityFUPSalesOrderLink.translateLinkType(EntityLink<OpportunityFUPSalesOrderLink<ObjectT>,OpportunityFUPSalesOrder,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.