Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster | |
com.sap.cloud.sdk.s4hana.datamodel.odata.services |
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 |
ProductSalesTextDeleteFluentHelper.getEntity() |
protected ProductSalesText |
ProductSalesTextCreateFluentHelper.getEntity() |
protected ProductSalesText |
ProductSalesTextUpdateFluentHelper.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> |
ProductSalesTextByKeyFluentHelper.getEntityClass() |
protected Class<ProductSalesText> |
ProductSalesTextFluentHelper.getEntityClass() |
Optional<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) |
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.
|
protected ProductSalesTextLink<ObjectT> |
ProductSalesTextLink.translateLinkType(EntityLink<ProductSalesTextLink<ObjectT>,ProductSalesText,ObjectT> link) |
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,
ErpConfigContext erpConfigContext,
List<ProductSalesText> toSalesText) |
Copyright © 2018 SAP SE. All rights reserved.