@Service public class CatalogoItemService extends br.inf.thema.erp.infra.service.ManutencaoService<CatalogoItemVo>
Modifier and Type | Field and Description |
---|---|
private CatalogoItemDao |
catalogoItemDao |
private static long |
serialVersionUID |
Constructor and Description |
---|
CatalogoItemService() |
Modifier and Type | Method and Description |
---|---|
br.inf.thema.erp.infra.dao.ManutencaoDao<CatalogoItemVo> |
getDao() |
java.util.List<CatalogoItemVo> |
recuperarItensCatalogo(java.lang.String tipoProduto,
java.lang.Long localDestino,
java.lang.Long sequenciaCatalogo) |
private static final long serialVersionUID
@Autowired private CatalogoItemDao catalogoItemDao
public br.inf.thema.erp.infra.dao.ManutencaoDao<CatalogoItemVo> getDao()
public java.util.List<CatalogoItemVo> recuperarItensCatalogo(java.lang.String tipoProduto, java.lang.Long localDestino, java.lang.Long sequenciaCatalogo) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException