Uses of Interface
net.ramapuram.thomas.service.GenericManager

Packages that use GenericManager
net.ramapuram.thomas.service   
net.ramapuram.thomas.service.impl   
 

Uses of GenericManager in net.ramapuram.thomas.service
 

Subinterfaces of GenericManager in net.ramapuram.thomas.service
 interface RoleManager
          Business Service Interface to handle communication between web and persistence layer.
 interface UserManager
          Business Service Interface to handle communication between web and persistence layer.
 

Uses of GenericManager in net.ramapuram.thomas.service.impl
 

Classes in net.ramapuram.thomas.service.impl that implement GenericManager
 class GenericManagerImpl<T,PK extends Serializable>
          This class serves as the Base class for all other Managers - namely to hold common CRUD methods that they might all use.
 class RoleManagerImpl
          Implementation of RoleManager interface.
 class UserManagerImpl
          Implementation of UserManager interface.
 



Copyright © 2011. All Rights Reserved.