Uses of Class
org.compiere.model.MProject
-
Packages that use MProject Package Description org.compiere.model Provides for....org.compiere.process Provides Processes used in Server and optionally Client Level.org.eevolution.model -
-
Uses of MProject in org.compiere.model
Methods in org.compiere.model that return MProject Modifier and Type Method Description static MProjectMProject. copyFrom(Properties ctx, int C_Project_ID, Timestamp dateDoc, String trxName)Create new Project by copyingMProjectMAssetAddition. getC_Project(boolean requery)MProjectMProjectIssue. getParent()Get ParentMProjectMProjectLine. getProject()Get ProjectMethods in org.compiere.model with parameters of type MProject Modifier and Type Method Description intMProject. copyDetailsFrom(MProject project)Copy Lines/Phase/Task from other ProjectintMProject. copyLinesFrom(MProject project)Copy Lines From other ProjectintMProject. copyPhasesFrom(MProject fromProject)Copy Phases/Tasks from other Projectstatic MAssetAdditionMAssetAddition. createAsset(MProject project, MProduct product)Create Asset and asset Addition from MProject.Constructors in org.compiere.model with parameters of type MProject Constructor Description MAsset(MProject project)author Edwin AngMOrder(MProject project, boolean IsSOTrx, String DocSubTypeSO)Project 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
Methods in org.compiere.process that return MProject Modifier and Type Method Description protected static MProjectProjectGenOrder. getProject(Properties ctx, int C_Project_ID, String trxName)Get and validate Project -
Uses of MProject in org.eevolution.model
Constructors in org.eevolution.model with parameters of type MProject Constructor Description MDDOrder(MProject project, boolean IsSOTrx, String DocSubTypeSO)Project Constructor
-