Public Member Functions | |
__toString () | |
Static Public Member Functions | |
static | getUncompletedItems () |
static | getModuleClassName () |
static | getDefaultMetadata () |
static | isTypeDeletable () |
Protected Member Functions | |
afterSave () | |
Static Protected Member Functions | |
static | translatedAttributeLabels ($language) |
For exporting large amount of data, we store export information in database, and ExportJob will use this data to regenerate dataprovider, get data, and finally generate export file in desired format.
Definition at line 42 of file ExportItem.php.
__toString | ( | ) |
Returns the displayable string for the class. Should be overridden in any model that can provide a meaningful string representation of itself.
Reimplemented from RedBeanModel.
Definition at line 49 of file ExportItem.php.
static getDefaultMetadata | ( | ) | [static] |
Returns the default meta data for the class. It must be appended to the meta data from the parent model, if any.
Reimplemented from OwnedSecurableItem.
Definition at line 59 of file ExportItem.php.
static isTypeDeletable | ( | ) | [static] |
To be overriden on intermediate derived classes to return false so that deletes are not done on intermediate classes because the object relational mapping will not clean up properly. For example if User is a Person, and Person is a RedBeanModel delete should be called only on User, not on Person. So User must override isDeletable to return false.
Reimplemented from OwnedSecurableItem.
Definition at line 98 of file ExportItem.php.
afterSave | ( | ) | [protected] |
Handle Permitable Attachment/Detachment after model has been saved.
Reimplemented from OwnedSecurableItem.
Definition at line 114 of file ExportItem.php.