jBPM Console NG - Human Tasks Backend 6.1.0.CR1

org.jbpm.console.ng.ht.backend.server
Class UserServiceEntryPointImpl

java.lang.Object
  extended by org.jbpm.console.ng.ht.backend.server.UserServiceEntryPointImpl
All Implemented Interfaces:
IdentityService<User>, UserServiceEntryPoint

@ApplicationScoped
public class UserServiceEntryPointImpl
extends Object
implements UserServiceEntryPoint


Constructor Summary
UserServiceEntryPointImpl()
           
 
Method Summary
 List<User> getAll()
           
 User getById(String id)
           
 int getCount()
           
 List<User> getUsersByGroup(String idGroup)
           
 List<User> getUsersByTypeRole(String idTypeRole)
           
 void remove(String id)
           
 void removeAll()
           
 void save(User identity)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserServiceEntryPointImpl

public UserServiceEntryPointImpl()
Method Detail

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

jBPM Console NG - Human Tasks Backend 6.1.0.CR1

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.