public class XslCacheDaoJdbc extends Object implements IXslCacheDao
Constructor and Description |
---|
XslCacheDaoJdbc() |
Modifier and Type | Method and Description |
---|---|
void |
add(XslCacheConfig xslCacheConfig,
ITransaction transaction) |
void |
delete(String fileName,
ITransaction transaction) |
XslCacheConfig |
get(String fileName,
ITransaction transaction) |
void |
update(XslCacheConfig xslCacheConfig,
ITransaction transaction) |
public void add(XslCacheConfig xslCacheConfig, ITransaction transaction) throws DaoException, PortalException
add
in interface IXslCacheDao
DaoException
PortalException
public void delete(String fileName, ITransaction transaction) throws DaoException, PortalException
delete
in interface IXslCacheDao
DaoException
PortalException
public void update(XslCacheConfig xslCacheConfig, ITransaction transaction) throws DaoException, PortalException
update
in interface IXslCacheDao
DaoException
PortalException
public XslCacheConfig get(String fileName, ITransaction transaction) throws DaoException, PortalException
get
in interface IXslCacheDao
DaoException
PortalException
Lumisportal 7.1.1.140331 - Copyright © 2006–2014 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.