Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster.ProductSalesTax
Packages that use ProductSalesTax
Package
Description
-
Uses of ProductSalesTax in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster with type parameters of type ProductSalesTaxModifier and TypeFieldDescriptionstatic final ProductLink<ProductSalesTax>Product.TO_PRODUCT_SALES_TAXUse with available fluent helpers to apply the to_ProductSalesTax navigation property to query operations.static final ProductSalesDeliveryLink<ProductSalesTax>ProductSalesDelivery.TO_SALES_TAXUse with available fluent helpers to apply the to_SalesTax navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster that return ProductSalesTaxModifier and TypeMethodDescriptionProductSalesTax.ProductSalesTaxBuilder.build()protected ProductSalesTaxProductSalesTaxCreateFluentHelper.getEntity()protected ProductSalesTaxProductSalesTaxDeleteFluentHelper.getEntity()protected ProductSalesTaxProductSalesTaxUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster that return types with arguments of type ProductSalesTaxModifier and TypeMethodDescriptionProduct.fetchProductSalesTax()Fetches the ProductSalesTax entities (one to many) associated with this entity.ProductSalesDelivery.fetchSalesTax()Fetches the ProductSalesTax entities (one to many) associated with this entity.protected Class<ProductSalesTax>ProductSalesTaxByKeyFluentHelper.getEntityClass()protected Class<ProductSalesTax>ProductSalesTaxFluentHelper.getEntityClass()io.vavr.control.Option<List<ProductSalesTax>>Product.getProductSalesTaxIfPresent()Retrieval of associated ProductSalesTax entities (one to many).Product.getProductSalesTaxOrFetch()Retrieval of associated ProductSalesTax entities (one to many).io.vavr.control.Option<List<ProductSalesTax>>ProductSalesDelivery.getSalesTaxIfPresent()Retrieval of associated ProductSalesTax entities (one to many).ProductSalesDelivery.getSalesTaxOrFetch()Retrieval of associated ProductSalesTax entities (one to many).ProductSalesTax.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster with parameters of type ProductSalesTaxModifier and TypeMethodDescriptionvoidProduct.addProductSalesTax(ProductSalesTax... entity) Adds elements to the list of associated ProductSalesTax entities.voidProductSalesDelivery.addSalesTax(ProductSalesTax... entity) Adds elements to the list of associated ProductSalesTax entities.Product.ProductBuilder.productSalesTax(ProductSalesTax... value) Navigation property to_ProductSalesTax for Product to multiple ProductSalesTax.ProductSalesDelivery.ProductSalesDeliveryBuilder.salesTax(ProductSalesTax... value) Navigation property to_SalesTax for ProductSalesDelivery to multiple ProductSalesTax.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster with type arguments of type ProductSalesTaxModifier and TypeMethodDescriptionvoidProduct.setProductSalesTax(List<ProductSalesTax> value) Overwrites the list of associated ProductSalesTax entities for the loaded navigation property to_ProductSalesTax.voidProductSalesDelivery.setSalesTax(List<ProductSalesTax> value) Overwrites the list of associated ProductSalesTax entities for the loaded navigation property to_SalesTax.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster with parameters of type ProductSalesTaxModifierConstructorDescriptionProductSalesTaxCreateFluentHelper(String servicePath, ProductSalesTax entity, String entityCollection) Creates a fluent helper object that will create aProductSalesTaxentity on the OData endpoint.ProductSalesTaxDeleteFluentHelper(String servicePath, ProductSalesTax entity, String entityCollection) Creates a fluent helper object that will delete aProductSalesTaxentity on the OData endpoint.ProductSalesTaxUpdateFluentHelper(String servicePath, ProductSalesTax entity, String entityCollection) Creates a fluent helper object that will update aProductSalesTaxentity on the OData endpoint.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster with type arguments of type ProductSalesTaxModifierConstructorDescriptionProductSalesDelivery(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) -
Uses of ProductSalesTax in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster.batch with parameters of type ProductSalesTaxModifier and TypeMethodDescriptionDefaultProductMasterServiceBatchChangeSet.createProductSalesTax(ProductSalesTax productSalesTax) ProductMasterServiceBatchChangeSet.createProductSalesTax(ProductSalesTax productSalesTax) Create a newProductSalesTaxentity and save it to the S/4HANA system.DefaultProductMasterServiceBatchChangeSet.deleteProductSalesTax(ProductSalesTax productSalesTax) ProductMasterServiceBatchChangeSet.deleteProductSalesTax(ProductSalesTax productSalesTax) Deletes an existingProductSalesTaxentity in the S/4HANA system.DefaultProductMasterServiceBatchChangeSet.updateProductSalesTax(ProductSalesTax productSalesTax) ProductMasterServiceBatchChangeSet.updateProductSalesTax(ProductSalesTax productSalesTax) Update an existingProductSalesTaxentity and save it to the S/4HANA system. -
Uses of ProductSalesTax in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster.link that return types with arguments of type ProductSalesTaxModifier and TypeMethodDescriptionProductSalesTaxOneToOneLink.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.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster.link with type arguments of type ProductSalesTaxModifier and TypeMethodDescriptionprotected ProductSalesTaxLink<ObjectT>ProductSalesTaxLink.translateLinkType(EntityLink<ProductSalesTaxLink<ObjectT>, ProductSalesTax, ObjectT> link) -
Uses of ProductSalesTax in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type ProductSalesTaxModifier and TypeMethodDescriptionDefaultProductMasterService.createProductSalesTax(ProductSalesTax productSalesTax) Deprecated.ProductMasterService.createProductSalesTax(ProductSalesTax productSalesTax) Deprecated.Create a newProductSalesTaxentity and save it to the S/4HANA system.DefaultProductMasterService.deleteProductSalesTax(ProductSalesTax productSalesTax) Deprecated.ProductMasterService.deleteProductSalesTax(ProductSalesTax productSalesTax) Deprecated.Deletes an existingProductSalesTaxentity in the S/4HANA system.DefaultProductMasterService.updateProductSalesTax(ProductSalesTax productSalesTax) Deprecated.ProductMasterService.updateProductSalesTax(ProductSalesTax productSalesTax) Deprecated.Update an existingProductSalesTaxentity and save it to the S/4HANA system.