Uses of Package
com.acsinet_solutions.cetia4.service

Packages that use com.acsinet_solutions.cetia4.service
com.acsinet_solutions.cetia4.controller Generic utility classes for servlet and portlet environments. 
com.acsinet_solutions.cetia4.controller.rest Main implementation package of the REST framework. 
com.acsinet_solutions.cetia4.controller.rest.support Implementation of reusable classes specific to the REST framework. 
com.acsinet_solutions.cetia4.controller.security Security related interfaces and generic services. 
com.acsinet_solutions.cetia4.controller.support Implementation of servlets and other classes that are not REST specific, so they may be reused on portlet or other environments. 
com.acsinet_solutions.cetia4.service This package defines some basic services and facilities that are used at some point on the framework. 
com.acsinet_solutions.cetia4.service.impl Simple generic implementations of services whose interfaces are defined in the parent package. 
com.acsinet_solutions.cetia4.service.spring This package holds Spring Framework related functionality. 
com.acsinet_solutions.cetia4.test.controller   
 

Classes in com.acsinet_solutions.cetia4.service used by com.acsinet_solutions.cetia4.controller
ServiceLocator
          Base interface for service locator interfaces.
UserSessionManager
          UserSession Manager definition.
 

Classes in com.acsinet_solutions.cetia4.service used by com.acsinet_solutions.cetia4.controller.rest
ServiceLocator
          Base interface for service locator interfaces.
UserSessionManager
          UserSession Manager definition.
 

Classes in com.acsinet_solutions.cetia4.service used by com.acsinet_solutions.cetia4.controller.rest.support
CatalogManagerFactory
          Factory interface for CatalogManager instances
ServiceLocator
          Base interface for service locator interfaces.
 

Classes in com.acsinet_solutions.cetia4.service used by com.acsinet_solutions.cetia4.controller.security
UserSession
          Defines the basic methods of a user session.
 

Classes in com.acsinet_solutions.cetia4.service used by com.acsinet_solutions.cetia4.controller.support
ServiceLocator
          Base interface for service locator interfaces.
 

Classes in com.acsinet_solutions.cetia4.service used by com.acsinet_solutions.cetia4.service
CatalogManager
          Interface for managers that implement a generic manager ( or DAO ) over a IntKeyDTO instance.
InvalidUserException
          This exception indicates that a user is not valid.
NotificationException
          Generic notification exception.
ServiceLocator
          Base interface for service locator interfaces.
UserSession
          Defines the basic methods of a user session.
 

Classes in com.acsinet_solutions.cetia4.service used by com.acsinet_solutions.cetia4.service.impl
CatalogManager
          Interface for managers that implement a generic manager ( or DAO ) over a IntKeyDTO instance.
InvalidUserException
          This exception indicates that a user is not valid.
NotificationException
          Generic notification exception.
NotificationManager
          A very simple notification management service.
TextFactory
          Text factory definition
UserSession
          Defines the basic methods of a user session.
UserSessionManager
          UserSession Manager definition.
 

Classes in com.acsinet_solutions.cetia4.service used by com.acsinet_solutions.cetia4.service.spring
ServiceLocator
          Base interface for service locator interfaces.
ServiceLocatorFactory
          Represents a factory for a concrete service locator instance.
 

Classes in com.acsinet_solutions.cetia4.service used by com.acsinet_solutions.cetia4.test.controller
ServiceLocator
          Base interface for service locator interfaces.