Uses of Class
org.compiere.model.MUserQuery
Packages that use MUserQuery
Package
Description
Provide interface and classes for AD window implementation (AD_Window,AD_Tab and AD_Field)
Provide implementation of various system dialog and windows
This is the package that contains the majority of iDempiere's generated model class and interface.
Provide majority of iDempiere's extended model class (M*).
Provide majority of iDempiere's extended model class (M*).
-
Uses of MUserQuery in org.adempiere.webui.adwindow
Methods in org.adempiere.webui.adwindow with parameters of type MUserQueryModifier and TypeMethodDescriptionvoidADWindowToolbar.setSelectedUserQuery(MUserQuery selectedUserQuery) Set selected user query -
Uses of MUserQuery in org.adempiere.webui.window
Fields in org.adempiere.webui.window declared as MUserQueryModifier and TypeFieldDescriptionprotected MUserQuery[]FindWindow.userQueriesUser queries for target tab (FindWindow.m_AD_Tab_ID)Methods in org.adempiere.webui.window with parameters of type MUserQueryModifier and TypeMethodDescriptionprotected voidFindWindow.parseUserQuery(MUserQuery userQuery) Parse user query -
Uses of MUserQuery in org.compiere.model
Methods in org.compiere.model that return MUserQueryModifier and TypeMethodDescriptionstatic 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 Query via name (use case insensitive like matching).MUserQuery.getDefaultQueryForUserAndTab()Retrieves the default user query for the specified window, tab, and user.static MUserQueryMUserQuery.getUserQueryByName(Properties ctx, int AD_Tab_ID, String name) Get Tab Query via name (use case insensitive like matching).Methods in org.compiere.model that return types with arguments of type MUserQueryModifier and TypeMethodDescriptionstatic ArrayList<MUserQuery>MUserQuery.getAllUsersQueries(Properties ctx, int AD_Tab_ID) Get all active queries of system tenant for Tabstatic ArrayList<MUserQuery>MUserQuery.getClientQueries(Properties ctx, int AD_Tab_ID) Get all active client only queries for Tabstatic ArrayList<MUserQuery>MUserQuery.getRoleQueries(Properties ctx, int AD_Tab_ID) Get all active role only queries for Tabstatic ArrayList<MUserQuery>MUserQuery.getUserOnlyQueries(Properties ctx, int AD_Tab_ID) Get all active user only queries for Tab