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 6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.