|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | ||
|---|---|---|
|
PersistentServiceFactory.createPersistentService(Class<T> clazz)
Creates a PersistentService with default transaction attributes |
|
|
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 | ||
|---|---|---|
|
PersistentServiceFactory.makeTransactionalProxy(PersistentService<T,Serializable> service)
Creates a default transactional proxy for service with default transacction attributes |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||