Class MainWindowAction

Description

The MainWindowAction is an abstract class that provides a standard way of setting up and executing an action in the main window of the application. It provides a structure for accessing various parts of this main window, as well as delegating the implementation of some methods to decendent classes.

  • version: $Id: MainWindowAction.class.php,v 1.13 2007/09/19 14:04:41 adamfranco Exp $
  • license: GNU General Public License (GPL)
  • copyright: Copyright © 2005, Middlebury College

Located in /polyphony/main/library/AbstractActions/MainWindowAction.class.php (line 37)

Action
   |
   --WizardAction
      |
      --MainWindowAction
Direct descendents
Class Description
add_delete_groupAction This action will allow for the modification of group Membership.
add_groupAction Allows the addition of a group using a Wizard interface.
add_to_groupAction This action will allow for the modification of group Membership.
agent_SearchAction The MainWindowAction is an abstract class that provides a standard way of setting up and executing an action in the main window of the application. It provides a structure for accessing various parts of this main window, as well as delegating the implementation of some methods to decendent classes.
create_agentAction This action will allow for the creation of agents.
deleteAction This action will allow for the modification of group Membership.
edit_agent_detailsAction This action will allow for the modification of group Membership.
edit_agentsAction This action will allow for the modification of group Membership.
edit_propertiesAction This action allows for the editing of properties in agents.
group_browseAction This action will allow for the modification of group Membership.
group_membershipAction This action will allow for the modification of group Membership.
remove_from_groupAction This action will allow for the modification of group Membership.
username_password_formAction
browse_authorizationsAction This file will allow the user to browse authorizations.
choose_agentAction This file will allow the user to choose which agent they wish to modify authorizations for.
clear_authorizationsAction This action clears all authorizations for the passed user(s).
edit_authorizationsAction edit_authorizations.act.php This file will allow the user to edit authorizations for a given user.
addAction
downAction
emptyAction empties the basket
emptyAjaxAction empties the basket
exportAction This is the export action for an asset
removeAction
upAction
<##>
course_searchAction The MainWindowAction is an abstract class that provides a standard way of setting up and executing an action in the main window of the application. It provides a structure for accessing various parts of this main window, as well as delegating the implementation of some methods to decendent classes.
createcourseAction The MainWindowAction is an abstract class that provides a standard way of setting up and executing an action in the main window of the application. It provides a structure for accessing various parts of this main window, as well as delegating the implementation of some methods to decendent classes.
createcoursesectionAction The MainWindowAction is an abstract class that provides a standard way of setting up and executing an action in the main window of the application. It provides a structure for accessing various parts of this main window, as well as delegating the implementation of some methods to decendent classes.
createnewtermAction The MainWindowAction is an abstract class that provides a standard way of setting up and executing an action in the main window of the application. It provides a structure for accessing various parts of this main window, as well as delegating the implementation of some methods to decendent classes.
createnewtypeAction The MainWindowAction is an abstract class that provides a standard way of setting up and executing an action in the main window of the application. It provides a structure for accessing various parts of this main window, as well as delegating the implementation of some methods to decendent classes.
edit_offering_detailsAction The MainWindowAction is an abstract class that provides a standard way of setting up and executing an action in the main window of the application. It provides a structure for accessing various parts of this main window, as well as delegating the implementation of some methods to decendent classes.
edit_section_detailsAction The MainWindowAction is an abstract class that provides a standard way of setting up and executing an action in the main window of the application. It provides a structure for accessing various parts of this main window, as well as delegating the implementation of some methods to decendent classes.
edit_section_rosterAction The MainWindowAction is an abstract class that provides a standard way of setting up and executing an action in the main window of the application. It provides a structure for accessing various parts of this main window, as well as delegating the implementation of some methods to decendent classes.
suck_by_agentAction The MainWindowAction is an abstract class that provides a standard way of setting up and executing an action in the main window of the application. It provides a structure for accessing various parts of this main window, as well as delegating the implementation of some methods to decendent classes.
suck_it_upAction The MainWindowAction is an abstract class that provides a standard way of setting up and executing an action in the main window of the application. It provides a structure for accessing various parts of this main window, as well as delegating the implementation of some methods to decendent classes.
viewExifAction This Action allows the user to upload a file and view the exif/iptc fields and data that it contains
theme_editorAction The MainWindowAction is an abstract class that provides a standard way of setting up and executing an action in the main window of the application. It provides a structure for accessing various parts of this main window, as well as delegating the implementation of some methods to decendent classes.
browseAction This action provides browsing access for logs.
TagAction <##>
viewRepositoryAction <##>
change_passwordAction This file will allow the user to change their HarmoniDB password.
Variable Summary
object $_actionRows
Method Summary
void buildContent ()
mixed execute ()
object Container getActionRows ()
Variables
object $_actionRows (line 49)
  • since: 7/7/05
  • access: private
Methods
buildContent (line 62)

Build the content for this action.

  • since: 4/26/05
  • access: public
void buildContent ()

Redefined in descendants as:
execute (line 75)

Execute this action. This is a template method that handles setting up components of the screen as well as authorization, delegating the various parts to descendent classes.

  • since: 4/25/05
  • access: public
mixed execute ()

Redefinition of:
Action::execute()
Execute this action.

Redefined in descendants as:
getActionRows (line 132)

Return the actionRows container

  • since: 4/26/05
  • access: public
object Container getActionRows ()

Inherited Methods

Inherited From WizardAction

WizardAction::cancelWizard()
WizardAction::cleanCacheName()
WizardAction::closeWizard()
WizardAction::createWizard()
WizardAction::getReturnUrl()
WizardAction::getWizard()
WizardAction::runWizard()
WizardAction::saveWizard()

Inherited From Action

Action::execute()
Action::getHeadingText()
Action::getUnauthorizedMessage()
Action::isAuthorizedToExecute()
Action::requestedAction()
Action::requestedModule()

Documentation generated on Wed, 19 Sep 2007 10:24:56 -0400 by phpDocumentor 1.3.0RC3