Modifier and Type | Field and Description |
---|---|
static CustomerSalesAreaLink<CustSalesPartnerFunc> |
CustomerSalesArea.TO_PARTNER_FUNCTION
Use with available fluent helpers to apply the to_PartnerFunction navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
CustSalesPartnerFunc |
CustSalesPartnerFunc.CustSalesPartnerFuncBuilder.build() |
protected CustSalesPartnerFunc |
CustSalesPartnerFuncUpdateFluentHelper.getEntity() |
protected CustSalesPartnerFunc |
CustSalesPartnerFuncDeleteFluentHelper.getEntity() |
protected CustSalesPartnerFunc |
CustSalesPartnerFuncCreateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<CustSalesPartnerFunc> |
CustomerSalesArea.fetchPartnerFunction()
Fetches the CustSalesPartnerFunc entities (one to many) associated with this entity.
|
protected Class<CustSalesPartnerFunc> |
CustSalesPartnerFuncByKeyFluentHelper.getEntityClass() |
protected Class<CustSalesPartnerFunc> |
CustSalesPartnerFuncFluentHelper.getEntityClass() |
Optional<List<CustSalesPartnerFunc>> |
CustomerSalesArea.getPartnerFunctionIfPresent()
Retrieval of associated CustSalesPartnerFunc entities (one to many).
|
List<CustSalesPartnerFunc> |
CustomerSalesArea.getPartnerFunctionOrFetch()
Retrieval of associated CustSalesPartnerFunc entities (one to many).
|
Class<CustSalesPartnerFunc> |
CustSalesPartnerFunc.getType() |
Modifier and Type | Method and Description |
---|---|
void |
CustomerSalesArea.addPartnerFunction(CustSalesPartnerFunc... entity)
Adds elements to the list of associated CustSalesPartnerFunc entities.
|
CustomerSalesArea.CustomerSalesAreaBuilder |
CustomerSalesArea.CustomerSalesAreaBuilder.partnerFunction(CustSalesPartnerFunc... value) |
Modifier and Type | Method and Description |
---|---|
void |
CustomerSalesArea.setPartnerFunction(List<CustSalesPartnerFunc> value)
Overwrites the list of associated CustSalesPartnerFunc entities for the loaded navigation property
to_PartnerFunction.
|
Constructor and Description |
---|
CustSalesPartnerFuncCreateFluentHelper(String servicePath,
CustSalesPartnerFunc entity)
Creates a fluent helper object that will create a
CustSalesPartnerFunc entity on the OData endpoint. |
CustSalesPartnerFuncDeleteFluentHelper(String servicePath,
CustSalesPartnerFunc entity)
Creates a fluent helper object that will delete a
CustSalesPartnerFunc entity on the OData endpoint. |
CustSalesPartnerFuncUpdateFluentHelper(String servicePath,
CustSalesPartnerFunc entity)
Creates a fluent helper object that will update a
CustSalesPartnerFunc entity on the OData endpoint. |
Constructor and Description |
---|
CustomerSalesArea(String customer,
String salesOrganization,
String distributionChannel,
String division,
String accountByCustomer,
String authorizationGroup,
String billingIsBlockedForCustomer,
Boolean completeDeliveryIsDefined,
String currency,
String customerABCClassification,
String customerAccountAssignmentGroup,
String customerGroup,
String customerPaymentTerms,
String customerPriceGroup,
String customerPricingProcedure,
String deliveryIsBlockedForCustomer,
String deliveryPriority,
String incotermsClassification,
String incotermsLocation2,
String incotermsVersion,
String incotermsLocation1,
Boolean deletionIndicator,
String incotermsTransferLocation,
String invoiceDate,
String itemOrderProbabilityInPercent,
Boolean orderCombinationIsAllowed,
String orderIsBlockedForCustomer,
String partialDeliveryIsAllowed,
String priceListType,
String salesGroup,
String salesOffice,
String shippingCondition,
String supplyingPlant,
String salesDistrict,
String customerAccountGroup,
List<CustSalesPartnerFunc> toPartnerFunction,
List<CustomerSalesAreaTax> toSalesAreaTax) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<CustSalesPartnerFunc> |
CustSalesPartnerFuncOneToOneLink.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 CustSalesPartnerFuncLink<ObjectT> |
CustSalesPartnerFuncLink.translateLinkType(EntityLink<CustSalesPartnerFuncLink<ObjectT>,CustSalesPartnerFunc,ObjectT> link) |
Copyright © 2019 SAP SE. All rights reserved.