Modifier and Type | Field and Description |
---|---|
static SupplierPurchasingOrgLink<SupplierPartnerFunc> |
SupplierPurchasingOrg.TO_PARTNER_FUNCTION
Use with available fluent helpers to apply the to_PartnerFunction navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
SupplierPartnerFunc |
SupplierPartnerFunc.SupplierPartnerFuncBuilder.build() |
protected SupplierPartnerFunc |
SupplierPartnerFuncUpdateFluentHelper.getEntity() |
protected SupplierPartnerFunc |
SupplierPartnerFuncCreateFluentHelper.getEntity() |
protected SupplierPartnerFunc |
SupplierPartnerFuncDeleteFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<SupplierPartnerFunc> |
SupplierPurchasingOrg.fetchPartnerFunction()
Fetches the SupplierPartnerFunc entities (one to many) associated with this entity.
|
protected Class<SupplierPartnerFunc> |
SupplierPartnerFuncFluentHelper.getEntityClass() |
protected Class<SupplierPartnerFunc> |
SupplierPartnerFuncByKeyFluentHelper.getEntityClass() |
io.vavr.control.Option<List<SupplierPartnerFunc>> |
SupplierPurchasingOrg.getPartnerFunctionIfPresent()
Retrieval of associated SupplierPartnerFunc entities (one to many).
|
List<SupplierPartnerFunc> |
SupplierPurchasingOrg.getPartnerFunctionOrFetch()
Retrieval of associated SupplierPartnerFunc entities (one to many).
|
Class<SupplierPartnerFunc> |
SupplierPartnerFunc.getType() |
Modifier and Type | Method and Description |
---|---|
void |
SupplierPurchasingOrg.addPartnerFunction(SupplierPartnerFunc... entity)
Adds elements to the list of associated SupplierPartnerFunc entities.
|
SupplierPurchasingOrg.SupplierPurchasingOrgBuilder |
SupplierPurchasingOrg.SupplierPurchasingOrgBuilder.partnerFunction(SupplierPartnerFunc... value)
Navigation property to_PartnerFunction for SupplierPurchasingOrg to multiple
SupplierPartnerFunc.
|
Modifier and Type | Method and Description |
---|---|
void |
SupplierPurchasingOrg.setPartnerFunction(List<SupplierPartnerFunc> value)
Overwrites the list of associated SupplierPartnerFunc entities for the loaded navigation property
to_PartnerFunction.
|
Constructor and Description |
---|
SupplierPartnerFuncCreateFluentHelper(String servicePath,
SupplierPartnerFunc entity)
Creates a fluent helper object that will create a
SupplierPartnerFunc entity on the OData endpoint. |
SupplierPartnerFuncDeleteFluentHelper(String servicePath,
SupplierPartnerFunc entity)
Creates a fluent helper object that will delete a
SupplierPartnerFunc entity on the OData endpoint. |
SupplierPartnerFuncUpdateFluentHelper(String servicePath,
SupplierPartnerFunc entity)
Creates a fluent helper object that will update a
SupplierPartnerFunc entity on the OData endpoint. |
Constructor and Description |
---|
SupplierPurchasingOrg(String supplier,
String purchasingOrganization,
String calculationSchemaGroupCode,
Boolean deletionIndicator,
String incotermsClassification,
String incotermsTransferLocation,
String incotermsVersion,
String incotermsLocation1,
String incotermsLocation2,
Boolean invoiceIsGoodsReceiptBased,
BigDecimal materialPlannedDeliveryDurn,
BigDecimal minimumOrderAmount,
String paymentTerms,
String pricingDateControl,
Boolean purOrdAutoGenerationIsAllowed,
String purchaseOrderCurrency,
String purchasingGroup,
Boolean purchasingIsBlockedForSupplier,
String shippingCondition,
String supplierABCClassificationCode,
String supplierPhoneNumber,
String supplierRespSalesPersonName,
String supplierConfirmationControlKey,
Boolean isOrderAcknRqd,
String authorizationGroup,
String supplierAccountGroup,
List<SupplierPartnerFunc> toPartnerFunction,
List<SupplierPurchasingOrgText> toPurchasingOrgText) |
Modifier and Type | Method and Description |
---|---|
BusinessPartnerServiceBatchChangeSet |
DefaultBusinessPartnerServiceBatchChangeSet.createSupplierPartnerFunc(SupplierPartnerFunc supplierPartnerFunc)
Create a new
SupplierPartnerFunc entity and save it to the S/4HANA system. |
BusinessPartnerServiceBatchChangeSet |
BusinessPartnerServiceBatchChangeSet.createSupplierPartnerFunc(SupplierPartnerFunc supplierPartnerFunc)
Create a new
SupplierPartnerFunc entity and save it to the S/4HANA system. |
BusinessPartnerServiceBatchChangeSet |
DefaultBusinessPartnerServiceBatchChangeSet.deleteSupplierPartnerFunc(SupplierPartnerFunc supplierPartnerFunc)
Deletes an existing
SupplierPartnerFunc entity in the S/4HANA system. |
BusinessPartnerServiceBatchChangeSet |
BusinessPartnerServiceBatchChangeSet.deleteSupplierPartnerFunc(SupplierPartnerFunc supplierPartnerFunc)
Deletes an existing
SupplierPartnerFunc entity in the S/4HANA system. |
BusinessPartnerServiceBatchChangeSet |
DefaultBusinessPartnerServiceBatchChangeSet.updateSupplierPartnerFunc(SupplierPartnerFunc supplierPartnerFunc)
Update an existing
SupplierPartnerFunc entity and save it to the S/4HANA system. |
BusinessPartnerServiceBatchChangeSet |
BusinessPartnerServiceBatchChangeSet.updateSupplierPartnerFunc(SupplierPartnerFunc supplierPartnerFunc)
Update an existing
SupplierPartnerFunc entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<SupplierPartnerFunc> |
SupplierPartnerFuncOneToOneLink.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 SupplierPartnerFuncLink<ObjectT> |
SupplierPartnerFuncLink.translateLinkType(EntityLink<SupplierPartnerFuncLink<ObjectT>,SupplierPartnerFunc,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.