@ApplicationScoped public class UserServiceEntryPointImpl extends Object implements UserServiceEntryPoint
Constructor and Description |
---|
UserServiceEntryPointImpl() |
public void save(User identity)
save
in interface IdentityService<User>
public void remove(String id)
remove
in interface IdentityService<User>
public void removeAll()
removeAll
in interface IdentityService<User>
public List<User> getAll()
getAll
in interface IdentityService<User>
public User getById(String id)
getById
in interface IdentityService<User>
public int getCount()
getCount
in interface IdentityService<User>
public List<User> getUsersByGroup(String idGroup)
getUsersByGroup
in interface UserServiceEntryPoint
public List<User> getUsersByTypeRole(String idTypeRole)
getUsersByTypeRole
in interface UserServiceEntryPoint
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.