|
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_AD_Record_Access
org.compiere.model.MRecordAccess
public class MRecordAccess
Record Access Model
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_AD_Record_Access |
|---|
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 | |
|---|---|
MRecordAccess(Ctx ctx,
int AD_Role_ID,
int AD_Table_ID,
int Record_ID,
String trxName)
Full New Constructor |
|
MRecordAccess(Ctx ctx,
int ignored,
String trxName)
Persistency Constructor |
|
MRecordAccess(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
String |
getKeyColumnName()
Get Key Column Name |
String |
getKeyColumnName(AccessSqlParser.TableInfo[] tableInfo)
Get Key Column Name with consideration of Synonym |
String |
getSynonym()
Get Synonym of Column |
String |
getTableName(Ctx ctx)
Get Table Name |
boolean |
isReadWrite()
Is Read Write |
boolean |
isSynonym()
Key Column has a Synonym |
String |
toString()
String Representation |
String |
toStringX(Ctx ctx)
Extended String Representation |
| Methods inherited from class org.compiere.model.X_AD_Record_Access |
|---|
get_AccessLevel, getAD_Role_ID, getAD_Table_ID, getKeyNamePair, getRecord_ID, initPO, isDependentEntities, isExclude, isReadOnly, setAD_Role_ID, setAD_Table_ID, setIsDependentEntities, setIsExclude, setIsReadOnly, setRecord_ID |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MRecordAccess(Ctx ctx,
int ignored,
String trxName)
ctx - contextignored - ignoredtrxName - transaction
public MRecordAccess(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction
public MRecordAccess(Ctx ctx,
int AD_Role_ID,
int AD_Table_ID,
int Record_ID,
String trxName)
ctx - contextAD_Role_ID - roleAD_Table_ID - tableRecord_ID - recordtrxName - transaction| Method Detail |
|---|
public String getKeyColumnName()
public String getSynonym()
public boolean isSynonym()
public boolean isReadWrite()
public String getKeyColumnName(AccessSqlParser.TableInfo[] tableInfo)
tableInfo -
public String toString()
toString in class X_AD_Record_Accesspublic String toStringX(Ctx ctx)
ctx - context
public String getTableName(Ctx ctx)
ctx - context
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||