Class edit_offering_detailsAction

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.

  • copyright: Copyright © 2005, Middlebury College
  • version: $Id: MainWindowAction.class.php,v 1.13 2007/09/19 14:04:41 adamfranco Exp $

Located in /polyphony/main/modules/coursemanagement/edit_offering_details.act.php (line 21)

Action
   |
   --WizardAction
      |
      --MainWindowAction
         |
         --edit_offering_detailsAction
Method Summary
void buildContent ()
void confirmDeleteOffering (mixed $offering)
void deleteOffering (mixed $offering)
string getHeadingText ()
void refreshOfferingDetails (mixed $offering)
void viewOfferingDetails (mixed $offering, object Agent $agent)
void _printAgent (mixed $agent)
Variables

Inherited Variables

Inherited from MainWindowAction

MainWindowAction::$_actionRows
Methods
buildContent (line 77)

Build the content for this action

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

Redefinition of:
MainWindowAction::buildContent()
Build the content for this action.
confirmDeleteOffering (line 240)

*

offers a confirmation screen for deleting an entire offering

void confirmDeleteOffering (mixed $offering)
deleteOffering (line 252)

*

Handles the actual deletion of an offering

void deleteOffering (mixed $offering)
getHeadingText (line 58)

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

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

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

Check Authorizations

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

Redefinition of:
Action::isAuthorizedToExecute()
Check Authorizations
refreshOfferingDetails (line 308)
void refreshOfferingDetails (mixed $offering)
viewOfferingDetails (line 131)

shows the details of the offering's properties and gives menu of actions

  • since: 7/19/05
  • access: public
void viewOfferingDetails (mixed $offering, object Agent $agent)
  • object Agent $agent
_printAgent (line 269)
void _printAgent (mixed $agent)

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