org.jbpm.console.ng.ht.backend.server
Class UserServiceEntryPointImpl
java.lang.Object
org.jbpm.console.ng.ht.backend.server.UserServiceEntryPointImpl
- All Implemented Interfaces:
- IdentityService<User>, UserServiceEntryPoint
@ApplicationScoped
public class UserServiceEntryPointImpl
- extends Object
- implements UserServiceEntryPoint
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserServiceEntryPointImpl
public UserServiceEntryPointImpl()
save
public void save(User identity)
- Specified by:
save in interface IdentityService<User>
remove
public void remove(String id)
- Specified by:
remove in interface IdentityService<User>
removeAll
public void removeAll()
- Specified by:
removeAll in interface IdentityService<User>
getAll
public List<User> getAll()
- Specified by:
getAll in interface IdentityService<User>
getById
public User getById(String id)
- Specified by:
getById in interface IdentityService<User>
getCount
public int getCount()
- Specified by:
getCount in interface IdentityService<User>
getUsersByGroup
public List<User> getUsersByGroup(String idGroup)
- Specified by:
getUsersByGroup in interface UserServiceEntryPoint
getUsersByTypeRole
public List<User> getUsersByTypeRole(String idTypeRole)
- Specified by:
getUsersByTypeRole in interface UserServiceEntryPoint
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.