|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectccc.commands.CreateUserCommand
public class CreateUserCommand
Command: create a new user.
Constructor Summary | |
---|---|
CreateUserCommand(IRepositoryFactory repoFactory)
Constructor. |
Method Summary | |
---|---|
UserEntity |
execute(UserEntity actor,
java.util.Date happenedOn,
User delta)
Create new user. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CreateUserCommand(IRepositoryFactory repoFactory)
repoFactory
- The repository factory for this command.Method Detail |
---|
public UserEntity execute(UserEntity actor, java.util.Date happenedOn, User delta)
delta
- The properties for the new user.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 |