Uses of Class
org.eevolution.model.MPPProductBOMLine
Packages that use 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
Methods in org.compiere.apps.form with parameters of type MPPProductBOMLineModifier 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
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 valid BOM Lines 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 Component ProductConstructors in org.eevolution.model with parameters of type MPPProductBOMLineModifierConstructorDescriptionMPPProductBOMLine
(Properties ctx, MPPProductBOMLine copy) Copy constructorMPPProductBOMLine
(Properties ctx, MPPProductBOMLine copy, String trxName) Copy constructorCopy constructor -
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