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 | Delete (value_type accountid, const std::string &description) |
Delete this savable providing details as to who deleted it and why. | |
void | Save (value_type accountid, const std::string &description) |
Save this savable providing details as to who deleted it and why. | |
void | Discard () |
Discard changes made to this savable. | |
bool | Exists () |
Wether this savable has been saved yet. | |
Friends | |
class | mud::DetailManager |
Definition at line 29 of file Detail.h.
SavableManagerPtr mud::Detail::getManager | ( | ) | const [virtual] |
TableImplPtr mud::Detail::getTable | ( | ) | const [virtual] |
void mud::Detail::Delete | ( | ) | [virtual] |
void mud::Detail::Save | ( | ) | [virtual] |
void mud::Detail::Delete | ( | value_type | accountid, | |
const std::string & | description | |||
) | [virtual] |
void mud::Detail::Save | ( | value_type | accountid, | |
const std::string & | description | |||
) | [virtual] |
void mud::Detail::Discard | ( | ) | [virtual] |
bool mud::Detail::Exists | ( | ) | [virtual] |