|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.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 |
|---|
PROJECTCATEGORY_AD_Reference_ID, PROJECTCATEGORY_AssetProject, PROJECTCATEGORY_General, PROJECTCATEGORY_ServiceChargeProject, PROJECTCATEGORY_WorkOrderJob |
| Fields inherited from class org.compiere.model.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Fields inherited from interface org.compiere.model.I_C_ProjectType |
|---|
accessLevel, COLUMNNAME_C_ProjectType_ID, COLUMNNAME_Description, COLUMNNAME_Help, COLUMNNAME_Name, COLUMNNAME_ProjectCategory, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
MProjectType(Properties ctx,
int C_ProjectType_ID,
String trxName)
Standrad Constructor |
|
MProjectType(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
static MProjectType |
get(Properties ctx,
int C_ProjectType_ID)
Get MProjectType from Cache |
MProjectTypePhase[] |
getPhases()
Get Project Type Phases |
MQuery |
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, setC_ProjectType_ID, setDescription, setHelp, setName, setProjectCategory |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.compiere.model.I_Persistent |
|---|
save |
| Constructor Detail |
|---|
public MProjectType(Properties ctx,
int C_ProjectType_ID,
String trxName)
ctx - contextC_ProjectType_ID - idtrxName - trx
public MProjectType(Properties ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - trx| Method Detail |
|---|
public static MProjectType get(Properties 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 MQuery getQuery(MGoalRestriction[] restrictions,
String MeasureDisplay,
Timestamp date,
int C_Phase_ID,
MRole role)
restrictions - restrictionsMeasureDisplay - displaydate - dateC_Phase_ID - phaserole - role
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||