|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.salespointframework.core.users.UserCreator
public class UserCreator
A factory that can create User objects.
User,
UserManager.createUser(java.lang.String)| Constructor Summary | |
|---|---|
UserCreator()
|
|
| Method Summary | |
|---|---|
User |
createUser(java.lang.String sName)
Create and return a new User object for the given name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UserCreator()
| Method Detail |
|---|
public User createUser(java.lang.String sName)
User object for the given name.
The default implementation creates and returns a direct instance of User.
sName - the name of the user to be created.
null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||