@Service public class ItemLoteOrdemService extends br.inf.thema.erp.infra.service.ManutencaoService<ItemLoteOrdemVo>
Modifier and Type | Field and Description |
---|---|
private ItemLoteOrdemDao |
itemLoteOrdemDao |
private static long |
serialVersionUID |
Constructor and Description |
---|
ItemLoteOrdemService() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
gerarOrdemLote(java.lang.Long sequencia,
GerarOrdemFornecimentoPedidoCompra entidade) |
br.inf.thema.erp.infra.dao.ManutencaoDao<ItemLoteOrdemVo> |
getDao() |
java.util.Map<java.lang.String,java.lang.Object> |
incluirOrdemLote(java.lang.Long lote,
java.lang.String exercicio,
java.lang.Long numero) |
java.util.Map<java.lang.String,java.lang.Object> |
informacaoLoteOrdem(java.lang.String exercicioLote,
java.lang.Long numeroLote) |
java.util.Map<java.lang.String,java.lang.Object> |
validaOrdemLote(java.lang.Long sequencia,
GerarOrdemFornecimentoPedidoCompra entidade) |
private static final long serialVersionUID
@Autowired private ItemLoteOrdemDao itemLoteOrdemDao
public br.inf.thema.erp.infra.dao.ManutencaoDao<ItemLoteOrdemVo> getDao()
public java.util.Map<java.lang.String,java.lang.Object> incluirOrdemLote(java.lang.Long lote, java.lang.String exercicio, java.lang.Long numero) 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 java.util.Map<java.lang.String,java.lang.Object> validaOrdemLote(java.lang.Long sequencia, GerarOrdemFornecimentoPedidoCompra 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 java.lang.String gerarOrdemLote(java.lang.Long sequencia, GerarOrdemFornecimentoPedidoCompra entidade) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public java.util.Map<java.lang.String,java.lang.Object> informacaoLoteOrdem(java.lang.String exercicioLote, java.lang.Long numeroLote) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException