Class: iHRIS PageFormDisciplinaryReinstate

From IHRIS Wiki
Revision as of 13:12, 19 October 2009 by Litlfred (talk | contribs)

This article describes the class iHRIS_PageFormDisciplinaryReinstate.

Manage reinstating a license after a disciplinary action. @copyright Copyright © 2007, 2008 IntraHealth International, Inc. Page object to handle the reinstatement of a license after a disciplinary action.

Methods

loadHTMLTemplates()

Load the HTML template files for editing.

  • Signature: protected function loadHTMLTemplates()

loadObjects()

Create and load data for the objects used for this form.

  • Signature: protected function loadObjects()

save()

Save the objects to the database. Save the default object being edited and return to the view page. If the action needs to be logged then the log method is also called. Any pages overriding this default save method will need to include any logging necessary.

  • Signature: protected function save()

setDisplayData()

Set the data to be displayed for the page.

  • Signature: protected function setDisplayData()

validate()

Run extra validation to make sure the reinstatement date has been entered.

  • Signature: protected function validate()