lumis.portal.xslcache
Interface IXslCacheDao
- All Known Implementing Classes:
- XslCacheDaoJdbc
public interface IXslCacheDao
add
void add(XslCacheConfig xslCacheConfig,
ITransaction transaction)
throws DaoException,
PortalException
- Throws:
DaoException
PortalException
delete
void delete(String fileName,
ITransaction transaction)
throws DaoException,
PortalException
- Throws:
DaoException
PortalException
update
void update(XslCacheConfig xslCacheConfig,
ITransaction transaction)
throws DaoException,
PortalException
- Throws:
DaoException
PortalException
get
XslCacheConfig get(String fileName,
ITransaction transaction)
throws DaoException,
PortalException
- Throws:
DaoException
PortalException
Lumisportal 5.5.0.091130 - Copyright © 2001-2007, Lumis. All Rights Reserved.