|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use User | |
---|---|
org.openwms.common.domain | Contains essential domain classes of the COMMON module. |
org.openwms.core.domain.system.usermanagement | Contains domain classes regarding the user and role management. |
org.openwms.core.integration | Repository (DAO) interface definitions of the CORE module. |
org.openwms.core.integration.jpa | This package contains classes that belong to the integration layer implemented with JPA. |
org.openwms.core.service | Interface definitions of the CORE Module service layer. |
org.openwms.core.service.spring | This package contains service implementations of the CORE project, implemented with the Spring framework. |
org.openwms.web.flex.security | Security helper classes and entry services regarding the Flex client project. |
Uses of User in org.openwms.common.domain |
---|
Methods in org.openwms.common.domain that return User | |
---|---|
User |
TransportUnit.getInventoryUser()
Returns the User who performed the last inventory action on the
TransportUnit . |
Methods in org.openwms.common.domain with parameters of type User | |
---|---|
void |
TransportUnit.setInventoryUser(User inventoryUser)
Set the User > who performed the last inventory action on the
TransportUnit . |
Uses of User in org.openwms.core.domain.system.usermanagement |
---|
Subclasses of User in org.openwms.core.domain.system.usermanagement | |
---|---|
class |
SystemUser
A SystemUser is granted with all privileges and omits all defined security constraints. |
Methods in org.openwms.core.domain.system.usermanagement that return User | |
---|---|
User |
UserPassword.getUser()
Return the User of this password. |
Methods in org.openwms.core.domain.system.usermanagement that return types with arguments of type User | |
---|---|
Set<User> |
Role.getUsers()
Return an unmodifiable Set of all User s assigned to the
Role . |
Methods in org.openwms.core.domain.system.usermanagement with parameters of type User | |
---|---|
boolean |
Role.addUser(User user)
Add an existing User to the Role . |
static boolean |
SystemUser.isSuperUser(User user)
Check whether user is the system user. |
void |
Role.removeUser(User user)
Remove a User from the Role . |
void |
UserPassword.setUser(User user)
Change the User . |
Method parameters in org.openwms.core.domain.system.usermanagement with type arguments of type User | |
---|---|
void |
Role.setUsers(Set<User> users)
Set all User s belonging to this Role . |
Constructors in org.openwms.core.domain.system.usermanagement with parameters of type User | |
---|---|
UserPassword(User user,
String password)
Create a new UserPassword . |
Uses of User in org.openwms.core.integration |
---|
Methods in org.openwms.core.integration that return User | |
---|---|
User |
UserDao.findByNameAndPassword(UserPassword userPassword)
Find an User by his userName and password. |
Uses of User in org.openwms.core.integration.jpa |
---|
Methods in org.openwms.core.integration.jpa that return User | |
---|---|
User |
UserDaoImpl.findByNameAndPassword(UserPassword userPassword)
Find an User by his userName and password. |
User |
UserDaoImpl.save(User user)
Synchronize an entity with the persistence layer and return it. |
Methods in org.openwms.core.integration.jpa that return types with arguments of type User | |
---|---|
List<User> |
UserDaoImpl.findAll()
|
Methods in org.openwms.core.integration.jpa with parameters of type User | |
---|---|
void |
UserDaoImpl.persist(User user)
Persist a transient entity. |
void |
UserDaoImpl.remove(User user)
Removes an already persistent entity. |
User |
UserDaoImpl.save(User user)
Synchronize an entity with the persistence layer and return it. |
Uses of User in org.openwms.core.service |
---|
Methods in org.openwms.core.service that return User | |
---|---|
User |
UserService.getTemplate(String username)
Return a transient User entity object, serving as a template. |
User |
UserHolder.getUser()
Return the wrapped User instance. |
User |
UserService.save(User user)
Update the given User or persist it when it is a transient one. |
User |
UserService.saveUserProfile(User user,
UserPassword userPassword,
UserPreference... prefs)
Save changes on an User and additionally save the User's password
and preferences. |
Methods in org.openwms.core.service that return types with arguments of type User | |
---|---|
List<User> |
UserService.findAll()
Find and return all User s. |
Methods in org.openwms.core.service with parameters of type User | |
---|---|
void |
UserService.remove(User user)
Remove an User . |
User |
UserService.save(User user)
Update the given User or persist it when it is a transient one. |
User |
UserService.saveUserProfile(User user,
UserPassword userPassword,
UserPreference... prefs)
Save changes on an User and additionally save the User's password
and preferences. |
Uses of User in org.openwms.core.service.spring |
---|
Methods in org.openwms.core.service.spring that return User | |
---|---|
User |
UserServiceImpl.getTemplate(String username)
Return a transient User entity object, serving as a template. |
User |
UserWrapper.getUser()
Return the wrapped User instance. |
User |
UserServiceImpl.save(User user)
Update the given User or persist it when it is a transient one. |
User |
UserServiceImpl.saveUserProfile(User user,
UserPassword userPassword,
UserPreference... prefs)
Save changes on an User and additionally save the User's password
and preferences. |
Methods in org.openwms.core.service.spring that return types with arguments of type User | |
---|---|
List<User> |
UserServiceImpl.findAll()
Find and return all User s. |
Methods in org.openwms.core.service.spring with parameters of type User | |
---|---|
void |
UserServiceImpl.remove(User user)
Remove an User . |
User |
UserServiceImpl.save(User user)
Update the given User or persist it when it is a transient one. |
User |
UserServiceImpl.saveUserProfile(User user,
UserPassword userPassword,
UserPreference... prefs)
Save changes on an User and additionally save the User's password
and preferences. |
Constructors in org.openwms.core.service.spring with parameters of type User | |
---|---|
SystemUserWrapper(User user)
Create a new SystemUserWrapper. |
|
UserWrapper(User user)
Create a new UserWrapper. |
Uses of User in org.openwms.web.flex.security |
---|
Methods in org.openwms.web.flex.security that return User | |
---|---|
User |
SecurityContextHelper.getLoggedInUser()
Helper method for rich clients to extract the current User from the SecurityContext. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |