@Service public class ModulosServicoService extends br.inf.thema.erp.infra.service.ManutencaoService<ModulosServico>
Modifier and Type | Field and Description |
---|---|
private LinhasTipoServicoDao |
linhasTipoServicoDao |
private ModulosServicoDao |
modulosServicoDao |
private static long |
serialVersionUID |
Constructor and Description |
---|
ModulosServicoService() |
Modifier and Type | Method and Description |
---|---|
void |
apagarModuloELinha(ModulosServico modulo) |
void |
apagarTodosModuloETodasLinha(java.lang.Long tipoServico) |
java.lang.Long |
consultaSeExisteSuperior(java.lang.Long sequencia) |
java.lang.Long |
consultaSeExisteTipoServico(java.lang.Long codigo) |
br.inf.thema.erp.infra.dao.ManutencaoDao<ModulosServico> |
getDao() |
java.util.List<ModulosServico> |
getListaSuperior(java.lang.Long tipoServico) |
java.util.List<ModulosServicoVo> |
getParametrosLinhasEconomicidade(java.lang.Long tipoServico,
java.lang.Long movimento) |
private static final long serialVersionUID
@Autowired private ModulosServicoDao modulosServicoDao
@Autowired private LinhasTipoServicoDao linhasTipoServicoDao
public br.inf.thema.erp.infra.dao.ManutencaoDao<ModulosServico> getDao()
public java.lang.Long consultaSeExisteSuperior(java.lang.Long sequencia) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.util.List<ModulosServico> getListaSuperior(java.lang.Long tipoServico) 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 apagarModuloELinha(ModulosServico modulo) 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 apagarTodosModuloETodasLinha(java.lang.Long tipoServico) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.lang.Long consultaSeExisteTipoServico(java.lang.Long codigo) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.util.List<ModulosServicoVo> getParametrosLinhasEconomicidade(java.lang.Long tipoServico, java.lang.Long movimento) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException