@Service public class BloqueioProdutoItemService extends br.inf.thema.erp.infra.service.ManutencaoService<BloqueioProdutoItem>
Modifier and Type | Field and Description |
---|---|
private BloqueioProdutoItemDao |
bloqueioProdutoItemDao |
private static long |
serialVersionUID |
Constructor and Description |
---|
BloqueioProdutoItemService() |
Modifier and Type | Method and Description |
---|---|
void |
desbloquearProdutoItem(java.lang.Long sequencia,
java.lang.Double quantidade) |
br.inf.thema.erp.infra.dao.ManutencaoDao<BloqueioProdutoItem> |
getDao() |
java.util.List<BloqueioProdutoItem> |
recuperarListaDesbloqueioItem(java.lang.Long sequencia) |
java.util.Map<java.lang.String,java.lang.Object> |
validaProdutoItem(java.lang.Long produto,
java.lang.Long almoxarifado) |
private static final long serialVersionUID
@Autowired private BloqueioProdutoItemDao bloqueioProdutoItemDao
public br.inf.thema.erp.infra.dao.ManutencaoDao<BloqueioProdutoItem> getDao()
@Transactional(rollbackFor={java.lang.RuntimeException.class,java.lang.Exception.class}) public void desbloquearProdutoItem(java.lang.Long sequencia, java.lang.Double quantidade) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.util.List<BloqueioProdutoItem> recuperarListaDesbloqueioItem(java.lang.Long sequencia) 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> validaProdutoItem(java.lang.Long produto, java.lang.Long almoxarifado) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException