Modifier and Type | Field and Description |
---|---|
static OpportunityLink<OpportunitySalesRep> |
Opportunity.TO_SALES_REPRESENTATIVE
Use with available fluent helpers to apply the to_SalesRepresentative navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
OpportunitySalesRep |
OpportunitySalesRep.OpportunitySalesRepBuilder.build() |
protected OpportunitySalesRep |
OpportunitySalesRepDeleteFluentHelper.getEntity() |
protected OpportunitySalesRep |
OpportunitySalesRepUpdateFluentHelper.getEntity() |
protected OpportunitySalesRep |
OpportunitySalesRepCreateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<OpportunitySalesRep> |
Opportunity.fetchSalesRepresentative()
Fetches the OpportunitySalesRep entities (one to many) associated with this entity.
|
protected Class<OpportunitySalesRep> |
OpportunitySalesRepByKeyFluentHelper.getEntityClass() |
protected Class<OpportunitySalesRep> |
OpportunitySalesRepFluentHelper.getEntityClass() |
io.vavr.control.Option<List<OpportunitySalesRep>> |
Opportunity.getSalesRepresentativeIfPresent()
Retrieval of associated OpportunitySalesRep entities (one to many).
|
List<OpportunitySalesRep> |
Opportunity.getSalesRepresentativeOrFetch()
Retrieval of associated OpportunitySalesRep entities (one to many).
|
Class<OpportunitySalesRep> |
OpportunitySalesRep.getType() |
Modifier and Type | Method and Description |
---|---|
void |
Opportunity.addSalesRepresentative(OpportunitySalesRep... entity)
Adds elements to the list of associated OpportunitySalesRep entities.
|
Opportunity.OpportunityBuilder |
Opportunity.OpportunityBuilder.salesRepresentative(OpportunitySalesRep... value)
Navigation property to_SalesRepresentative for Opportunity to multiple
OpportunitySalesRep.
|
Modifier and Type | Method and Description |
---|---|
void |
Opportunity.setSalesRepresentative(List<OpportunitySalesRep> value)
Overwrites the list of associated OpportunitySalesRep entities for the loaded navigation property
to_SalesRepresentative.
|
Constructor and Description |
---|
OpportunitySalesRepCreateFluentHelper(String servicePath,
OpportunitySalesRep entity)
Creates a fluent helper object that will create a
OpportunitySalesRep entity on the OData endpoint. |
OpportunitySalesRepDeleteFluentHelper(String servicePath,
OpportunitySalesRep entity)
Creates a fluent helper object that will delete a
OpportunitySalesRep entity on the OData endpoint. |
OpportunitySalesRepUpdateFluentHelper(String servicePath,
OpportunitySalesRep entity)
Creates a fluent helper object that will update a
OpportunitySalesRep 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.createOpportunitySalesRep(OpportunitySalesRep opportunitySalesRep)
Create a new
OpportunitySalesRep entity and save it to the S/4HANA system. |
OpportunityServiceBatchChangeSet |
OpportunityServiceBatchChangeSet.createOpportunitySalesRep(OpportunitySalesRep opportunitySalesRep)
Create a new
OpportunitySalesRep entity and save it to the S/4HANA system. |
OpportunityServiceBatchChangeSet |
DefaultOpportunityServiceBatchChangeSet.deleteOpportunitySalesRep(OpportunitySalesRep opportunitySalesRep)
Deletes an existing
OpportunitySalesRep entity in the S/4HANA system. |
OpportunityServiceBatchChangeSet |
OpportunityServiceBatchChangeSet.deleteOpportunitySalesRep(OpportunitySalesRep opportunitySalesRep)
Deletes an existing
OpportunitySalesRep entity in the S/4HANA system. |
OpportunityServiceBatchChangeSet |
DefaultOpportunityServiceBatchChangeSet.updateOpportunitySalesRep(OpportunitySalesRep opportunitySalesRep)
Update an existing
OpportunitySalesRep entity and save it to the S/4HANA system. |
OpportunityServiceBatchChangeSet |
OpportunityServiceBatchChangeSet.updateOpportunitySalesRep(OpportunitySalesRep opportunitySalesRep)
Update an existing
OpportunitySalesRep entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<OpportunitySalesRep> |
OpportunitySalesRepOneToOneLink.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 OpportunitySalesRepLink<ObjectT> |
OpportunitySalesRepLink.translateLinkType(EntityLink<OpportunitySalesRepLink<ObjectT>,OpportunitySalesRep,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.