Class: iHRIS Job: Difference between revisions

From IHRIS Wiki
No edit summary
(Redirected page to Class: iHRIS Job (4.1.7))
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
This article describes the class ''iHRIS_Job''.
#REDIRECT [[Class: iHRIS_Job (4.1.7)]]
*Extends the class: [[Class: I2CE_List | I2CE_List]].
*Location: Part of the module [[iHRIS Module List#ihris-manage-Job|ihris-manage-Job]] in the package [https://launchpad.net/ihris-manage iHRIS Manage]
*Source: Defined in the file [http://bazaar.launchpad.net/~intrahealth+informatics/ihris-manage/4.0.0-release/annotate/head:/modules/ManageJob/lib/iHRIS_Job.php modules/ManageJob/lib/iHRIS_Job.php]
*Author: Luke Duncan <lduncan@intrahealth.org>
*Since: v1.0.0
@copyright Copyright &copy; 2007, 2008 IntraHealth International, Inc.    Object for dealing with jobs.
==Form Fields==
This class is a [[Class: I2CE_Form |form class]] and provides the following [[Class: I2CE_FormField |form fields]]
==title==
The form field ''title'' is implemented by [[Class: I2CE_FormField_STRING_LINE |STRING_LINE ]]
==code==
The form field ''code'' is implemented by [[Class: I2CE_FormField_STRING_LINE |STRING_LINE ]]
==description==
The form field ''description'' is implemented by [[Class: I2CE_FormField_STRING_MLINE |STRING_MLINE ]]
==salary_grade==
The form field ''salary_grade'' is implemented by [[Class: I2CE_FormField_MAP |MAP ]]
==cadre==
The form field ''cadre'' is implemented by [[Class: I2CE_FormField_MAP |MAP ]]
==classification==
The form field ''classification'' is implemented by [[Class: I2CE_FormField_MAP |MAP ]]
==isco_08_unit==
The form field ''isco_08_unit'' is implemented by [[Class: I2CE_FormField_MAP |MAP ]]
==isco_88_unit==
The form field ''isco_88_unit'' is implemented by [[Class: I2CE_FormField_MAP |MAP ]]
==Constants==
===iHRIS_Job::MAIN_FIELD===
The main field name used for display a description of a record.
Defined as: "title"
==Methods==
===getPositions()===
Return the list of record ids that have this position as supervisor.
*Signature: public function getPositions()
*Returns: [http://www.php.net/manual/en/language.types.array.php array ]
 
 
[[Category:Class Documentation]]

Latest revision as of 09:57, 23 August 2013