@Service public class AtributoProdutoService extends br.inf.thema.erp.infra.service.ManutencaoService<AtributoProdutoVo>
Modifier and Type | Field and Description |
---|---|
private AtributoProdutoDao |
atributoProdutoDao |
private static long |
serialVersionUID |
Constructor and Description |
---|
AtributoProdutoService() |
Modifier and Type | Method and Description |
---|---|
AtributoProdutoVo |
buscaCodigoComplemento(java.lang.Long atributo,
java.lang.String descricao) |
java.util.List<AtributoProdutoVo> |
buscaListaComplemento(java.lang.Long atributo) |
br.inf.thema.erp.infra.dao.ManutencaoDao<AtributoProdutoVo> |
getDao() |
private static final long serialVersionUID
@Autowired private AtributoProdutoDao atributoProdutoDao
public br.inf.thema.erp.infra.dao.ManutencaoDao<AtributoProdutoVo> getDao()
public java.util.List<AtributoProdutoVo> buscaListaComplemento(java.lang.Long atributo) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public AtributoProdutoVo buscaCodigoComplemento(java.lang.Long atributo, java.lang.String descricao) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException