Uses of Interface
info.joseluismartin.service.PersistentService

Packages that use PersistentService
info.joseluismartin.logic   
info.joseluismartin.reporting   
info.joseluismartin.service   
 

Uses of PersistentService in info.joseluismartin.logic
 

Classes in info.joseluismartin.logic that implement PersistentService
 class PersistentManager<T,PK extends Serializable>
          Base class for Services that wrappers persistent operations to DAO.
 class ReportManager
          Report Serivice Implementation
 

Uses of PersistentService in info.joseluismartin.reporting
 

Methods in info.joseluismartin.reporting that return PersistentService
 PersistentService<T,PK> ReportDataProvider.getDataSource()
          Returns the data source used by this object
 

Uses of PersistentService in info.joseluismartin.service
 

Subinterfaces of PersistentService in info.joseluismartin.service
 interface ReportService
           
 

Methods in info.joseluismartin.service that return PersistentService
<T> PersistentService<T,Serializable>
PersistentServiceFactory.createPersistentService(Class<T> clazz)
          Creates a PersistentService with default transaction attributes
<T> PersistentService<T,Serializable>
PersistentServiceFactory.makeTransactionalProxy(PersistentService<T,Serializable> service)
          Creates a default transactional proxy for service with default transacction attributes
 

Methods in info.joseluismartin.service with parameters of type PersistentService
<T> PersistentService<T,Serializable>
PersistentServiceFactory.makeTransactionalProxy(PersistentService<T,Serializable> service)
          Creates a default transactional proxy for service with default transacction attributes
 



Copyright © 2012 JDAL. All Rights Reserved.