Uses of Interface
com.acsinet_solutions.cetia4.service.CatalogManager

Packages that use CatalogManager
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. 
 

Uses of CatalogManager in com.acsinet_solutions.cetia4.service
 

Methods in com.acsinet_solutions.cetia4.service that return CatalogManager
 CatalogManager CatalogManagerFactory.getCatalogManager()
          Obtain a reference to the service
 

Uses of CatalogManager in com.acsinet_solutions.cetia4.service.impl
 

Classes in com.acsinet_solutions.cetia4.service.impl that implement CatalogManager
 class CatalogManagerImpl
          A generic Hibernate based implementation of a simple key based catalog manager.