Modifier and Type | Field and Description |
---|---|
static ProductSalesDeliveryLink<ProductSalesText> |
ProductSalesDelivery.TO_SALES_TEXT
Use with available fluent helpers to apply the to_SalesText navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
ProductSalesText |
ProductSalesText.ProductSalesTextBuilder.build() |
protected ProductSalesText |
ProductSalesTextUpdateFluentHelper.getEntity() |
protected ProductSalesText |
ProductSalesTextCreateFluentHelper.getEntity() |
protected ProductSalesText |
ProductSalesTextDeleteFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<ProductSalesText> |
ProductSalesDelivery.fetchSalesText()
Fetches the ProductSalesText entities (one to many) associated with this entity.
|
protected Class<ProductSalesText> |
ProductSalesTextFluentHelper.getEntityClass() |
protected Class<ProductSalesText> |
ProductSalesTextByKeyFluentHelper.getEntityClass() |
io.vavr.control.Option<List<ProductSalesText>> |
ProductSalesDelivery.getSalesTextIfPresent()
Retrieval of associated ProductSalesText entities (one to many).
|
List<ProductSalesText> |
ProductSalesDelivery.getSalesTextOrFetch()
Retrieval of associated ProductSalesText entities (one to many).
|
Class<ProductSalesText> |
ProductSalesText.getType() |
Modifier and Type | Method and Description |
---|---|
void |
ProductSalesDelivery.addSalesText(ProductSalesText... entity)
Adds elements to the list of associated ProductSalesText entities.
|
ProductSalesDelivery.ProductSalesDeliveryBuilder |
ProductSalesDelivery.ProductSalesDeliveryBuilder.salesText(ProductSalesText... value)
Navigation property to_SalesText for ProductSalesDelivery to multiple ProductSalesText.
|
Modifier and Type | Method and Description |
---|---|
void |
ProductSalesDelivery.setSalesText(List<ProductSalesText> value)
Overwrites the list of associated ProductSalesText entities for the loaded navigation property
to_SalesText.
|
Constructor and Description |
---|
ProductSalesTextCreateFluentHelper(String servicePath,
ProductSalesText entity)
Creates a fluent helper object that will create a
ProductSalesText
entity on the OData endpoint. |
ProductSalesTextDeleteFluentHelper(String servicePath,
ProductSalesText entity)
Creates a fluent helper object that will delete a
ProductSalesText
entity on the OData endpoint. |
ProductSalesTextUpdateFluentHelper(String servicePath,
ProductSalesText entity)
Creates a fluent helper object that will update a
ProductSalesText
entity on the OData endpoint. |
Constructor and Description |
---|
ProductSalesDelivery(String product,
String productSalesOrg,
String productDistributionChnl,
BigDecimal minimumOrderQuantity,
String supplyingPlant,
String priceSpecificationProductGroup,
String accountDetnProductGroup,
BigDecimal deliveryNoteProcMinDelivQty,
String itemCategoryGroup,
String deliveryQuantityUnit,
BigDecimal deliveryQuantity,
String productSalesStatus,
LocalDateTime productSalesStatusValidityDate,
String salesMeasureUnit,
Boolean isMarkedForDeletion,
String productHierarchy,
String firstSalesSpecProductGroup,
String secondSalesSpecProductGroup,
String thirdSalesSpecProductGroup,
String fourthSalesSpecProductGroup,
String fifthSalesSpecProductGroup,
BigDecimal minimumMakeToOrderOrderQty,
String baseUnit,
String logisticsStatisticsGroup,
String volumeRebateGroup,
String productCommissionGroup,
Boolean cashDiscountIsDeductible,
String pricingReferenceProduct,
String roundingProfile,
String productUnitGroup,
Boolean variableSalesUnitIsNotAllowed,
Boolean productHasAttributeID01,
Boolean productHasAttributeID02,
Boolean productHasAttributeID03,
Boolean productHasAttributeID04,
Boolean productHasAttributeID05,
Boolean productHasAttributeID06,
Boolean productHasAttributeID07,
Boolean productHasAttributeID08,
Boolean productHasAttributeID09,
Boolean productHasAttributeID10,
List<ProductSalesTax> toSalesTax,
List<ProductSalesText> toSalesText) |
Modifier and Type | Method and Description |
---|---|
ProductMasterServiceBatchChangeSet |
DefaultProductMasterServiceBatchChangeSet.createProductSalesText(ProductSalesText productSalesText)
Create a new
ProductSalesText entity and save it to the S/4HANA system. |
ProductMasterServiceBatchChangeSet |
ProductMasterServiceBatchChangeSet.createProductSalesText(ProductSalesText productSalesText)
Create a new
ProductSalesText entity and save it to the S/4HANA system. |
ProductMasterServiceBatchChangeSet |
DefaultProductMasterServiceBatchChangeSet.deleteProductSalesText(ProductSalesText productSalesText)
Deletes an existing
ProductSalesText entity in the S/4HANA system. |
ProductMasterServiceBatchChangeSet |
ProductMasterServiceBatchChangeSet.deleteProductSalesText(ProductSalesText productSalesText)
Deletes an existing
ProductSalesText entity in the S/4HANA system. |
ProductMasterServiceBatchChangeSet |
DefaultProductMasterServiceBatchChangeSet.updateProductSalesText(ProductSalesText productSalesText)
Update an existing
ProductSalesText entity and save it to the S/4HANA system. |
ProductMasterServiceBatchChangeSet |
ProductMasterServiceBatchChangeSet.updateProductSalesText(ProductSalesText productSalesText)
Update an existing
ProductSalesText entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<ProductSalesText> |
ProductSalesTextOneToOneLink.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 ProductSalesTextLink<ObjectT> |
ProductSalesTextLink.translateLinkType(EntityLink<ProductSalesTextLink<ObjectT>,ProductSalesText,ObjectT> link) |
Copyright © 2020 SAP SE. All rights reserved.