Inheritance diagram for FF_Action_Delete_Catalog:

Public Member Functions | |
| run () | |
| getSuccessMessage () | |
| getProblemMessage () | |
| getSingularText () | |
| getPluralText () | |
| checkPerms () | |
Definition at line 41 of file apps/catalog_request/lib/Action/Delete.php.
|
|
Check the permissions on this action. public
Reimplemented from FF_Action_Delete. Definition at line 160 of file apps/catalog_request/lib/Action/Delete.php. |
|
|
Gets the text that describes a plural version of the item deleted public
Definition at line 146 of file apps/catalog_request/lib/Action/Delete.php. |
|
|
Gets the message for when deleting the data fails public
Reimplemented from FF_Action_Delete. Definition at line 110 of file apps/catalog_request/lib/Action/Delete.php. |
|
|
Gets the text that describes a singular version of the item deleted public
Reimplemented from FF_Action_Delete. Definition at line 132 of file apps/catalog_request/lib/Action/Delete.php. |
|
|
Gets the message for a successful delete public
Reimplemented from FF_Action_Delete. Definition at line 88 of file apps/catalog_request/lib/Action/Delete.php. |
|
|
Deletes the object from the database public
Reimplemented from FF_Action_Delete. Definition at line 50 of file apps/catalog_request/lib/Action/Delete.php. References $o_result, FF_Request::getParam(), FF_Action_Delete::setProblemActionId(), and FF_Action_Delete::setSuccessActionId(). |
1.4.4