Uses of Class
org.compiere.model.MUserQuery
-
Packages that use MUserQuery Package Description org.adempiere.webui.adwindow org.compiere.model Provides for.... -
-
Uses of MUserQuery in org.adempiere.webui.adwindow
Methods in org.adempiere.webui.adwindow with parameters of type MUserQuery Modifier and Type Method Description voidADWindowToolbar. setSelectedUserQuery(MUserQuery selectedUserQuery) -
Uses of MUserQuery in org.compiere.model
Methods in org.compiere.model that return MUserQuery Modifier and Type Method Description static MUserQuery[]MUserQuery. get(Properties ctx, int AD_Tab_ID)Get all active queries of client for Tabstatic MUserQueryMUserQuery. get(Properties ctx, int AD_Tab_ID, String name)Get Specific Tab Querystatic MUserQueryMUserQuery. getUserQueryByName(Properties ctx, int AD_Tab_ID, String name)Get Specific Tab Query Private or globallMethods in org.compiere.model that return types with arguments of type MUserQuery Modifier and Type Method Description static ArrayList<MUserQuery>MUserQuery. getAllUsersQueries(Properties ctx, int AD_Tab_ID)Get all active queries of the system for Tabstatic ArrayList<MUserQuery>MUserQuery. getClientQueries(Properties ctx, int AD_Tab_ID)Get all active queries of the client for Tabstatic ArrayList<MUserQuery>MUserQuery. getRoleQueries(Properties ctx, int AD_Tab_ID)Get all active queries of the role for Tabstatic ArrayList<MUserQuery>MUserQuery. getUserOnlyQueries(Properties ctx, int AD_Tab_ID)Get all active queries of user for Tab
-