Class IMAPMailboxCommand
java.lang.Object
org.deltava.commands.AbstractCommand
org.deltava.commands.AbstractFormCommand
org.deltava.commands.AbstractAuditFormCommand
org.deltava.commands.mail.IMAPMailboxCommand
- All Implemented Interfaces:
Command
A Web Site Command to handle IMAP mailbox profiles.
- Since:
- 2.2
- Version:
- 10.3
- Author:
- Luke
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.deltava.commands.Command
Command.Scope
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
execEdit
(CommandContext ctx) Callback method called when editing the profile.protected void
execRead
(CommandContext ctx) Callback method called when reading the profile.protected void
execSave
(CommandContext ctx) Callback method called when saving the profile.Methods inherited from class org.deltava.commands.AbstractAuditFormCommand
readAuditLog, writeAuditLog
Methods inherited from class org.deltava.commands.AbstractFormCommand
execute
Methods inherited from class org.deltava.commands.AbstractCommand
forgottenException, getID, getName, getRoles, init, notFoundException, parseDateTime, parseDateTime, securityException, setRoles
-
Constructor Details
-
IMAPMailboxCommand
public IMAPMailboxCommand()
-
-
Method Details
-
execEdit
Callback method called when editing the profile.- Specified by:
execEdit
in classAbstractFormCommand
- Parameters:
ctx
- the Command context- Throws:
CommandException
- if an error occurs
-
execRead
Callback method called when reading the profile.- Specified by:
execRead
in classAbstractFormCommand
- Parameters:
ctx
- the Command context- Throws:
CommandException
- if an error occurs
-
execSave
Callback method called when saving the profile.- Specified by:
execSave
in classAbstractFormCommand
- Parameters:
ctx
- the Command context- Throws:
CommandException
- if an error occurs
-