Modifier and Type | Field and Description |
---|---|
static OpportunityLink<OpportunityFUPServiceOrder> |
Opportunity.TO_SERVICE_ORDER
Use with available fluent helpers to apply the to_ServiceOrder navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
OpportunityFUPServiceOrder |
OpportunityFUPServiceOrder.OpportunityFUPServiceOrderBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<OpportunityFUPServiceOrder> |
Opportunity.fetchServiceOrder()
Fetches the OpportunityFUPServiceOrder entities (one to many) associated with this entity.
|
protected Class<OpportunityFUPServiceOrder> |
OpportunityFUPServiceOrderFluentHelper.getEntityClass() |
protected Class<OpportunityFUPServiceOrder> |
OpportunityFUPServiceOrderByKeyFluentHelper.getEntityClass() |
io.vavr.control.Option<List<OpportunityFUPServiceOrder>> |
Opportunity.getServiceOrderIfPresent()
Retrieval of associated OpportunityFUPServiceOrder entities (one to many).
|
List<OpportunityFUPServiceOrder> |
Opportunity.getServiceOrderOrFetch()
Retrieval of associated OpportunityFUPServiceOrder entities (one to many).
|
Class<OpportunityFUPServiceOrder> |
OpportunityFUPServiceOrder.getType() |
Modifier and Type | Method and Description |
---|---|
void |
Opportunity.addServiceOrder(OpportunityFUPServiceOrder... entity)
Adds elements to the list of associated OpportunityFUPServiceOrder entities.
|
Opportunity.OpportunityBuilder |
Opportunity.OpportunityBuilder.serviceOrder(OpportunityFUPServiceOrder... value)
Navigation property to_ServiceOrder for Opportunity to multiple
OpportunityFUPServiceOrder.
|
Modifier and Type | Method and Description |
---|---|
void |
Opportunity.setServiceOrder(List<OpportunityFUPServiceOrder> value)
Overwrites the list of associated OpportunityFUPServiceOrder entities for the loaded navigation property
to_ServiceOrder.
|
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 |
---|---|
ExpressionFluentHelper<OpportunityFUPServiceOrder> |
OpportunityFUPServiceOrderOneToOneLink.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 OpportunityFUPServiceOrderLink<ObjectT> |
OpportunityFUPServiceOrderLink.translateLinkType(EntityLink<OpportunityFUPServiceOrderLink<ObjectT>,OpportunityFUPServiceOrder,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.