Uses of Class
org.compiere.model.MProjectType
Packages that use MProjectType
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*).
-
Uses of MProjectType in org.adempiere.apps.graph
Methods in org.adempiere.apps.graph that return MProjectTypeConstructors in org.adempiere.apps.graph with parameters of type MProjectTypeModifierConstructorDescriptionGraphColumn
(MProjectType pt, BigDecimal data, int id) Project Type Constructor -
Uses of MProjectType in org.compiere.model
Methods in org.compiere.model that return MProjectTypeModifier and TypeMethodDescriptionstatic MProjectType
MProjectType.get
(int C_ProjectType_ID) Get MProjectType from Cache (immutable)static MProjectType
MProjectType.get
(Properties ctx, int C_ProjectType_ID) Get MProjectType from Cache (immutable)MProjectType.markImmutable()
Methods in org.compiere.model with parameters of type MProjectTypeModifier and TypeMethodDescriptionint
MProject.copyPhasesFrom
(MProjectType type) Copy Phases from Project Typevoid
MProject.setProjectType
(MProjectType type) Set Project Type and Category.
If project type is Service Project (PROJECTCATEGORY_ServiceChargeProject), copy project Phase/Tasks from project type.Constructors in org.compiere.model with parameters of type MProjectTypeModifierConstructorDescriptionMProjectType
(Properties ctx, MProjectType copy) Copy constructorMProjectType
(Properties ctx, MProjectType copy, String trxName) Copy constructorMProjectType
(MProjectType copy) Copy constructor