Uses of Interface
org.appfuse.service.GenericManager

Packages that use GenericManager
org.appfuse.service   
org.appfuse.service.impl   
 

Uses of GenericManager in org.appfuse.service
 

Subinterfaces of GenericManager in org.appfuse.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 org.appfuse.service.impl
 

Classes in org.appfuse.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 © 2003-2011. All Rights Reserved.