Public Member Functions | Public Attributes

SalesRightsForm Class Reference

Form for adding/editing a sales rights entry. More...

List of all members.

Public Member Functions

 execute ()
 fetch (&$request)
getMonograph ()
getSalesRights ()
 initData ()
 readInputData ()
 SalesRightsForm ($monograph, $salesRights)
 setMonograph ($monograph)
 setSalesRights ($salesRights)

Public Attributes

 $_monograph
 $_salesRights

Detailed Description

Form for adding/editing a sales rights entry.

Definition at line 17 of file SalesRightsForm.inc.php.


Member Function Documentation

SalesRightsForm.execute (  ) 

Save the entry

See also:
Form.execute()

Definition at line 177 of file SalesRightsForm.inc.php.

References getMonograph(), and getSalesRights().

SalesRightsForm.fetch ( &$  request  ) 

Fetch the form.

See also:
Form.fetch()

Definition at line 109 of file SalesRightsForm.inc.php.

References getMonograph(), and getSalesRights().

& SalesRightsForm.getMonograph (  ) 

Get the Monograph

Returns:
Monograph

Definition at line 70 of file SalesRightsForm.inc.php.

Referenced by execute(), and fetch().

& SalesRightsForm.getSalesRights (  ) 

Get the entry

Returns:
SalesRights

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.

See also:
Form.readInputData()

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

Parameters:
Monograph 

Definition at line 78 of file SalesRightsForm.inc.php.

Referenced by SalesRightsForm().

SalesRightsForm.setSalesRights ( salesRights  ) 

Set the entry

Parameters:
@salesRights SalesRights

Definition at line 62 of file SalesRightsForm.inc.php.

Referenced by SalesRightsForm().


Member Data Documentation

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.


The documentation for this class was generated from the following file: