Public Member Functions | |
SavableManagerPtr | getManager () const |
Returns the SavableManager this savable usesotherwise. | |
TableImplPtr | getTable () const |
Returns the table this savable belongs to. | |
void | Delete () |
Delete this savable. | |
void | Save () |
Save this savable. | |
void | Discard () |
Discard changes made to this savable. | |
bool | Exists () |
Wether this savable has been saved yet. | |
Friends | |
class | GrantGroupManager |
Definition at line 28 of file GrantGroup.h.
SavableManagerPtr mud::GrantGroup::getManager | ( | ) | const [virtual] |
TableImplPtr mud::GrantGroup::getTable | ( | ) | const [virtual] |
void mud::GrantGroup::Delete | ( | ) | [virtual] |
void mud::GrantGroup::Save | ( | ) | [virtual] |
void mud::GrantGroup::Discard | ( | ) | [virtual] |
bool mud::GrantGroup::Exists | ( | ) | [virtual] |