lumis.portal.xslcache
Class XslCacheDaoJdbc
java.lang.Object
lumis.portal.xslcache.XslCacheDaoJdbc
- All Implemented Interfaces:
- IXslCacheDao
public class XslCacheDaoJdbc
- extends Object
- implements IXslCacheDao
Xslcache DAO implementation for JDBC.
- Since:
- 4.0.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XslCacheDaoJdbc
public XslCacheDaoJdbc()
add
public void add(XslCacheConfig xslCacheConfig,
ITransaction transaction)
throws DaoException,
PortalException
- Specified by:
add
in interface IXslCacheDao
- Throws:
DaoException
PortalException
delete
public void delete(String fileName,
ITransaction transaction)
throws DaoException,
PortalException
- Specified by:
delete
in interface IXslCacheDao
- Throws:
DaoException
PortalException
update
public void update(XslCacheConfig xslCacheConfig,
ITransaction transaction)
throws DaoException,
PortalException
- Specified by:
update
in interface IXslCacheDao
- Throws:
DaoException
PortalException
get
public XslCacheConfig get(String fileName,
ITransaction transaction)
throws DaoException,
PortalException
- Specified by:
get
in interface IXslCacheDao
- Throws:
DaoException
PortalException
Lumisportal 5.5.0.091130 - Copyright © 2001-2007, Lumis. All Rights Reserved.