Form for adding/editing a sales rights entry. More...
Public Member Functions | |
| execute () | |
| fetch (&$request) | |
| & | getMonograph () |
| & | getSalesRights () |
| initData () | |
| readInputData () | |
| SalesRightsForm ($monograph, $salesRights) | |
| setMonograph ($monograph) | |
| setSalesRights ($salesRights) | |
Public Attributes | |
| $_monograph | |
| $_salesRights | |
Form for adding/editing a sales rights entry.
Definition at line 17 of file SalesRightsForm.inc.php.
| SalesRightsForm.execute | ( | ) |
Save the entry
Definition at line 177 of file SalesRightsForm.inc.php.
References getMonograph(), and getSalesRights().
| SalesRightsForm.fetch | ( | &$ | request | ) |
Fetch the form.
Definition at line 109 of file SalesRightsForm.inc.php.
References getMonograph(), and getSalesRights().
| & SalesRightsForm.getMonograph | ( | ) |
| & SalesRightsForm.getSalesRights | ( | ) |
Get the entry
Definition at line 54 of file SalesRightsForm.inc.php.
Referenced by execute(), fetch(), and initData().
| SalesRightsForm.initData | ( | ) |
Initialize form data from the sales rights entry.
Definition at line 89 of file SalesRightsForm.inc.php.
References getSalesRights().
| SalesRightsForm.readInputData | ( | ) |
Assign form data to user-submitted data.
Definition at line 160 of file SalesRightsForm.inc.php.
| SalesRightsForm.SalesRightsForm | ( | $ | monograph, | |
| $ | salesRights | |||
| ) |
Constructor.
Definition at line 27 of file SalesRightsForm.inc.php.
References setMonograph(), and setSalesRights().
| SalesRightsForm.setMonograph | ( | $ | monograph | ) |
Set the Monograph
| Monograph |
Definition at line 78 of file SalesRightsForm.inc.php.
Referenced by SalesRightsForm().
| SalesRightsForm.setSalesRights | ( | $ | salesRights | ) |
Set the entry
| @salesRights | SalesRights |
Definition at line 62 of file SalesRightsForm.inc.php.
Referenced by SalesRightsForm().
| SalesRightsForm.$_monograph |
The monograph associated with the format being edited
Definition at line 19 of file SalesRightsForm.inc.php.
| SalesRightsForm.$_salesRights |
Sales Rights the entry being edited
Definition at line 22 of file SalesRightsForm.inc.php.
1.7.1