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 MRoleMRole. get(Properties ctx, int AD_Role_ID)Get Role (cached).static MRoleMRole. get(Properties ctx, int AD_Role_ID, int AD_User_ID, boolean reload)Get Role for User from cachestatic MRoleMRole. getDefault()Get Default (Client) Rolestatic MRoleMRole. 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 OrgMRoleMRole. 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 StringMMeasureCalc. addRestrictions(String sql, boolean queryOnly, MGoalRestriction[] restrictions, MRole role, String tableName, String orgColumn, String bpColumn, String pColumn)Add Restrictions to SQLstatic BooleanMTreeFavorite. getAccessForMenuItem(MRole role, I_AD_Menu menu)get access for the menu from specified roleMQueryMMeasureCalc. getQuery(MGoalRestriction[] restrictions, String MeasureDisplay, Timestamp date, MRole role)Get Zoom QueryMQueryMProjectType. getQuery(MGoalRestriction[] restrictions, String MeasureDisplay, Timestamp date, int C_Phase_ID, MRole role)Get Zoom QueryMQueryMRequestType. getQuery(MGoalRestriction[] restrictions, String MeasureDisplay, Timestamp date, int R_Status_ID, MRole role)Get Zoom QueryStringMMeasureCalc. getSqlBarChart(MGoalRestriction[] restrictions, String MeasureDisplay, Timestamp startDate, MRole role)Get Sql to value for the bar chartStringMProjectType. getSqlBarChart(MGoalRestriction[] restrictions, String MeasureDisplay, String MeasureDataType, Timestamp startDate, MRole role)Get Sql to value for the bar chartStringMRequestType. getSqlBarChart(MGoalRestriction[] restrictions, String MeasureDisplay, String MeasureDataType, Timestamp startDate, MRole role)Get Sql to value for the bar chartStringMMeasureCalc. getSqlPI(MGoalRestriction[] restrictions, String MeasureScope, String MeasureDataType, Timestamp reportDate, MRole role)Get Sql to return single value for the Performance IndicatorStringMProjectType. getSqlPI(MGoalRestriction[] restrictions, String MeasureScope, String MeasureDataType, Timestamp reportDate, MRole role)Get Sql to return single value for the Performance IndicatorStringMRequestType. 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 MRoleMWFResponsible. getRole()Is Role Responsible
-