@Service
public class PagamentoTerceiroNaturezaService
extends <any>
Modifier and Type | Field and Description |
---|---|
private PagamentoTerceiroNaturezaDao |
pagamentoTerceiroNaturezaDao |
private static long |
serialVersionUID |
Constructor and Description |
---|
PagamentoTerceiroNaturezaService() |
Modifier and Type | Method and Description |
---|---|
<any> |
getDao() |
java.lang.String |
recuperaDescricao(java.lang.Long natureza)
recuperar uma Pagamento Terceiro Natureza
|
java.util.List<PagamentoTerceiroNatureza> |
suggestionCodigoDescricao(java.lang.Object parametro)
suggestion Pagamento Terceiro Natureza
|
private static final long serialVersionUID
@Autowired private PagamentoTerceiroNaturezaDao pagamentoTerceiroNaturezaDao
public <any> getDao()
public java.util.List<PagamentoTerceiroNatureza> suggestionCodigoDescricao(java.lang.Object parametro) throws ErpDaoException
parametro
- (codigo ou descrição)ErpServiceException
ErpDaoException
public java.lang.String recuperaDescricao(java.lang.Long natureza) throws ErpDaoException
Lonh
- naturezaErpServiceException
ErpDaoException