jBPM Console NG - Human Tasks Backend 6.0.1.Final

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

java.lang.Object
  extended by org.jbpm.console.ng.ht.backend.server.GroupServiceEntryPointImpl
All Implemented Interfaces:
GroupServiceEntryPoint, IdentityService<Group>

@ApplicationScoped
public class GroupServiceEntryPointImpl
extends Object
implements GroupServiceEntryPoint


Constructor Summary
GroupServiceEntryPointImpl()
           
 
Method Summary
 List<Group> getAll()
           
 Group getById(String id)
           
 int getCount()
           
 List<Group> getGroupsByParent(String idParent)
           
 void remove(String id)
           
 void removeAll()
           
 void save(Group identity)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupServiceEntryPointImpl

public GroupServiceEntryPointImpl()
Method Detail

save

public void save(Group identity)
Specified by:
save in interface IdentityService<Group>

remove

public void remove(String id)
Specified by:
remove in interface IdentityService<Group>

removeAll

public void removeAll()
Specified by:
removeAll in interface IdentityService<Group>

getAll

public List<Group> getAll()
Specified by:
getAll in interface IdentityService<Group>

getById

public Group getById(String id)
Specified by:
getById in interface IdentityService<Group>

getCount

public int getCount()
Specified by:
getCount in interface IdentityService<Group>

getGroupsByParent

public List<Group> getGroupsByParent(String idParent)
Specified by:
getGroupsByParent in interface GroupServiceEntryPoint

jBPM Console NG - Human Tasks Backend 6.0.1.Final

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