Uses of Class
org.eevolution.model.MPPProductBOM
Package
Description
Base classes for UI form.
Provide extended and generated model class and interface for tables.
-
Uses of MPPProductBOM in org.compiere.apps.form
-
Uses of MPPProductBOM in org.eevolution.model
Modifier and TypeMethodDescriptionstatic MPPProductBOM
MPPProductBOM.get
(int PP_Product_BOM_ID) Get Product BOM by ID (cached) (immutable)static MPPProductBOM
MPPProductBOM.get
(Properties ctx, int PP_Product_BOM_ID) Get Product BOM by ID (cached) (immutable)static MPPProductBOM
Get BOM for Productstatic MPPProductBOM
Get BOM with valid dates for Productstatic MPPProductBOM
MPPProductBOM.getCopy
(Properties ctx, int PP_Product_BOM_ID, String trxName) Get updateable copy of MPPProductBOM from cachestatic MPPProductBOM
MPPProductBOM.getDefault
(MProduct product, String trxName) Get BOM with Default Logic (Product = BOM Product and BOM Value = Product Value)MPPProductBOMLine.getParent()
get Parent BOMMPPProductPlanning.getPP_Product_BOM()
MPPProductBOM.markImmutable()
Modifier and TypeMethodDescriptionstatic List<MPPProductBOM>
MPPProductBOM.getProductBOMs
(MProduct product) Get the Product BOM for a productModifierConstructorDescriptionMPPProductBOM
(Properties ctx, MPPProductBOM copy) Copy constructorMPPProductBOM
(Properties ctx, MPPProductBOM copy, String trxName) Copy constructorMPPProductBOM
(MPPProductBOM copy) Copy constructorParent Constructor.