Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification |
Modifier and Type | Field and Description |
---|---|
static ProductCharcLink<ProductCharcValue> |
ProductCharc.TO_VALUATION
Use with available fluent helpers to apply the to_Valuation navigation property to query operations.
|
static ProductClassCharcLink<ProductCharcValue> |
ProductClassCharc.TO_VALUATION
Use with available fluent helpers to apply the to_Valuation navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
ProductCharcValue |
ProductCharcValue.ProductCharcValueBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<ProductCharcValue> |
ProductCharc.fetchValuation()
Fetches the ProductCharcValue entities (one to many) associated with this entity.
|
List<ProductCharcValue> |
ProductClassCharc.fetchValuation()
Fetches the ProductCharcValue entities (one to many) associated with this entity.
|
protected Class<ProductCharcValue> |
ProductCharcValueFluentHelper.getEntityClass() |
protected Class<ProductCharcValue> |
ProductCharcValueByKeyFluentHelper.getEntityClass() |
Class<ProductCharcValue> |
ProductCharcValue.getType() |
Optional<List<ProductCharcValue>> |
ProductCharc.getValuationIfPresent()
Retrieval of associated ProductCharcValue entities (one to many).
|
Optional<List<ProductCharcValue>> |
ProductClassCharc.getValuationIfPresent()
Retrieval of associated ProductCharcValue entities (one to many).
|
List<ProductCharcValue> |
ProductCharc.getValuationOrFetch()
Retrieval of associated ProductCharcValue entities (one to many).
|
List<ProductCharcValue> |
ProductClassCharc.getValuationOrFetch()
Retrieval of associated ProductCharcValue entities (one to many).
|
Modifier and Type | Method and Description |
---|---|
void |
ProductCharc.addValuation(ProductCharcValue... entity)
Adds elements to the list of associated ProductCharcValue entities.
|
void |
ProductClassCharc.addValuation(ProductCharcValue... entity)
Adds elements to the list of associated ProductCharcValue entities.
|
ProductCharc.ProductCharcBuilder |
ProductCharc.ProductCharcBuilder.valuation(ProductCharcValue... value) |
ProductClassCharc.ProductClassCharcBuilder |
ProductClassCharc.ProductClassCharcBuilder.valuation(ProductCharcValue... value) |
Modifier and Type | Method and Description |
---|---|
void |
ProductCharc.setValuation(List<ProductCharcValue> value)
Overwrites the list of associated ProductCharcValue entities for the loaded navigation property to_Valuation.
|
void |
ProductClassCharc.setValuation(List<ProductCharcValue> value)
Overwrites the list of associated ProductCharcValue entities for the loaded navigation property to_Valuation.
|
protected ProductCharcValueLink<ObjectT> |
ProductCharcValueLink.translateLinkType(EntityLink<ProductCharcValueLink<ObjectT>,ProductCharcValue,ObjectT> link) |
Constructor and Description |
---|
ProductCharc(String product,
String charcInternalID,
String classType,
LocalDateTime keyDate,
String changeNumber,
ErpConfigContext erpConfigContext,
List<ProductCharcValue> toValuation) |
ProductClassCharc(String product,
String classInternalID,
String charcInternalID,
LocalDateTime keyDate,
String changeNumber,
String classType,
ErpConfigContext erpConfigContext,
List<ProductCharcValue> toValuation) |
Copyright © 2018 SAP SE. All rights reserved.