com.carlosbcruz.account.control
Class AccountActions

java.lang.Object
  extended by com.carlosbcruz.account.control.AccountActions

public class AccountActions
extends java.lang.Object

Provider of specif Actions to the com.carlosbcruz.account.control application. The Actions are inner class of AccountActions.

Author:
Carlos Fernando Bella Cruz - pessoal@carlosbcruz.com

Constructor Summary
AccountActions()
           
 
Method Summary
static AccountAbstractActionDecorator getBankTypeAction()
          Provides the Action to insert a Bank Type
static AccountAbstractActionDecorator getBankTypeListAction()
          Provides the Action to remove a bank type
static AccountAbstractActionDecorator getCreateTransactionAction()
          Provides the Create Action on Manual Transaction Input
static AccountAbstractActionDecorator getDeleteQuickListAction()
          Provides the Delete In Quick List Action on Manual Transaction Input
static AccountAbstractActionDecorator getDeleteTransactionAction()
          Provides the Delete Transaction Action Instance for Account Internal Frame
static AccountAbstractActionDecorator getExitAction()
          Provides the Exit Action Instance
static AccountAbstractActionDecorator getExportAction()
          Provides the Export Action Instance
static AccountAbstractActionDecorator getFileAction()
          Provides the File Action Instance
static AccountAbstractActionDecorator getImportAction()
          Provides the Import Action Instance
static AccountAbstractActionDecorator getInsertCheckAction()
          Provides the Insert Checks Action Instance for Account Internal Frame
static AccountAbstractActionDecorator getInsertInQuickListAction()
          Provides the Insert In Quick List Action on Manual Transaction Input
static AccountAbstractActionDecorator getInsertTransactionAction()
          Provides the Insert Transaction Action Instance for Account Internal Frame
static AccountAbstractActionDecorator getTransactionFromBankAction()
          Provides the Action to get Transation from Bank
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccountActions

public AccountActions()
Method Detail

getFileAction

public static AccountAbstractActionDecorator getFileAction()
Provides the File Action Instance

Returns:
The decorator specific for the File Action

getImportAction

public static AccountAbstractActionDecorator getImportAction()
Provides the Import Action Instance

Returns:
The decorator specific for the Import Action

getExportAction

public static AccountAbstractActionDecorator getExportAction()
Provides the Export Action Instance

Returns:
The decorator specific for the Export Action

getExitAction

public static AccountAbstractActionDecorator getExitAction()
Provides the Exit Action Instance

Returns:
The decorator specific for the Exit Action

getDeleteTransactionAction

public static AccountAbstractActionDecorator getDeleteTransactionAction()
Provides the Delete Transaction Action Instance for Account Internal Frame

Returns:
The decorator specific for the Delete Transaction Action

getInsertTransactionAction

public static AccountAbstractActionDecorator getInsertTransactionAction()
Provides the Insert Transaction Action Instance for Account Internal Frame

Returns:
The decorator specific for the Insert Transaction Action

getInsertCheckAction

public static AccountAbstractActionDecorator getInsertCheckAction()
Provides the Insert Checks Action Instance for Account Internal Frame

Returns:
The decorator specific for the Insert Checks Action

getCreateTransactionAction

public static AccountAbstractActionDecorator getCreateTransactionAction()
Provides the Create Action on Manual Transaction Input

Returns:
The decorator specific for the Create Action

getInsertInQuickListAction

public static AccountAbstractActionDecorator getInsertInQuickListAction()
Provides the Insert In Quick List Action on Manual Transaction Input

Returns:
The decorator specific for theInsert In Quick List Action

getDeleteQuickListAction

public static AccountAbstractActionDecorator getDeleteQuickListAction()
Provides the Delete In Quick List Action on Manual Transaction Input

Returns:
The decorator specific for the Insert In Quick List Action

getTransactionFromBankAction

public static AccountAbstractActionDecorator getTransactionFromBankAction()
Provides the Action to get Transation from Bank

Returns:
The decorator specific for get Transation from Bank

getBankTypeAction

public static AccountAbstractActionDecorator getBankTypeAction()
Provides the Action to insert a Bank Type

Returns:
The decorator specific for inserting a Bank Type

getBankTypeListAction

public static AccountAbstractActionDecorator getBankTypeListAction()
Provides the Action to remove a bank type

Returns:
The decorator specific for removing a bank type