Class exportAction

Description

This is the export action for an asset

  • version: $Id: export.act.php,v 1.11 2007/09/19 14:04:54 adamfranco Exp $
  • license: GNU General Public License (GPL)
  • copyright: Copyright © 2005, Middlebury College
  • since: 9/27/05

Located in /polyphony/main/modules/basket/export.act.php (line 26)

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

Inherited Variables

Inherited from MainWindowAction

MainWindowAction::$_actionRows
Methods
buildContent (line 90)

Build the content for this action

  • since: 9/27/05
  • access: public
void buildContent ()

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

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

  • since: 9/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.
getHeadingText (line 76)

Return the heading text for this action, or an empty string.

  • since: 9/28/05
  • access: public
string getHeadingText ()

Redefinition of:
Action::getHeadingText()
Return the heading text for this action, or an empty string.
getReturnUrl (line 206)

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 65)

Return the "unauthorized" string to pring

  • since: 9/27/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 36)

Check Authorizations

  • since: 9/27/05
  • access: public
boolean isAuthorizedToExecute ()

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

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