|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectccc.commands.CancelActionCommand
public class CancelActionCommand
Command: cancel an action.
Constructor Summary | |
---|---|
CancelActionCommand(IRepositoryFactory repoFactory)
Constructor. |
Method Summary | |
---|---|
void |
execute(UserEntity actor,
java.util.Date happenedOn,
java.util.UUID actionId)
Cancel an action. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CancelActionCommand(IRepositoryFactory repoFactory)
repoFactory
- The repository factory for this command.Method Detail |
---|
public void execute(UserEntity actor, java.util.Date happenedOn, java.util.UUID actionId)
actionId
- The id of the action to cancel.actor
- The user who performed the command.happenedOn
- When the command was performed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |