Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.realsubstance.Product
Packages that use Product
Package
Description
-
Uses of Product in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.realsubstance
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.realsubstance with type parameters of type ProductModifier and TypeFieldDescriptionstatic final SpecAssignedMatlForKeyDateOneToOneLink<Product>SpecAssignedMatlForKeyDate.TO_PRODUCTUse with available fluent helpers to apply the to_Product navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.realsubstance that return ProductModifier and TypeMethodDescriptionProduct.ProductBuilder.build()SpecAssignedMatlForKeyDate.fetchProduct()Fetches the Product entity (one to one) associated with this entity.protected ProductProductCreateFluentHelper.getEntity()protected ProductProductUpdateFluentHelper.getEntity()SpecAssignedMatlForKeyDate.getProductOrFetch()Retrieval of associated Product entity (one to one).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.realsubstance that return types with arguments of type ProductModifier and TypeMethodDescriptionProductByKeyFluentHelper.getEntityClass()ProductFluentHelper.getEntityClass()io.vavr.control.Option<Product>SpecAssignedMatlForKeyDate.getProductIfPresent()Retrieval of associated Product entity (one to one).Product.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.realsubstance with parameters of type ProductModifier and TypeMethodDescriptionNavigation property to_Product for SpecAssignedMatlForKeyDate to single Product.voidSpecAssignedMatlForKeyDate.setProduct(Product value) Overwrites the associated Product entity for the loaded navigation property to_Product.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.realsubstance with parameters of type ProductModifierConstructorDescriptionProductCreateFluentHelper(String servicePath, Product entity, String entityCollection) Creates a fluent helper object that will create aProductentity on the OData endpoint.ProductUpdateFluentHelper(String servicePath, Product entity, String entityCollection) Creates a fluent helper object that will update aProductentity on the OData endpoint.SpecAssignedMatlForKeyDate(String specMaterialAssgmtInternalID, String specMaterialAssgmtChangeState, String material, String plant, String plantName, LocalDateTime specMaterialAssgmtChangeDate, String specMaterialAssgmtChangeNumber, String specMaterialAssgmtCreatedByUsr, LocalDateTime specMaterialAssgmtCreationDate, Boolean specMaterialAssgmtIsDeleted, String specMatlAssgmtLastChangedByUsr, LocalDateTime specMatlAssgmtValdtyEndDate, LocalDateTime specMatlAssgmtValdtyStartDate, String specificationInternalID, String specificationAuthznGroup, String specificationType, List<ProductDescription> toDescription, Product toProduct, ProductPlant toProductPlant) -
Uses of Product in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.realsubstance.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.realsubstance.batch with parameters of type ProductModifier and TypeMethodDescriptionDefaultRealSubstanceServiceBatchChangeSet.createProduct(Product product) RealSubstanceServiceBatchChangeSet.createProduct(Product product) Create a newProductentity and save it to the S/4HANA system.DefaultRealSubstanceServiceBatchChangeSet.updateProduct(Product product) RealSubstanceServiceBatchChangeSet.updateProduct(Product product) Update an existingProductentity and save it to the S/4HANA system. -
Uses of Product in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.realsubstance.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.realsubstance.link that return types with arguments of type ProductModifier and TypeMethodDescriptionProductOneToOneLink.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.realsubstance.link with type arguments of type ProductModifier and TypeMethodDescriptionprotected ProductLink<ObjectT>ProductLink.translateLinkType(EntityLink<ProductLink<ObjectT>, Product, ObjectT> link) -
Uses of Product in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type ProductModifier and TypeMethodDescriptionDefaultRealSubstanceService.createProduct(Product product) Deprecated.RealSubstanceService.createProduct(Product product) Deprecated.Create a newProductentity and save it to the S/4HANA system.DefaultRealSubstanceService.updateProduct(Product product) Deprecated.RealSubstanceService.updateProduct(Product product) Deprecated.Update an existingProductentity and save it to the S/4HANA system.