public class BemPublicServiceImpl extends java.lang.Object implements BemPublicService
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
BemPublicServiceImpl() |
Modifier and Type | Method and Description |
---|---|
BemVo |
recuperaBemByNumeroTipo(java.lang.Long numero,
java.lang.String tipo) |
BemVo |
recuperaBemCompradorPorNumero(java.lang.Long numero) |
java.util.List<BemVo> |
retornarTodos() |
private static final long serialVersionUID
public java.util.List<BemVo> retornarTodos() throws ErpServiceException
retornarTodos
in interface BemPublicService
ErpServiceException
public BemVo recuperaBemCompradorPorNumero(java.lang.Long numero) throws ErpServiceException
recuperaBemCompradorPorNumero
in interface BemPublicService
ErpServiceException
public BemVo recuperaBemByNumeroTipo(java.lang.Long numero, java.lang.String tipo) throws ErpServiceException
recuperaBemByNumeroTipo
in interface BemPublicService
ErpServiceException