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 MProject
MProject. copyFrom(Properties ctx, int C_Project_ID, Timestamp dateDoc, String trxName)
Create new Project by copyingMProject
MAssetAddition. getC_Project(boolean requery)
MProject
MProjectIssue. getParent()
Get ParentMProject
MProjectLine. getProject()
Get ProjectMethods in org.compiere.model with parameters of type MProject Modifier and Type Method Description int
MProject. copyDetailsFrom(MProject project)
Copy Lines/Phase/Task from other Projectint
MProject. copyLinesFrom(MProject project)
Copy 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.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 MProject
ProjectGenOrder. 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
-