org.jbpm.console.ng.ht.backend.server
Class GroupServiceEntryPointImpl
java.lang.Object
org.jbpm.console.ng.ht.backend.server.GroupServiceEntryPointImpl
- All Implemented Interfaces:
- GroupServiceEntryPoint, IdentityService<Group>
@ApplicationScoped
public class GroupServiceEntryPointImpl
- extends Object
- implements GroupServiceEntryPoint
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GroupServiceEntryPointImpl
public GroupServiceEntryPointImpl()
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
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.