Class add_groupAction

Description

Allows the addition of a group using a Wizard interface.

  • version: $Id: add_group.act.php,v 1.9 2007/09/19 14:04:52 adamfranco Exp $
  • license: GNU General Public License (GPL)
  • author: Gabriel Schine
  • copyright: Copyright © 2005, Middlebury College

Located in /polyphony/main/modules/agents/add_group.act.php (line 21)

Action
   |
   --WizardAction
      |
      --MainWindowAction
         |
         --add_groupAction
Method Summary
void buildContent ()
string getReturnUrl ()
boolean saveWizard (string $cacheName)
Variables

Inherited Variables

Inherited from MainWindowAction

MainWindowAction::$_actionRows
Methods
buildContent (line 58)

Build the content for this action

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

Redefinition of:
MainWindowAction::buildContent()
Build the content for this action.
createWizard (line 76)

Create a new Wizard for this action. Caching of this Wizard is handled by getWizard() and does not need to be implemented here.

  • since: 4/28/05
  • access: public
object Wizard createWizard ()

Redefinition of:
WizardAction::createWizard()
Create a new Wizard for this action. Caching of this Wizard is handled by getWizard() and does not need to be implemented here.
getReturnUrl (line 220)

Return the URL that this action should return to when completed.

  • since: 4/28/05
  • access: public
string getReturnUrl ()

Redefinition of:
WizardAction::getReturnUrl()
Return the URL that this action should return to when completed.
getUnauthorizedMessage (line 47)

Return the "unauthorized" string to pring

  • since: 4/26/05
  • access: public
string getUnauthorizedMessage ()

Redefinition of:
Action::getUnauthorizedMessage()
Answer the message to print when the user is not authorized to execute this action
isAuthorizedToExecute (line 30)

Check Authorizations

  • since: 4/26/05
  • access: public
boolean isAuthorizedToExecute ()

Redefinition of:
Action::isAuthorizedToExecute()
Check Authorizations
saveWizard (line 165)

Save our results. Tearing down and unsetting the Wizard is handled by in runWizard() and does not need to be implemented here.

  • return: TRUE if save was successful and tear-down/cleanup of the Wizard should ensue.
  • since: 4/28/05
  • access: public
boolean saveWizard (string $cacheName)
  • string $cacheName

Redefinition of:
WizardAction::saveWizard()
Save our results. Tearing down and unsetting the Wizard is handled by in runWizard() and does not need to be implemented here.

Inherited Methods

Inherited From MainWindowAction

MainWindowAction::buildContent()
MainWindowAction::execute()
MainWindowAction::getActionRows()

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:21:21 -0400 by phpDocumentor 1.3.0RC3