Inheritance diagram for FF_DataAccess_Borrower_mysql:

Public Member Functions | |
| FF_DataAccess_Borrower_mysql () | |
| update ($in_data) | |
| add ($in_data) | |
| remove ($in_borrowerId) | |
| getListFilter ($in_searchString, $in_searchFields, $in_filter, $in_filterData) | |
| getDataByPrimaryKey ($in_id, $in_fields= '*') | |
| & | getDataToExport ($in_fields, $in_borrowers) |
| getBorrowerIdByBarcode ($in_barcode) | |
| getBorrowerName ($in_borrowerId) | |
| isProfileIdUnique ($in_profileId, $in_id, $in_isUpdate) | |
| getIdByProfileId ($in_profileId) | |
| & | updateAttributes ($in_borrowerId, $in_attributes) |
| getNextId () | |
Public Attributes | |
| $o_log | |
| $attributesTable | |
| $userId | |
| $filterName | |
Definition at line 47 of file DataAccess/mysql/Borrower.php.
|
|
Initialize any needed class variables public
Definition at line 82 of file DataAccess/mysql/Borrower.php. References FF_DataAccess::FF_DataAccess(), and FF_Auth::getCredential(). |
|
|
Adds a new row to the table
Reimplemented from FF_DataAccess. Definition at line 136 of file DataAccess/mysql/Borrower.php. References $o_result, and updateAttributes(). Referenced by update(). |
|
|
Gets the borrower id based on their barcode
Definition at line 301 of file DataAccess/mysql/Borrower.php. References $s_query. |
|
|
Gets the borrower name
Definition at line 318 of file DataAccess/mysql/Borrower.php. |
|
||||||||||||
|
Gets one row of data based on the primary key of the table. Also gets all of the attributes data.
Reimplemented from FF_DataAccess. Definition at line 234 of file DataAccess/mysql/Borrower.php. |
|
||||||||||||
|
Returns a data result object of the data to be exported
Definition at line 257 of file DataAccess/mysql/Borrower.php. References $s_query. |
|
|
Gets the borrower id based on the passed in user/profile id.
Definition at line 353 of file DataAccess/mysql/Borrower.php. References $s_query. |
|
||||||||||||||||||||
|
Handles the list filters as well as all functionality of the parent method.
Reimplemented from FF_DataAccess. Definition at line 203 of file DataAccess/mysql/Borrower.php. |
|
|
Gets the next id available in the sequence table public
Reimplemented from FF_DataAccess. Definition at line 408 of file DataAccess/mysql/Borrower.php. |
|
||||||||||||||||
|
Checks to see if the profile id is unique among borrowers that have not been deleted.
Definition at line 336 of file DataAccess/mysql/Borrower.php. |
|
|
Marks the item as deleted in the table
Definition at line 169 of file DataAccess/mysql/Borrower.php. References $o_fileCache, $o_result, $result, and FF_FileCache::singleton(). |
|
|
Updates a row that already exists in the table
Reimplemented from FF_DataAccess. Definition at line 104 of file DataAccess/mysql/Borrower.php. References $o_result, add(), and updateAttributes(). |
|
||||||||||||
|
Updates the attributes for a user
Definition at line 371 of file DataAccess/mysql/Borrower.php. References $o_result. |
|
|
Definition at line 60 of file DataAccess/mysql/Borrower.php. |
|
|
Definition at line 72 of file DataAccess/mysql/Borrower.php. |
|
|
Definition at line 54 of file DataAccess/mysql/Borrower.php. |
|
|
Definition at line 66 of file DataAccess/mysql/Borrower.php. |
1.4.4