Class AdminDAOActionsFactory

java.lang.Object
be.gaudry.swing.edu.action.AdminDAOActionsFactory
All Implemented Interfaces:
PropertyChangeListener, EventListener

public class AdminDAOActionsFactory extends Object implements PropertyChangeListener
Since:
1.0 Mar 18, 2009, 1.0
Version:
%I%, %G%
Author:
Steph GAUDRY
  • Field Details

    • lRB

      protected ResourceBundle lRB
    • confirmResetDBStr

      protected String confirmResetDBStr
    • resetDBOKStr

      protected String resetDBOKStr
    • restDBKOStr

      protected String restDBKOStr
    • confirmRemoveDBStr

      protected String confirmRemoveDBStr
    • removeDBOKStr

      protected String removeDBOKStr
    • removeDBKOStr

      protected String removeDBKOStr
    • confirmInsertDataForDomiStr

      protected String confirmInsertDataForDomiStr
    • dataInsertedOKStr

      protected String dataInsertedOKStr
    • confirmInsertTestDataStr

      protected String confirmInsertTestDataStr
    • daoStr

      protected String daoStr
    • daoInsertStr

      protected String daoInsertStr
    • instance

      protected static AdminDAOActionsFactory instance
    • actions

      protected Collection<ILocalized> actions
  • Method Details

    • finalize

      protected void finalize() throws Throwable
      Overrides:
      finalize in class Object
      Throws:
      Throwable
    • getShowSchedulerAction

      public static AbstractShowPanelAction<? extends JPanel> getShowSchedulerAction()
      Returns:
      the showSchedulerAction
    • getShowAdminPanelAction

      public static AbstractShowPanelAction<? extends JPanel> getShowAdminPanelAction()
      Deprecated.
      use sub actions instead of this
      Returns:
      the showAdminPanelAction
    • getUnlockDerbyAction

      public static AbstractAction getUnlockDerbyAction()
    • getShowDAOInfosAction

      public static AuthenticatedAction getShowDAOInfosAction()
    • getManageDAOAction

      public static AuthenticatedAction getManageDAOAction()
    • getResetDAOAction

      public static AuthenticatedAction getResetDAOAction()
    • getRemoveDAOAction

      public static AuthenticatedAction getRemoveDAOAction()
    • getInsertMinimalTestDataAction

      public static AuthenticatedAction getInsertMinimalTestDataAction()
    • getInsertExaminationsTestAction

      public static AuthenticatedAction getInsertExaminationsTestAction()
    • getUpdateDAOAction

      public static AuthenticatedAction getUpdateDAOAction()
    • getManageDAOStr

      public static String getManageDAOStr()
    • getDAOInsertDataStr

      public static String getDAOInsertDataStr()
    • getDdlLoginService

      public static org.jdesktop.swingx.auth.LoginService getDdlLoginService()
    • showUnsecureMessage

      public static void showUnsecureMessage()
      If an authentication is not needed, show a popup the first time
    • getAdminLoginService

      public static SSOLoginService getAdminLoginService()
    • propertyChange

      public void propertyChange(PropertyChangeEvent evt)
      Specified by:
      propertyChange in interface PropertyChangeListener
      Since:
      1.0.2-SNAPSHOT (Feb 20, 2009)