Uses of Class
org.compiere.model.MRole
-
Packages that use MRole Package Description org.compiere.model Provides for....org.compiere.wf -
-
Uses of MRole in org.compiere.model
Methods in org.compiere.model that return MRole Modifier and Type Method Description static MRole
MRole. get(Properties ctx, int AD_Role_ID)
Get Role (cached).static MRole
MRole. get(Properties ctx, int AD_Role_ID, int AD_User_ID, boolean reload)
Get Role for User from cachestatic MRole
MRole. getDefault()
Get Default (Client) Rolestatic MRole
MRole. getDefault(Properties ctx, boolean reload)
Get/Set Default Role.static MRole[]
MRole. getOf(Properties ctx, String whereClause)
Get Roles With where clausestatic MRole[]
MRole. getOfClient(Properties ctx)
Get Roles Of Clientstatic MRole[]
MRole. getOfClient(Properties ctx, String trxName)
Get Roles Of ClientMRole[]
MUser. getRoles(int AD_Org_ID)
Get User Roles for OrgMRole
MRole. markImmutable()
Methods in org.compiere.model that return types with arguments of type MRole Modifier and Type Method Description List<MRole>
MRole. getIncludedRoles(boolean recursive)
Methods in org.compiere.model with parameters of type MRole Modifier and Type Method Description static String
MMeasureCalc. addRestrictions(String sql, boolean queryOnly, MGoalRestriction[] restrictions, MRole role, String tableName, String orgColumn, String bpColumn, String pColumn)
Add Restrictions to SQLstatic Boolean
MTreeFavorite. getAccessForMenuItem(MRole role, I_AD_Menu menu)
get access for the menu from specified roleMQuery
MMeasureCalc. getQuery(MGoalRestriction[] restrictions, String MeasureDisplay, Timestamp date, MRole role)
Get Zoom QueryMQuery
MProjectType. getQuery(MGoalRestriction[] restrictions, String MeasureDisplay, Timestamp date, int C_Phase_ID, MRole role)
Get Zoom QueryMQuery
MRequestType. getQuery(MGoalRestriction[] restrictions, String MeasureDisplay, Timestamp date, int R_Status_ID, MRole role)
Get Zoom QueryString
MMeasureCalc. getSqlBarChart(MGoalRestriction[] restrictions, String MeasureDisplay, Timestamp startDate, MRole role)
Get Sql to value for the bar chartString
MProjectType. getSqlBarChart(MGoalRestriction[] restrictions, String MeasureDisplay, String MeasureDataType, Timestamp startDate, MRole role)
Get Sql to value for the bar chartString
MRequestType. getSqlBarChart(MGoalRestriction[] restrictions, String MeasureDisplay, String MeasureDataType, Timestamp startDate, MRole role)
Get Sql to value for the bar chartString
MMeasureCalc. getSqlPI(MGoalRestriction[] restrictions, String MeasureScope, String MeasureDataType, Timestamp reportDate, MRole role)
Get Sql to return single value for the Performance IndicatorString
MProjectType. getSqlPI(MGoalRestriction[] restrictions, String MeasureScope, String MeasureDataType, Timestamp reportDate, MRole role)
Get Sql to return single value for the Performance IndicatorString
MRequestType. getSqlPI(MGoalRestriction[] restrictions, String MeasureScope, String MeasureDataType, Timestamp reportDate, MRole role)
Get Sql to return single value for the Performance Indicatorstatic MUser[]
MUser. getWithRole(MRole role)
Get Users with RoleConstructors in org.compiere.model with parameters of type MRole Constructor Description MRole(Properties ctx, MRole copy)
MRole(Properties ctx, MRole copy, String trxName)
MRole(MRole copy)
MRoleOrgAccess(MRole role, int AD_Org_ID)
Role Constructor -
Uses of MRole in org.compiere.wf
Methods in org.compiere.wf that return MRole Modifier and Type Method Description MRole
MWFResponsible. getRole()
Is Role Responsible
-