Behaviour
[Core]
Commands and access control. More...
Classes |
|
class | AccessControl |
Facade for access control checking. More... |
|
class | AccessControlBase |
Base class for Access Control Cheching.
More... |
|
class | ActionBase |
Simple implementation of an action. More... |
|
class | CallbackCommand |
Command to invoke a callback. More... |
|
class | ClearCacheCommand |
Clear the Cache
for an item or all. More... |
|
class | CommandBase |
Base implementation for commands. More... |
|
class | CommandChain |
The command chain executes commands that
form a hierarchy. More... |
|
class | CommandComposite |
The command composite executes a set of
commands. More... |
|
class | CommandDelegate |
The command delegate delegates all request
to another command. More... |
|
class | CommandsFactory |
The commands factory instanciates commands,
following the rules for overloading commands. More... |
|
class | CommandTransactional |
The Transaction Command starts a database
transaction before execution and commits on success or rollbacks on
error. More... |
|
class | CookieDeleteCommand |
Delete a Cookie.
More... |
|
class | CookieSetCommand |
Sets a Cookie. More... |
|
class | CreateCommand |
Generic create command. More... |
|
class | DelegateCommandImpl |
Implementation of Delegate command. More... |
|
class | DeleteCommand |
Delete command. More... |
|
class | ExecuteShellCommand |
Run a shell command. More... |
|
class | ExecuteSqlCommand |
Generic SQL execution command. More... |
|
class | ExecuteSqlScriptCommand |
Generic SQL script execution command.
More... |
|
class | MailBaseCommand |
Generic class for sending a mail. More... |
|
class | MailCommand |
Generic overloadable class for sending a
mail. More... |
|
class | MassDeleteCommand |
Executes a mass delete. More... |
|
class | TriggerEventCommand |
Command to trigger an event on the EventSource
class. More... |
|
class | UpdateCommand |
Generic update command. More... |
Detailed Description
Commands and access control.