|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use User | |
---|---|
tinlizard.dataload | Provides Utilities/Helper classes to facilitate in loading test data. |
tinlizard.model | Provides Object model and Data Type classes. |
tinlizard.web | Provides classes to present information via the web. |
Uses of User in tinlizard.dataload |
---|
Fields in tinlizard.dataload declared as User | |
---|---|
User |
Data.adminUser
|
User |
Data.jqhaxorUser
|
User |
Data.systemUser
|
User |
Data.userUser
|
Uses of User in tinlizard.model |
---|
Methods in tinlizard.model that return User | |
---|---|
static User |
User.add(String name)
|
static User |
User.findByName(String name)
|
User |
Codeline.getOwner()
|
static User |
User.getSystemUser()
|
static User |
User.getUserByName(String name,
boolean createIfNotExist)
|
Methods in tinlizard.model that return types with arguments of type User | |
---|---|
static Collection<User> |
User.findAll()
|
static Collection<User> |
User.search(String query)
|
Methods in tinlizard.model with parameters of type User | |
---|---|
static Project |
Project.add(User user,
Project project,
Codeline mainline,
boolean updateFromPom)
|
void |
Codeline.setOwner(User owner)
|
Uses of User in tinlizard.web |
---|
Methods in tinlizard.web that return User | |
---|---|
protected User |
UserWeb.getSubject()
|
Constructors in tinlizard.web with parameters of type User | |
---|---|
UserWeb(User user)
|
Constructor parameters in tinlizard.web with type arguments of type User | |
---|---|
UserCollectionWeb(Collection<User> c,
org.jvnet.localizer.Localizable name)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |