|
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_User_Roles
org.compiere.model.MUserRoles
public class MUserRoles
User Roles Model
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_AD_User_Roles |
|---|
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 | |
|---|---|
MUserRoles(Ctx ctx,
int AD_User_ID,
int AD_Role_ID,
String trxName)
Full Constructor |
|
MUserRoles(Ctx ctx,
int ignored,
String trxName)
Persistence Constructor |
|
MUserRoles(Ctx ctx,
ResultSet rs,
String trxName)
Load constructor |
|
| Method Summary | |
|---|---|
static MUserRoles[] |
getOfRole(Ctx ctx,
int AD_Role_ID)
Get User Roles Of Role |
static MUserRoles[] |
getOfUser(Ctx ctx,
int AD_User_ID)
Get User Roles Of User |
void |
setAD_Role_ID(int AD_Role_ID)
Set Role. |
void |
setAD_User_ID(int AD_User_ID)
Set User/Contact. |
| Methods inherited from class org.compiere.model.X_AD_User_Roles |
|---|
get_AccessLevel, getAD_Role_ID, getAD_User_ID, getKeyNamePair, initPO, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MUserRoles(Ctx ctx,
int ignored,
String trxName)
ctx - contextignored - invalidtrxName - transaction
public MUserRoles(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction
public MUserRoles(Ctx ctx,
int AD_User_ID,
int AD_Role_ID,
String trxName)
ctx - contextAD_User_ID - userAD_Role_ID - roletrxName - transaction| Method Detail |
|---|
public static MUserRoles[] getOfRole(Ctx ctx,
int AD_Role_ID)
ctx - contextAD_Role_ID - role
public static MUserRoles[] getOfUser(Ctx ctx,
int AD_User_ID)
ctx - contextAD_User_ID - role
public void setAD_User_ID(int AD_User_ID)
setAD_User_ID in class X_AD_User_RolesAD_User_ID - userpublic void setAD_Role_ID(int AD_Role_ID)
setAD_Role_ID in class X_AD_User_RolesAD_Role_ID - role
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||