Uses of Class
org.eevolution.model.MPPProductBOMLine
Packages that use MPPProductBOMLine
Package
Description
Provide extended and generated model class and interface for tables.
-
Uses of MPPProductBOMLine in org.adempiere.webui.apps.form
Methods in org.adempiere.webui.apps.form with parameters of type MPPProductBOMLineModifier and TypeMethodDescriptionvoid
WTreeBOM.addChild
(MPPProductBOMLine bomline, org.adempiere.webui.apps.form.mySimpleTreeNode parent) Add bomline to tree and children of bomline (if any) recursively.
If bomline is component of current selected product (WTreeBOM.m_selected_id
orWTreeBOM.fieldProduct
), add toWTreeBOM.dataBOM
.void
WTreeBOM.addParent
(MPPProductBOMLine bomline, org.adempiere.webui.apps.form.mySimpleTreeNode parent) Add parent product of bomline to tree and parent of parent product (if any) recursively.
If bomline is component of current selected product (WTreeBOM.m_selected_id
orWTreeBOM.fieldProduct
), add toWTreeBOM.dataBOM
. -
Uses of MPPProductBOMLine in org.eevolution.model
Methods in org.eevolution.model that return MPPProductBOMLineModifier 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 BOM Lines valid date for Product BOMMPPProductBOMLine.markImmutable()
Methods in org.eevolution.model that return types with arguments of type MPPProductBOMLineModifier and TypeMethodDescriptionstatic List<MPPProductBOMLine>
MPPProductBOMLine.getByProduct
(MProduct product) Get all the Product BOM line for a ComponentConstructors in org.eevolution.model with parameters of type MPPProductBOMLineModifierConstructorDescriptionMPPProductBOMLine
(Properties ctx, MPPProductBOMLine copy) MPPProductBOMLine
(Properties ctx, MPPProductBOMLine copy, String trxName) -
Uses of MPPProductBOMLine in org.idempiere.apps.form
Methods in org.idempiere.apps.form that return MPPProductBOMLineModifier and TypeMethodDescriptionBOMDrop.getBOMLine
(MProduct product) Get BOM lines from default BOM of product, sorted by component type and line numberBOMDrop.BOMLine.getProductBOMLine()
Constructors in org.idempiere.apps.form with parameters of type MPPProductBOMLine