|
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_R_RequestAction
org.compiere.model.MRequestAction
public class MRequestAction
Request History Model
| Field Summary |
|---|
| 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 | |
|---|---|
MRequestAction(Ctx ctx,
int R_RequestAction_ID,
String trxName)
Persistency Constructor |
|
MRequestAction(Ctx ctx,
ResultSet rs,
String trxName)
Load Construtor |
|
MRequestAction(MRequest request,
boolean newRecord)
Parent Action Constructor |
|
| Method Summary | |
|---|---|
void |
addNullColumn(String columnName)
Add Null Column |
protected boolean |
beforeSave(boolean newRecord)
Before Save |
String |
getChangesHTML()
Get Changes as HTML string |
String |
getCreatedByName()
Get Name of creator |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MRequestAction(Ctx ctx,
int R_RequestAction_ID,
String trxName)
ctx - contextR_RequestAction_ID - id
public MRequestAction(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result set
public MRequestAction(MRequest request,
boolean newRecord)
request - parentnewRecord - new (copy all)| Method Detail |
|---|
public void addNullColumn(String columnName)
columnName - public String getCreatedByName()
public String getChangesHTML()
protected boolean beforeSave(boolean newRecord)
beforeSave in class POnewRecord - new
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||