public interface IModelDao
Modifier and Type | Method and Description |
---|---|
void |
addOrUpdate(Model model,
ITransaction transaction) |
boolean |
delete(String modelId,
ITransaction transaction) |
Model |
get(String modelId,
ITransaction transaction) |
void addOrUpdate(Model model, ITransaction transaction) throws DaoException, PortalException
model
- transaction
- DaoException
PortalException
Model get(String modelId, ITransaction transaction) throws DaoException, PortalException
modelId
- transaction
- DaoException
PortalException
boolean delete(String modelId, ITransaction transaction) throws DaoException, PortalException
modelId
- transaction
- DaoException
PortalException
Lumisportal 11.0.0.180924 - Copyright © 2006–2018 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.