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