Modifier and Type | Field and Description |
---|---|
static OpportunityItemLink<OpportunityItemPersonResp> |
OpportunityItem.TO_PERSON_RESPONSIBLE
Use with available fluent helpers to apply the to_PersonResponsible navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
OpportunityItemPersonResp |
OpportunityItemPersonResp.OpportunityItemPersonRespBuilder.build() |
protected OpportunityItemPersonResp |
OpportunityItemPersonRespCreateFluentHelper.getEntity() |
protected OpportunityItemPersonResp |
OpportunityItemPersonRespUpdateFluentHelper.getEntity() |
protected OpportunityItemPersonResp |
OpportunityItemPersonRespDeleteFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<OpportunityItemPersonResp> |
OpportunityItem.fetchPersonResponsible()
Fetches the OpportunityItemPersonResp entities (one to many) associated with this entity.
|
protected Class<OpportunityItemPersonResp> |
OpportunityItemPersonRespByKeyFluentHelper.getEntityClass() |
protected Class<OpportunityItemPersonResp> |
OpportunityItemPersonRespFluentHelper.getEntityClass() |
io.vavr.control.Option<List<OpportunityItemPersonResp>> |
OpportunityItem.getPersonResponsibleIfPresent()
Retrieval of associated OpportunityItemPersonResp entities (one to many).
|
List<OpportunityItemPersonResp> |
OpportunityItem.getPersonResponsibleOrFetch()
Retrieval of associated OpportunityItemPersonResp entities (one to many).
|
Class<OpportunityItemPersonResp> |
OpportunityItemPersonResp.getType() |
Modifier and Type | Method and Description |
---|---|
void |
OpportunityItem.addPersonResponsible(OpportunityItemPersonResp... entity)
Adds elements to the list of associated OpportunityItemPersonResp entities.
|
OpportunityItem.OpportunityItemBuilder |
OpportunityItem.OpportunityItemBuilder.personResponsible(OpportunityItemPersonResp... value)
Navigation property to_PersonResponsible for OpportunityItem to multiple
OpportunityItemPersonResp.
|
Modifier and Type | Method and Description |
---|---|
void |
OpportunityItem.setPersonResponsible(List<OpportunityItemPersonResp> value)
Overwrites the list of associated OpportunityItemPersonResp entities for the loaded navigation property
to_PersonResponsible.
|
Constructor and Description |
---|
OpportunityItemPersonRespCreateFluentHelper(String servicePath,
OpportunityItemPersonResp entity)
Creates a fluent helper object that will create a
OpportunityItemPersonResp entity on the OData endpoint. |
OpportunityItemPersonRespDeleteFluentHelper(String servicePath,
OpportunityItemPersonResp entity)
Creates a fluent helper object that will delete a
OpportunityItemPersonResp entity on the OData endpoint. |
OpportunityItemPersonRespUpdateFluentHelper(String servicePath,
OpportunityItemPersonResp entity)
Creates a fluent helper object that will update a
OpportunityItemPersonResp entity on the OData endpoint. |
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
OpportunityServiceBatchChangeSet |
DefaultOpportunityServiceBatchChangeSet.createOpportunityItemPersonResp(OpportunityItemPersonResp opportunityItemPersonResp)
Create a new
OpportunityItemPersonResp entity and save it to the S/4HANA system. |
OpportunityServiceBatchChangeSet |
OpportunityServiceBatchChangeSet.createOpportunityItemPersonResp(OpportunityItemPersonResp opportunityItemPersonResp)
Create a new
OpportunityItemPersonResp entity and save it to the S/4HANA system. |
OpportunityServiceBatchChangeSet |
DefaultOpportunityServiceBatchChangeSet.deleteOpportunityItemPersonResp(OpportunityItemPersonResp opportunityItemPersonResp)
Deletes an existing
OpportunityItemPersonResp entity in the S/4HANA system. |
OpportunityServiceBatchChangeSet |
OpportunityServiceBatchChangeSet.deleteOpportunityItemPersonResp(OpportunityItemPersonResp opportunityItemPersonResp)
Deletes an existing
OpportunityItemPersonResp entity in the S/4HANA system. |
OpportunityServiceBatchChangeSet |
DefaultOpportunityServiceBatchChangeSet.updateOpportunityItemPersonResp(OpportunityItemPersonResp opportunityItemPersonResp)
Update an existing
OpportunityItemPersonResp entity and save it to the S/4HANA system. |
OpportunityServiceBatchChangeSet |
OpportunityServiceBatchChangeSet.updateOpportunityItemPersonResp(OpportunityItemPersonResp opportunityItemPersonResp)
Update an existing
OpportunityItemPersonResp entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<OpportunityItemPersonResp> |
OpportunityItemPersonRespOneToOneLink.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 OpportunityItemPersonRespLink<ObjectT> |
OpportunityItemPersonRespLink.translateLinkType(EntityLink<OpportunityItemPersonRespLink<ObjectT>,OpportunityItemPersonResp,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.