|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.ramapuram.thomas.service.impl.GenericManagerImpl<Role,java.lang.Long>
net.ramapuram.thomas.service.impl.RoleManagerImpl
@Service(value="roleManager") public class RoleManagerImpl
Implementation of RoleManager interface.
| Field Summary |
|---|
| Fields inherited from class net.ramapuram.thomas.service.impl.GenericManagerImpl |
|---|
dao, log |
| Constructor Summary | |
|---|---|
RoleManagerImpl(RoleDao roleDao)
|
|
| Method Summary | |
|---|---|
Role |
getRole(java.lang.String rolename)
|
java.util.List<Role> |
getRoles(Role role)
|
void |
removeRole(java.lang.String rolename)
|
Role |
saveRole(Role role)
|
| Methods inherited from class net.ramapuram.thomas.service.impl.GenericManagerImpl |
|---|
exists, get, getAll, remove, save, search |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface net.ramapuram.thomas.service.GenericManager |
|---|
exists, get, getAll, remove, save, search |
| Constructor Detail |
|---|
public RoleManagerImpl(RoleDao roleDao)
| Method Detail |
|---|
public java.util.List<Role> getRoles(Role role)
getRoles in interface RoleManagerpublic Role getRole(java.lang.String rolename)
getRole in interface RoleManagerpublic Role saveRole(Role role)
saveRole in interface RoleManagerpublic void removeRole(java.lang.String rolename)
removeRole in interface RoleManager
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||