@Service public class CatalogoMateriaisService extends br.inf.thema.erp.infra.service.ManutencaoFiltroService<CatalogoMateriais>
Modifier and Type | Field and Description |
---|---|
private CatalogoMateriaisDao |
catalogoMateriaisDao |
private static long |
serialVersionUID |
Constructor and Description |
---|
CatalogoMateriaisService() |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
countCatalogoProduto(java.util.Map<java.lang.String,java.lang.Object> map) |
java.lang.Long |
countCatalogoProdutoPorCodigoLocal(java.lang.String codigoLocal,
java.lang.Long produto) |
java.lang.Long |
countCatalogoProdutoPorUsuario(java.lang.Long produto) |
br.inf.thema.erp.infra.dao.ManutencaoDao<CatalogoMateriais> |
getDao() |
java.util.List<CatalogoMateriais> |
recuperarCatalogoUsuarioDistinoTipoProduto(java.lang.String tipoProduto,
java.lang.Long localDestino) |
java.util.List<CatalogoMateriaisVo> |
suggestionCatalogoProduto(java.lang.String codigoLocal,
java.lang.String descricaoProduto) |
filtrar, filtrar
private static final long serialVersionUID
@Autowired private CatalogoMateriaisDao catalogoMateriaisDao
public br.inf.thema.erp.infra.dao.ManutencaoDao<CatalogoMateriais> getDao()
public java.lang.Long countCatalogoProduto(java.util.Map<java.lang.String,java.lang.Object> map) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.util.List<CatalogoMateriaisVo> suggestionCatalogoProduto(java.lang.String codigoLocal, java.lang.String descricaoProduto) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.lang.Long countCatalogoProdutoPorCodigoLocal(java.lang.String codigoLocal, java.lang.Long produto) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.lang.Long countCatalogoProdutoPorUsuario(java.lang.Long produto) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.util.List<CatalogoMateriais> recuperarCatalogoUsuarioDistinoTipoProduto(java.lang.String tipoProduto, java.lang.Long localDestino) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException