Modifier and Type | Field and Description |
---|---|
static OpportunityLink<OpportunityItem> |
Opportunity.TO_ITEM
Use with available fluent helpers to apply the to_Item navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
OpportunityItem |
OpportunityItem.OpportunityItemBuilder.build() |
protected OpportunityItem |
OpportunityItemUpdateFluentHelper.getEntity() |
protected OpportunityItem |
OpportunityItemDeleteFluentHelper.getEntity() |
protected OpportunityItem |
OpportunityItemCreateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<OpportunityItem> |
Opportunity.fetchItem()
Fetches the OpportunityItem entities (one to many) associated with this entity.
|
protected Class<OpportunityItem> |
OpportunityItemFluentHelper.getEntityClass() |
protected Class<OpportunityItem> |
OpportunityItemByKeyFluentHelper.getEntityClass() |
io.vavr.control.Option<List<OpportunityItem>> |
Opportunity.getItemIfPresent()
Retrieval of associated OpportunityItem entities (one to many).
|
List<OpportunityItem> |
Opportunity.getItemOrFetch()
Retrieval of associated OpportunityItem entities (one to many).
|
Class<OpportunityItem> |
OpportunityItem.getType() |
Modifier and Type | Method and Description |
---|---|
void |
Opportunity.addItem(OpportunityItem... entity)
Adds elements to the list of associated OpportunityItem entities.
|
Opportunity.OpportunityBuilder |
Opportunity.OpportunityBuilder.item(OpportunityItem... value)
Navigation property to_Item for Opportunity to multiple OpportunityItem.
|
Modifier and Type | Method and Description |
---|---|
void |
Opportunity.setItem(List<OpportunityItem> value)
Overwrites the list of associated OpportunityItem entities for the loaded navigation property
to_Item.
|
Constructor and Description |
---|
OpportunityItemCreateFluentHelper(String servicePath,
OpportunityItem entity)
Creates a fluent helper object that will create a
OpportunityItem entity on the OData endpoint. |
OpportunityItemDeleteFluentHelper(String servicePath,
OpportunityItem entity)
Creates a fluent helper object that will delete a
OpportunityItem entity on the OData endpoint. |
OpportunityItemUpdateFluentHelper(String servicePath,
OpportunityItem entity)
Creates a fluent helper object that will update a
OpportunityItem entity on the OData endpoint. |
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 |
---|---|
OpportunityServiceBatchChangeSet |
DefaultOpportunityServiceBatchChangeSet.createOpportunityItem(OpportunityItem opportunityItem)
Create a new
OpportunityItem entity and save it to the S/4HANA system. |
OpportunityServiceBatchChangeSet |
OpportunityServiceBatchChangeSet.createOpportunityItem(OpportunityItem opportunityItem)
Create a new
OpportunityItem entity and save it to the S/4HANA system. |
OpportunityServiceBatchChangeSet |
DefaultOpportunityServiceBatchChangeSet.deleteOpportunityItem(OpportunityItem opportunityItem)
Deletes an existing
OpportunityItem entity in the S/4HANA system. |
OpportunityServiceBatchChangeSet |
OpportunityServiceBatchChangeSet.deleteOpportunityItem(OpportunityItem opportunityItem)
Deletes an existing
OpportunityItem entity in the S/4HANA system. |
OpportunityServiceBatchChangeSet |
DefaultOpportunityServiceBatchChangeSet.updateOpportunityItem(OpportunityItem opportunityItem)
Update an existing
OpportunityItem entity and save it to the S/4HANA system. |
OpportunityServiceBatchChangeSet |
OpportunityServiceBatchChangeSet.updateOpportunityItem(OpportunityItem opportunityItem)
Update an existing
OpportunityItem entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<OpportunityItem> |
OpportunityItemOneToOneLink.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 OpportunityItemLink<ObjectT> |
OpportunityItemLink.translateLinkType(EntityLink<OpportunityItemLink<ObjectT>,OpportunityItem,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.