Uses of Class
org.compiere.model.MProject
Package
Description
This is the package that contains the majority of iDempiere's generated model class and interface.
Provide majority of iDempiere's extended model class (M*).
Provide majority of iDempiere's extended model class (M*).
Provide classes and interface for iDempiere process.
Provide extended and generated model class and interface for tables.
-
Uses of MProject in org.compiere.model
Modifier and TypeMethodDescriptionstatic MProject
MProject.copyFrom
(Properties ctx, int C_Project_ID, Timestamp dateDoc, String trxName) Create new project by copying from another projectMAssetAddition.getC_Project
(boolean requery) MProjectIssue.getParent()
Get ParentMProjectLine.getProject()
Get ProjectModifier and TypeMethodDescriptionint
MProject.copyDetailsFrom
(MProject project) Copy Lines/Phase/Task from other Projectint
MProject.copyLinesFrom
(MProject project) Copy Project Lines From other Projectint
MProject.copyPhasesFrom
(MProject fromProject) Copy Phases/Tasks from other Projectstatic MAssetAddition
MAssetAddition.createAsset
(MProject project, MProduct product) Create Asset and asset Addition from MProject.ModifierConstructorDescriptionprotected
author Edwin AngProject ConstructorMProjectIssue
(MProject project) New Parent ConstructorMProjectLine
(MProject project) Parent ConstructorMProjectPhase
(MProject project) Parent ConstructorMProjectPhase
(MProject project, MProjectTypePhase phase) Copy Constructor -
Uses of MProject in org.compiere.process
Modifier and TypeMethodDescriptionprotected static MProject
ProjectGenOrder.getProject
(Properties ctx, int C_Project_ID, String trxName) Get and validate Project -
Uses of MProject in org.eevolution.model
-
Uses of MProject in org.idempiere.apps.form
Modifier and TypeMethodDescriptionBOMDrop.saveProjectLines
(int C_Project_ID, List<BOMDrop.SelectedItem> selectedItems, String trxName) Add project lines for selected items