Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.realsubstance.ProductPlant
Packages that use ProductPlant
Package
Description
-
Uses of ProductPlant 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 ProductPlantModifier and TypeFieldDescriptionstatic final ProductLink<ProductPlant>Product.TO_PLANTUse with available fluent helpers to apply the to_Plant navigation property to query operations.static final SpecAssignedMatlForKeyDateOneToOneLink<ProductPlant>SpecAssignedMatlForKeyDate.TO_PRODUCT_PLANTUse with available fluent helpers to apply the to_ProductPlant navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.realsubstance that return ProductPlantModifier and TypeMethodDescriptionProductPlant.ProductPlantBuilder.build()SpecAssignedMatlForKeyDate.fetchProductPlant()Fetches the ProductPlant entity (one to one) associated with this entity.protected ProductPlantProductPlantCreateFluentHelper.getEntity()protected ProductPlantProductPlantUpdateFluentHelper.getEntity()SpecAssignedMatlForKeyDate.getProductPlantOrFetch()Retrieval of associated ProductPlant entity (one to one).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.realsubstance that return types with arguments of type ProductPlantModifier and TypeMethodDescriptionProduct.fetchPlant()Fetches the ProductPlant entities (one to many) associated with this entity.protected Class<ProductPlant>ProductPlantByKeyFluentHelper.getEntityClass()protected Class<ProductPlant>ProductPlantFluentHelper.getEntityClass()io.vavr.control.Option<List<ProductPlant>>Product.getPlantIfPresent()Retrieval of associated ProductPlant entities (one to many).Product.getPlantOrFetch()Retrieval of associated ProductPlant entities (one to many).io.vavr.control.Option<ProductPlant>SpecAssignedMatlForKeyDate.getProductPlantIfPresent()Retrieval of associated ProductPlant entity (one to one).ProductPlant.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.realsubstance with parameters of type ProductPlantModifier and TypeMethodDescriptionvoidProduct.addPlant(ProductPlant... entity) Adds elements to the list of associated ProductPlant entities.Product.ProductBuilder.plant(ProductPlant... value) Navigation property to_Plant for Product to multiple ProductPlant.SpecAssignedMatlForKeyDate.SpecAssignedMatlForKeyDateBuilder.productPlant(ProductPlant value) Navigation property to_ProductPlant for SpecAssignedMatlForKeyDate to single ProductPlant.voidSpecAssignedMatlForKeyDate.setProductPlant(ProductPlant value) Overwrites the associated ProductPlant entity for the loaded navigation property to_ProductPlant.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.realsubstance with type arguments of type ProductPlantModifier and TypeMethodDescriptionvoidProduct.setPlant(List<ProductPlant> value) Overwrites the list of associated ProductPlant entities for the loaded navigation property to_Plant.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.realsubstance with parameters of type ProductPlantModifierConstructorDescriptionProductPlantCreateFluentHelper(String servicePath, ProductPlant entity, String entityCollection) Creates a fluent helper object that will create aProductPlantentity on the OData endpoint.ProductPlantUpdateFluentHelper(String servicePath, ProductPlant entity, String entityCollection) Creates a fluent helper object that will update aProductPlantentity 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 ProductPlant 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 ProductPlantModifier and TypeMethodDescriptionDefaultRealSubstanceServiceBatchChangeSet.createProductPlant(ProductPlant productPlant) RealSubstanceServiceBatchChangeSet.createProductPlant(ProductPlant productPlant) Create a newProductPlantentity and save it to the S/4HANA system.DefaultRealSubstanceServiceBatchChangeSet.updateProductPlant(ProductPlant productPlant) RealSubstanceServiceBatchChangeSet.updateProductPlant(ProductPlant productPlant) Update an existingProductPlantentity and save it to the S/4HANA system. -
Uses of ProductPlant 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 ProductPlantModifier and TypeMethodDescriptionProductPlantOneToOneLink.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 ProductPlantModifier and TypeMethodDescriptionprotected ProductPlantLink<ObjectT>ProductPlantLink.translateLinkType(EntityLink<ProductPlantLink<ObjectT>, ProductPlant, ObjectT> link) -
Uses of ProductPlant in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type ProductPlantModifier and TypeMethodDescriptionDefaultRealSubstanceService.createProductPlant(ProductPlant productPlant) Deprecated.RealSubstanceService.createProductPlant(ProductPlant productPlant) Deprecated.Create a newProductPlantentity and save it to the S/4HANA system.DefaultRealSubstanceService.updateProductPlant(ProductPlant productPlant) Deprecated.RealSubstanceService.updateProductPlant(ProductPlant productPlant) Deprecated.Update an existingProductPlantentity and save it to the S/4HANA system.