@Controller(value="recebimentoDocumentoAbaM")
@Scope(value="session")
public class RecebimentoDocumentoAbaMBean
extends <any>
Modifier and Type | Field and Description |
---|---|
private RecebimentoDocumentoService |
recebimentoDocumentoService |
private static long |
serialVersionUID |
Constructor and Description |
---|
RecebimentoDocumentoAbaMBean() |
Modifier and Type | Method and Description |
---|---|
BaseService |
getService() |
java.util.List<RecebimentoDocumentoVo> |
recuperar(java.util.Map<java.lang.String,java.lang.Object> parametros) |
private static final long serialVersionUID
@Autowired private RecebimentoDocumentoService recebimentoDocumentoService
public java.util.List<RecebimentoDocumentoVo> recuperar(java.util.Map<java.lang.String,java.lang.Object> parametros) throws ErpException
ErpException
public BaseService getService()