Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.realsubstance | |
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.realsubstance.link |
Modifier and Type | Field and Description |
---|---|
static ProductLink<ProductDescription> |
Product.TO_DESCRIPTION
Use with available fluent helpers to apply the to_Description navigation property to query operations.
|
static SpecAssignedMatlForKeyDateLink<ProductDescription> |
SpecAssignedMatlForKeyDate.TO_DESCRIPTION
Use with available fluent helpers to apply the to_Description navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
ProductDescription |
ProductDescription.ProductDescriptionBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<ProductDescription> |
Product.fetchDescription()
Fetches the ProductDescription entities (one to many) associated with this entity.
|
List<ProductDescription> |
SpecAssignedMatlForKeyDate.fetchDescription()
Fetches the ProductDescription entities (one to many) associated with this entity.
|
Optional<List<ProductDescription>> |
Product.getDescriptionIfPresent()
Retrieval of associated ProductDescription entities (one to many).
|
Optional<List<ProductDescription>> |
SpecAssignedMatlForKeyDate.getDescriptionIfPresent()
Retrieval of associated ProductDescription entities (one to many).
|
List<ProductDescription> |
Product.getDescriptionOrFetch()
Retrieval of associated ProductDescription entities (one to many).
|
List<ProductDescription> |
SpecAssignedMatlForKeyDate.getDescriptionOrFetch()
Retrieval of associated ProductDescription entities (one to many).
|
protected Class<ProductDescription> |
ProductDescriptionByKeyFluentHelper.getEntityClass() |
protected Class<ProductDescription> |
ProductDescriptionFluentHelper.getEntityClass() |
Class<ProductDescription> |
ProductDescription.getType() |
Modifier and Type | Method and Description |
---|---|
void |
Product.addDescription(ProductDescription... entity)
Adds elements to the list of associated ProductDescription entities.
|
void |
SpecAssignedMatlForKeyDate.addDescription(ProductDescription... entity)
Adds elements to the list of associated ProductDescription entities.
|
Product.ProductBuilder |
Product.ProductBuilder.description(ProductDescription... value) |
SpecAssignedMatlForKeyDate.SpecAssignedMatlForKeyDateBuilder |
SpecAssignedMatlForKeyDate.SpecAssignedMatlForKeyDateBuilder.description(ProductDescription... value) |
Modifier and Type | Method and Description |
---|---|
void |
Product.setDescription(List<ProductDescription> value)
Overwrites the list of associated ProductDescription entities for the loaded navigation property
to_Description.
|
void |
SpecAssignedMatlForKeyDate.setDescription(List<ProductDescription> value)
Overwrites the list of associated ProductDescription entities for the loaded navigation property
to_Description.
|
Constructor and Description |
---|
Product(String product,
String productOldID,
BigDecimal grossWeight,
String purchaseOrderQuantityUnit,
String sourceOfSupply,
String weightUnit,
BigDecimal netWeight,
String countryOfOrigin,
String competitorID,
String productGroup,
String baseUnit,
String productType,
String itemCategoryGroup,
String productHierarchy,
String division,
String varblPurOrdUnitIsActive,
String volumeUnit,
BigDecimal materialVolume,
String aNPCode,
String brand,
String procurementRule,
LocalDateTime validityStartDate,
String crossPlantStatus,
String lowLevelCode,
String prodNoInGenProdInPrepackProd,
String serialIdentifierAssgmtProfile,
String sizeOrDimensionText,
String industryStandardName,
String productStandardID,
String internationalArticleNumberCat,
Boolean productIsConfigurable,
Boolean isBatchManagementRequired,
String externalProductGroup,
LocalDateTime crossPlantStatusValidityDate,
String crossPlantConfigurableProduct,
String serialNoExplicitnessLevel,
String productManufacturerNumber,
String manufacturerPartProfile,
String changeNumber,
String materialRevisionLevel,
String handlingIndicator,
String warehouseProductGroup,
String warehouseStorageCondition,
String standardHandlingUnitType,
LocalDateTime creationDate,
String serialNumberProfile,
String adjustmentProfile,
String preferredUnitOfMeasure,
Boolean isPilferable,
Boolean isRelevantForHzdsSubstances,
BigDecimal quarantinePeriod,
String timeUnitForQuarantinePeriod,
String qualityInspectionGroup,
String handlingUnitType,
Boolean hasVariableTareWeight,
String createdByUser,
BigDecimal maximumPackagingLength,
BigDecimal maximumPackagingWidth,
BigDecimal maximumPackagingHeight,
LocalDateTime lastChangeDate,
String lastChangedByUser,
Boolean isMarkedForDeletion,
List<ProductDescription> toDescription,
List<ProductPlant> toPlant,
List<ProductSalesDelivery> toSalesDelivery) |
SpecAssignedMatlForKeyDate(String specMaterialAssgmtInternalID,
Boolean specMaterialAssgmtIsDeleted,
String specMatlAssgmtLastChangedByUsr,
LocalDateTime specMatlAssgmtValdtyEndDate,
LocalDateTime specMatlAssgmtValdtyStartDate,
String specificationInternalID,
String specificationAuthznGroup,
String specificationType,
String specMaterialAssgmtChangeState,
String material,
String plant,
String plantName,
LocalDateTime specMaterialAssgmtChangeDate,
String specMaterialAssgmtChangeNumber,
String specMaterialAssgmtCreatedByUsr,
LocalDateTime specMaterialAssgmtCreationDate,
List<ProductDescription> toDescription,
Product toProduct,
ProductPlant toProductPlant) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<ProductDescription> |
ProductDescriptionOneToOneLink.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 ProductDescriptionLink<ObjectT> |
ProductDescriptionLink.translateLinkType(EntityLink<ProductDescriptionLink<ObjectT>,ProductDescription,ObjectT> link) |
Copyright © 2018 SAP SE. All rights reserved.