Modifier and Type | Field and Description |
---|---|
static OpportunityLink<OpportunityPersonResp> |
Opportunity.TO_PERSON_RESPONSIBLE
Use with available fluent helpers to apply the to_PersonResponsible navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
OpportunityPersonResp |
OpportunityPersonResp.OpportunityPersonRespBuilder.build() |
protected OpportunityPersonResp |
OpportunityPersonRespDeleteFluentHelper.getEntity() |
protected OpportunityPersonResp |
OpportunityPersonRespUpdateFluentHelper.getEntity() |
protected OpportunityPersonResp |
OpportunityPersonRespCreateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<OpportunityPersonResp> |
Opportunity.fetchPersonResponsible()
Fetches the OpportunityPersonResp entities (one to many) associated with this entity.
|
protected Class<OpportunityPersonResp> |
OpportunityPersonRespByKeyFluentHelper.getEntityClass() |
protected Class<OpportunityPersonResp> |
OpportunityPersonRespFluentHelper.getEntityClass() |
io.vavr.control.Option<List<OpportunityPersonResp>> |
Opportunity.getPersonResponsibleIfPresent()
Retrieval of associated OpportunityPersonResp entities (one to many).
|
List<OpportunityPersonResp> |
Opportunity.getPersonResponsibleOrFetch()
Retrieval of associated OpportunityPersonResp entities (one to many).
|
Class<OpportunityPersonResp> |
OpportunityPersonResp.getType() |
Modifier and Type | Method and Description |
---|---|
void |
Opportunity.addPersonResponsible(OpportunityPersonResp... entity)
Adds elements to the list of associated OpportunityPersonResp entities.
|
Opportunity.OpportunityBuilder |
Opportunity.OpportunityBuilder.personResponsible(OpportunityPersonResp... value)
Navigation property to_PersonResponsible for Opportunity to multiple
OpportunityPersonResp.
|
Modifier and Type | Method and Description |
---|---|
void |
Opportunity.setPersonResponsible(List<OpportunityPersonResp> value)
Overwrites the list of associated OpportunityPersonResp entities for the loaded navigation property
to_PersonResponsible.
|
Constructor and Description |
---|
OpportunityPersonRespCreateFluentHelper(String servicePath,
OpportunityPersonResp entity)
Creates a fluent helper object that will create a
OpportunityPersonResp entity on the OData endpoint. |
OpportunityPersonRespDeleteFluentHelper(String servicePath,
OpportunityPersonResp entity)
Creates a fluent helper object that will delete a
OpportunityPersonResp entity on the OData endpoint. |
OpportunityPersonRespUpdateFluentHelper(String servicePath,
OpportunityPersonResp entity)
Creates a fluent helper object that will update a
OpportunityPersonResp 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.createOpportunityPersonResp(OpportunityPersonResp opportunityPersonResp)
Create a new
OpportunityPersonResp entity and save it to the S/4HANA system. |
OpportunityServiceBatchChangeSet |
OpportunityServiceBatchChangeSet.createOpportunityPersonResp(OpportunityPersonResp opportunityPersonResp)
Create a new
OpportunityPersonResp entity and save it to the S/4HANA system. |
OpportunityServiceBatchChangeSet |
DefaultOpportunityServiceBatchChangeSet.deleteOpportunityPersonResp(OpportunityPersonResp opportunityPersonResp)
Deletes an existing
OpportunityPersonResp entity in the S/4HANA system. |
OpportunityServiceBatchChangeSet |
OpportunityServiceBatchChangeSet.deleteOpportunityPersonResp(OpportunityPersonResp opportunityPersonResp)
Deletes an existing
OpportunityPersonResp entity in the S/4HANA system. |
OpportunityServiceBatchChangeSet |
DefaultOpportunityServiceBatchChangeSet.updateOpportunityPersonResp(OpportunityPersonResp opportunityPersonResp)
Update an existing
OpportunityPersonResp entity and save it to the S/4HANA system. |
OpportunityServiceBatchChangeSet |
OpportunityServiceBatchChangeSet.updateOpportunityPersonResp(OpportunityPersonResp opportunityPersonResp)
Update an existing
OpportunityPersonResp entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<OpportunityPersonResp> |
OpportunityPersonRespOneToOneLink.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 OpportunityPersonRespLink<ObjectT> |
OpportunityPersonRespLink.translateLinkType(EntityLink<OpportunityPersonRespLink<ObjectT>,OpportunityPersonResp,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.