@Service public class SecaoService extends br.inf.thema.erp.infra.service.ManutencaoService<Secao>
Modifier and Type | Field and Description |
---|---|
private SecaoDao |
secaoDao |
private static long |
serialVersionUID |
Constructor and Description |
---|
SecaoService() |
Modifier and Type | Method and Description |
---|---|
br.inf.thema.erp.infra.dao.ManutencaoDao<Secao> |
getDao() |
java.util.List<Secao> |
recuperarPorClausula(java.lang.Long clausula) |
private static final long serialVersionUID
@Autowired private SecaoDao secaoDao
public br.inf.thema.erp.infra.dao.ManutencaoDao<Secao> getDao()
public java.util.List<Secao> recuperarPorClausula(java.lang.Long clausula) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException