Uses of Class
org.eevolution.model.MPPProductBOMLine
Package
Description
Base classes for UI form.
Provide extended and generated model class and interface for tables.
-
Uses of MPPProductBOMLine in org.compiere.apps.form
Modifier and TypeMethodDescriptionprotected void
TreeBOM.addChild
(MPPProductBOMLine bomline, T parent, Function<TreeBOM.NewNodeArguments<T>, T> createNewNodeFunction, boolean reload) Add child BOM line of selected productprotected void
TreeBOM.addParent
(MPPProductBOMLine bomline, T parent, Function<TreeBOM.NewNodeArguments<T>, T> createNewNodeFunction, boolean reload) Add BOM line that is using selected product as component -
Uses of MPPProductBOMLine in org.eevolution.model
Modifier and TypeMethodDescriptionstatic MPPProductBOMLine[]
MPPProductBOMLine.getBOMLines
(MProduct product) Get all the BOM lines for a ProductMPPProductBOM.getLines()
Get BOM Lines for Product BOM from cacheMPPProductBOM.getLines
(boolean reload) Get BOM Lines for Product BOMGet valid BOM Lines for Product BOMMPPProductBOMLine.markImmutable()
Modifier and TypeMethodDescriptionstatic List<MPPProductBOMLine>
MPPProductBOMLine.getByProduct
(MProduct product) Get all the Product BOM line for a Component ProductModifierConstructorDescriptionMPPProductBOMLine
(Properties ctx, MPPProductBOMLine copy) Copy constructorMPPProductBOMLine
(Properties ctx, MPPProductBOMLine copy, String trxName) Copy constructorCopy constructor -
Uses of MPPProductBOMLine in org.idempiere.apps.form
Modifier and TypeMethodDescriptionBOMDrop.getBOMLine
(MProduct product) Get BOM lines from default BOM of product, sorted by component type and line numberBOMDrop.BOMLine.getProductBOMLine()