Class MDashboardPreference

All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_PA_DashboardPreference, I_Persistent, Evaluatee

public class MDashboardPreference extends X_PA_DashboardPreference
Dashboard preference
Author:
Elaine
See Also:
  • Constructor Details

    • MDashboardPreference

      public MDashboardPreference(Properties ctx, String PA_DashboardPreference_UU, String trxName)
      UUID based Constructor
      Parameters:
      ctx - Context
      PA_DashboardPreference_UU - UUID key
      trxName - Transaction
    • MDashboardPreference

      public MDashboardPreference(Properties ctx, int PA_DashboardPreference_ID, String trxName)
      Parameters:
      ctx -
      PA_DashboardPreference_ID -
      trxName -
    • MDashboardPreference

      public MDashboardPreference(Properties ctx, ResultSet rs, String trxName)
      Parameters:
      ctx -
      rs -
      trxName -
  • Method Details

    • getForSessionColumnCount

      public static int getForSessionColumnCount(boolean isShowInDashboard, int AD_User_ID, int AD_Role_ID)
      Parameters:
      isShowInDashboard -
      AD_User_ID -
      AD_Role_ID -
      Returns:
      number of column
    • getForSessionRowCount

      public static int getForSessionRowCount(boolean isShowInDashboard, int AD_User_ID, int AD_Role_ID)
      Parameters:
      isShowInDashboard -
      AD_User_ID -
      AD_Role_ID -
      Returns:
      number of row
    • getForSession

      public static MDashboardPreference[] getForSession(boolean isShowInDashboard, int AD_User_ID, int AD_Role_ID)
      Parameters:
      isShowInDashboard -
      AD_User_ID -
      AD_Role_ID -
      Returns:
      MDashboardPreference[]
    • getForSession

      public static MDashboardPreference[] getForSession(int AD_User_ID, int AD_Role_ID, boolean isCol)
      Parameters:
      AD_User_ID -
      AD_Role_ID -
      isCol -
      Returns:
      MDashboardPreference[]