Uses of Class
org.eevolution.model.MPPProductBOM
Package
Description
Provide extended and generated model class and interface for tables.
-
Uses of MPPProductBOM in org.brerp.sped.nfe.util
Modifier and TypeMethodDescriptionstatic MPPProductBOMLine
NFeUtil.getMPPProductBOMLine
(Integer M_Product_ID, MPPProductBOM bom) -
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) MPPProductBOM
(Properties ctx, MPPProductBOM copy, String trxName) MPPProductBOM
(MPPProductBOM copy) Parent Constructor.