@ApplicationScoped public class GroupServiceEntryPointImpl extends Object implements GroupServiceEntryPoint
Constructor and Description |
---|
GroupServiceEntryPointImpl() |
public void save(Group identity)
save
in interface IdentityService<Group>
public void remove(String id)
remove
in interface IdentityService<Group>
public void removeAll()
removeAll
in interface IdentityService<Group>
public List<Group> getAll()
getAll
in interface IdentityService<Group>
public Group getById(String id)
getById
in interface IdentityService<Group>
public int getCount()
getCount
in interface IdentityService<Group>
public List<Group> getGroupsByParent(String idParent)
getGroupsByParent
in interface GroupServiceEntryPoint
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.