Modifier and Type | Field and Description |
---|---|
static OpportunityPersonRespOneToOneLink<Opportunity> |
OpportunityPersonResp.TO_OPPORTUNITY
Use with available fluent helpers to apply the to_Opportunity navigation property to query operations.
|
static OpportunityItemOneToOneLink<Opportunity> |
OpportunityItem.TO_OPPORTUNITY
Use with available fluent helpers to apply the to_Opportunity navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
Opportunity |
Opportunity.OpportunityBuilder.build() |
Opportunity |
OpportunityPersonResp.fetchOpportunity()
Fetches the Opportunity entity (one to one) associated with this entity.
|
Opportunity |
OpportunityItem.fetchOpportunity()
Fetches the Opportunity entity (one to one) associated with this entity.
|
protected Opportunity |
OpportunityCreateFluentHelper.getEntity() |
protected Opportunity |
OpportunityUpdateFluentHelper.getEntity() |
Opportunity |
OpportunityPersonResp.getOpportunityOrFetch()
Retrieval of associated Opportunity entity (one to one).
|
Opportunity |
OpportunityItem.getOpportunityOrFetch()
Retrieval of associated Opportunity entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
protected Class<Opportunity> |
OpportunityByKeyFluentHelper.getEntityClass() |
protected Class<Opportunity> |
OpportunityFluentHelper.getEntityClass() |
io.vavr.control.Option<Opportunity> |
OpportunityPersonResp.getOpportunityIfPresent()
Retrieval of associated Opportunity entity (one to one).
|
io.vavr.control.Option<Opportunity> |
OpportunityItem.getOpportunityIfPresent()
Retrieval of associated Opportunity entity (one to one).
|
Class<Opportunity> |
Opportunity.getType() |
Modifier and Type | Method and Description |
---|---|
OpportunityPersonResp.OpportunityPersonRespBuilder |
OpportunityPersonResp.OpportunityPersonRespBuilder.opportunity(Opportunity value)
Navigation property to_Opportunity for OpportunityPersonResp to single Opportunity.
|
OpportunityItem.OpportunityItemBuilder |
OpportunityItem.OpportunityItemBuilder.opportunity(Opportunity value)
Navigation property to_Opportunity for OpportunityItem to single Opportunity.
|
void |
OpportunityPersonResp.setOpportunity(Opportunity value)
Overwrites the associated Opportunity entity for the loaded navigation property to_Opportunity.
|
void |
OpportunityItem.setOpportunity(Opportunity value)
Overwrites the associated Opportunity entity for the loaded navigation property to_Opportunity.
|
Constructor and Description |
---|
OpportunityCreateFluentHelper(String servicePath,
Opportunity entity)
Creates a fluent helper object that will create a
Opportunity
entity on the OData endpoint. |
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) |
OpportunityPersonResp(String opportunity,
String personResponsible,
Opportunity toOpportunity) |
OpportunityUpdateFluentHelper(String servicePath,
Opportunity entity)
Creates a fluent helper object that will update a
Opportunity
entity on the OData endpoint. |
Modifier and Type | Method and Description |
---|---|
OpportunityServiceBatchChangeSet |
DefaultOpportunityServiceBatchChangeSet.createOpportunity(Opportunity opportunity)
Create a new
Opportunity entity and save it to the S/4HANA system. |
OpportunityServiceBatchChangeSet |
OpportunityServiceBatchChangeSet.createOpportunity(Opportunity opportunity)
Create a new
Opportunity entity and save it to the S/4HANA system. |
OpportunityServiceBatchChangeSet |
DefaultOpportunityServiceBatchChangeSet.updateOpportunity(Opportunity opportunity)
Update an existing
Opportunity
entity and save it to the S/4HANA system. |
OpportunityServiceBatchChangeSet |
OpportunityServiceBatchChangeSet.updateOpportunity(Opportunity opportunity)
Update an existing
Opportunity
entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<Opportunity> |
OpportunityOneToOneLink.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 OpportunityLink<ObjectT> |
OpportunityLink.translateLinkType(EntityLink<OpportunityLink<ObjectT>,Opportunity,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
OpportunityCreateFluentHelper |
OpportunityService.createOpportunity(Opportunity opportunity)
Create a new
Opportunity entity and save it to the S/4HANA system. |
OpportunityCreateFluentHelper |
DefaultOpportunityService.createOpportunity(Opportunity opportunity) |
OpportunityUpdateFluentHelper |
OpportunityService.updateOpportunity(Opportunity opportunity)
Update an existing
Opportunity
entity and save it to the S/4HANA system. |
OpportunityUpdateFluentHelper |
DefaultOpportunityService.updateOpportunity(Opportunity opportunity) |
Copyright © 2021 SAP SE. All rights reserved.