|
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_PA_SLA_Criteria
org.compiere.model.MSLACriteria
public class MSLACriteria
Service Level Agreement Criteria Model
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_PA_SLA_Criteria |
|---|
accessLevel, Model, 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 | |
|---|---|
MSLACriteria(Ctx ctx,
int PA_SLA_Criteria_ID,
String trxName)
Standard Constructor |
|
MSLACriteria(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
static MSLACriteria |
get(Ctx ctx,
int PA_SLA_Criteria_ID)
Get MSLACriteria from Cache |
MSLAGoal[] |
getGoals()
Get Goals of Criteria |
SLACriteria |
newInstance()
Create New Instance of SLA Criteria |
| Methods inherited from class org.compiere.model.X_PA_SLA_Criteria |
|---|
get_AccessLevel, getClassname, getDescription, getHelp, getKeyNamePair, getName, getPA_SLA_Criteria_ID, initPO, isManual, setClassname, setDescription, setHelp, setIsManual, setName, setPA_SLA_Criteria_ID, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MSLACriteria(Ctx ctx,
int PA_SLA_Criteria_ID,
String trxName)
ctx - contextPA_SLA_Criteria_ID - idtrxName - transaction
public MSLACriteria(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
public static MSLACriteria get(Ctx ctx,
int PA_SLA_Criteria_ID)
ctx - contextPA_SLA_Criteria_ID - id
public MSLAGoal[] getGoals()
public SLACriteria newInstance()
throws Exception
Exception
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||