@Service public class GuardaBemService extends br.inf.thema.erp.infra.service.ManutencaoFiltroService<GuardaBemVo>
GuardaBemVo
Modifier and Type | Field and Description |
---|---|
private GuardaBemDao |
guardaBemDao |
private static long |
serialVersionUID |
Constructor and Description |
---|
GuardaBemService() |
Modifier and Type | Method and Description |
---|---|
void |
cancelaGuarda(GuardaBemVo entidade) |
br.inf.thema.erp.infra.dao.ManutencaoDao<GuardaBemVo> |
getDao() |
void |
liberaGuarda(GuardaBemVo entidade) |
filtrar, filtrar
private static final long serialVersionUID
@Autowired private GuardaBemDao guardaBemDao
public br.inf.thema.erp.infra.dao.ManutencaoDao<GuardaBemVo> getDao()
@Transactional(rollbackFor={java.lang.RuntimeException.class,java.lang.Exception.class}) public void liberaGuarda(GuardaBemVo entidade) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
@Transactional(rollbackFor={java.lang.RuntimeException.class,java.lang.Exception.class}) public void cancelaGuarda(GuardaBemVo entidade) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException