|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.framework.PO
org.compiere.model.X_C_ProjectType
org.compiere.model.MProjectType
public class MProjectType
Project Type Model
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_C_ProjectType |
|---|
accessLevel, Model, PROJECTCATEGORY_AD_Reference_ID, PROJECTCATEGORY_AssetProject, PROJECTCATEGORY_General, PROJECTCATEGORY_ServiceChargeProject, PROJECTCATEGORY_WorkOrderJob, Table_ID, Table_Name, updatedMS |
| Fields inherited from class org.compiere.framework.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_changeVO, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
MProjectType(Ctx ctx,
int C_ProjectType_ID,
String trxName)
Standrad Constructor |
|
MProjectType(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
static MProjectType |
get(Ctx ctx,
int C_ProjectType_ID)
Get MProjectType from Cache |
MProjectTypePhase[] |
getPhases()
Get Project Type Phases |
Query |
getQuery(MGoalRestriction[] restrictions,
String MeasureDisplay,
Timestamp date,
int C_Phase_ID,
MRole role)
Get Zoom Query |
String |
getSqlBarChart(MGoalRestriction[] restrictions,
String MeasureDisplay,
String MeasureDataType,
Timestamp startDate,
MRole role)
Get Sql to value for the bar chart |
String |
getSqlPI(MGoalRestriction[] restrictions,
String MeasureScope,
String MeasureDataType,
Timestamp reportDate,
MRole role)
Get Sql to return single value for the Performance Indicator |
String |
toString()
String Representation |
| Methods inherited from class org.compiere.model.X_C_ProjectType |
|---|
get_AccessLevel, getC_ProjectType_ID, getDescription, getHelp, getKeyNamePair, getName, getProjectCategory, initPO, isProjectCategoryValid, setC_ProjectType_ID, setDescription, setHelp, setName, setProjectCategory |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MProjectType(Ctx ctx,
int C_ProjectType_ID,
String trxName)
ctx - contextC_ProjectType_ID - idtrxName - trx
public MProjectType(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - trx| Method Detail |
|---|
public static MProjectType get(Ctx ctx,
int C_ProjectType_ID)
ctx - contextC_ProjectType_ID - id
public String toString()
toString in class X_C_ProjectTypepublic MProjectTypePhase[] getPhases()
public String getSqlPI(MGoalRestriction[] restrictions,
String MeasureScope,
String MeasureDataType,
Timestamp reportDate,
MRole role)
restrictions - array of goal restrictionsMeasureScope - scope of this valueMeasureDataType - data typereportDate - optional report daterole - role
public String getSqlBarChart(MGoalRestriction[] restrictions,
String MeasureDisplay,
String MeasureDataType,
Timestamp startDate,
MRole role)
restrictions - array of goal restrictionsMeasureDisplay - scope of this valueMeasureDataType - data typestartDate - optional report start daterole - role
public Query getQuery(MGoalRestriction[] restrictions,
String MeasureDisplay,
Timestamp date,
int C_Phase_ID,
MRole role)
restrictions - restrictionsMeasureDisplay - displaydate - dateC_Phase_ID - phaserole - role
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||