Uses of Interface
com.gisgraphy.service.UniversalManager

Packages that use UniversalManager
com.gisgraphy.service   
com.gisgraphy.service.impl   
 

Uses of UniversalManager in com.gisgraphy.service
 

Subinterfaces of UniversalManager in com.gisgraphy.service
 interface LookupManager
          Business Service Interface to talk to persistence layer and retrieve values for drop-down choice lists.
 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 UniversalManager in com.gisgraphy.service.impl
 

Classes in com.gisgraphy.service.impl that implement UniversalManager
 class LookupManagerImpl
          Implementation of LookupManager interface to talk to the persistence layer.
 class RoleManagerImpl
          Implementation of RoleManager interface.
 class UniversalManagerImpl
          Base class for Business Services - use this class for utility methods and generic CRUD methods.
 class UserManagerImpl
          Implementation of UserManager interface.
 



Copyright © 2012. All Rights Reserved.