|
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_AD_Record_Access
org.compiere.model.MRecordAccess
public class MRecordAccess
Record Access Model
| Field Summary |
|---|
| 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_AD_Record_Access |
|---|
accessLevel, COLUMNNAME_AD_Role_ID, COLUMNNAME_AD_Table_ID, COLUMNNAME_IsDependentEntities, COLUMNNAME_IsExclude, COLUMNNAME_IsReadOnly, COLUMNNAME_Record_ID, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
MRecordAccess(Properties ctx,
int AD_Role_ID,
int AD_Table_ID,
int Record_ID,
String trxName)
Full New Constructor |
|
MRecordAccess(Properties ctx,
int ignored,
String trxName)
Persistency Constructor |
|
MRecordAccess(Properties 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(Properties ctx)
Get Table Name |
boolean |
isReadWrite()
Is Read Write |
boolean |
isSynonym()
Key Column has a Synonym |
String |
toString()
String Representation |
String |
toStringX(Properties ctx)
Extended String Representation |
| Methods inherited from class org.compiere.model.X_AD_Record_Access |
|---|
get_AccessLevel, getAD_Role_ID, getAD_Role, getAD_Table_ID, getAD_Table, 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, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.compiere.model.I_Persistent |
|---|
save |
| Constructor Detail |
|---|
public MRecordAccess(Properties ctx,
int ignored,
String trxName)
ctx - contextignored - ignoredtrxName - transaction
public MRecordAccess(Properties ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction
public MRecordAccess(Properties 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(Properties ctx)
ctx - context
public String getTableName(Properties ctx)
ctx - context
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||