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 ProductLink<ProductBasicText> |
Product.TO_PRODUCT_BASIC_TEXT
Use with available fluent helpers to apply the to_ProductBasicText navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
ProductBasicText |
ProductBasicText.ProductBasicTextBuilder.build() |
protected ProductBasicText |
ProductBasicTextCreateFluentHelper.getEntity() |
protected ProductBasicText |
ProductBasicTextUpdateFluentHelper.getEntity() |
protected ProductBasicText |
ProductBasicTextDeleteFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<ProductBasicText> |
Product.fetchProductBasicText()
Fetches the ProductBasicText entities (one to many) associated with this entity.
|
protected Class<ProductBasicText> |
ProductBasicTextByKeyFluentHelper.getEntityClass() |
protected Class<ProductBasicText> |
ProductBasicTextFluentHelper.getEntityClass() |
Optional<List<ProductBasicText>> |
Product.getProductBasicTextIfPresent()
Retrieval of associated ProductBasicText entities (one to many).
|
List<ProductBasicText> |
Product.getProductBasicTextOrFetch()
Retrieval of associated ProductBasicText entities (one to many).
|
Class<ProductBasicText> |
ProductBasicText.getType() |
Modifier and Type | Method and Description |
---|---|
void |
Product.addProductBasicText(ProductBasicText... entity)
Adds elements to the list of associated ProductBasicText entities.
|
Product.ProductBuilder |
Product.ProductBuilder.productBasicText(ProductBasicText... value) |
Modifier and Type | Method and Description |
---|---|
void |
Product.setProductBasicText(List<ProductBasicText> value)
Overwrites the list of associated ProductBasicText entities for the loaded navigation property to_ProductBasicText.
|
protected ProductBasicTextLink<ObjectT> |
ProductBasicTextLink.translateLinkType(EntityLink<ProductBasicTextLink<ObjectT>,ProductBasicText,ObjectT> link) |
Constructor and Description |
---|
ProductBasicTextCreateFluentHelper(String servicePath,
ProductBasicText entity)
Creates a fluent helper object that will create a
ProductBasicText entity on the OData endpoint. |
ProductBasicTextDeleteFluentHelper(String servicePath,
ProductBasicText entity)
Creates a fluent helper object that will delete a
ProductBasicText entity on the OData endpoint. |
ProductBasicTextUpdateFluentHelper(String servicePath,
ProductBasicText entity)
Creates a fluent helper object that will update a
ProductBasicText entity on the OData endpoint. |
Constructor and Description |
---|
Product(String product,
String productType,
String crossPlantStatus,
LocalDateTime crossPlantStatusValidityDate,
LocalDateTime creationDate,
String createdByUser,
LocalDateTime lastChangeDate,
String lastChangedByUser,
Boolean isMarkedForDeletion,
String productOldID,
BigDecimal grossWeight,
String purchaseOrderQuantityUnit,
String sourceOfSupply,
String weightUnit,
BigDecimal netWeight,
String countryOfOrigin,
String competitorID,
String productGroup,
String baseUnit,
String itemCategoryGroup,
String productHierarchy,
String division,
String varblPurOrdUnitIsActive,
String volumeUnit,
BigDecimal materialVolume,
String aNPCode,
String brand,
String procurementRule,
LocalDateTime validityStartDate,
String lowLevelCode,
String prodNoInGenProdInPrepackProd,
String serialIdentifierAssgmtProfile,
String sizeOrDimensionText,
String industryStandardName,
String productStandardID,
String internationalArticleNumberCat,
Boolean productIsConfigurable,
Boolean isBatchManagementRequired,
String externalProductGroup,
String crossPlantConfigurableProduct,
String serialNoExplicitnessLevel,
String productManufacturerNumber,
String manufacturerPartProfile,
String changeNumber,
String materialRevisionLevel,
String handlingIndicator,
String warehouseProductGroup,
String warehouseStorageCondition,
String standardHandlingUnitType,
String serialNumberProfile,
String adjustmentProfile,
String preferredUnitOfMeasure,
Boolean isPilferable,
Boolean isRelevantForHzdsSubstances,
BigDecimal quarantinePeriod,
String timeUnitForQuarantinePeriod,
String qualityInspectionGroup,
String authorizationGroup,
String handlingUnitType,
Boolean hasVariableTareWeight,
BigDecimal maximumPackagingLength,
BigDecimal maximumPackagingWidth,
BigDecimal maximumPackagingHeight,
ErpConfigContext erpConfigContext,
List<ProductDescription> toDescription,
List<ProductPlant> toPlant,
List<ProductBasicText> toProductBasicText,
List<ProductInspectionText> toProductInspectionText,
ProductProcurement toProductProcurement,
List<ProductPurchaseText> toProductPurchaseText,
ProductQualityMgmt toProductQualityMgmt,
ProductSales toProductSales,
List<ProductSalesTax> toProductSalesTax,
ProductStorage toProductStorage,
List<ProductUnitsOfMeasure> toProductUnitsOfMeasure,
List<ProductSalesDelivery> toSalesDelivery) |
Copyright © 2018 SAP SE. All rights reserved.