|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectccc.commands.ScheduleActionCommand
public class ScheduleActionCommand
Command: schedule an action.
Constructor Summary | |
---|---|
ScheduleActionCommand(IRepositoryFactory repoFactory)
Constructor. |
Method Summary | |
---|---|
void |
execute(UserEntity actor,
java.util.Date happenedOn,
ActionEntity action)
Schedule an action. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ScheduleActionCommand(IRepositoryFactory repoFactory)
repoFactory
- The repository factory for this command.Method Detail |
---|
public void execute(UserEntity actor, java.util.Date happenedOn, ActionEntity action)
action
- The action to schedule.actor
- The user that executed the command.happenedOn
- The date the command was executed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |