@Service public class TamplateSecaoService extends br.inf.thema.erp.infra.service.ManutencaoService<TamplateSecaoVo>
Modifier and Type | Field and Description |
---|---|
private TamplateSecaoDao |
tamplateSecaoDao |
Constructor and Description |
---|
TamplateSecaoService() |
Modifier and Type | Method and Description |
---|---|
br.inf.thema.erp.infra.dao.ManutencaoDao<TamplateSecaoVo> |
getDao() |
java.util.List<TamplateSecaoVo> |
recuperaAtivosPorModelo(java.lang.String modelo) |
@Autowired private TamplateSecaoDao tamplateSecaoDao
public br.inf.thema.erp.infra.dao.ManutencaoDao<TamplateSecaoVo> getDao()
public java.util.List<TamplateSecaoVo> recuperaAtivosPorModelo(java.lang.String modelo) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException