public interface IControlDao
Modifier and Type | Method and Description |
---|---|
void |
addOrUpdate(ControlConfig definition,
ITransaction daoTransaction) |
void |
delete(String controlId,
ITransaction daoTransaction) |
ControlConfig |
get(String controlId,
ITransaction daoTransaction) |
void addOrUpdate(ControlConfig definition, ITransaction daoTransaction) throws DaoException, PortalException
DaoException
PortalException
void delete(String controlId, ITransaction daoTransaction) throws DaoException, PortalException
DaoException
PortalException
ControlConfig get(String controlId, ITransaction daoTransaction) throws DaoException, PortalException
DaoException
PortalException
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.