es.mcu.yingo.campos.listadores
Class ListadorHqlXml

java.lang.Object
  extended by es.mcu.yingo.campos.listadores.ListadorHql
      extended by es.mcu.yingo.campos.listadores.ListadorHqlXml
All Implemented Interfaces:
Listador

public class ListadorHqlXml
extends ListadorHql

Obtiene una lista a partir de una consulata que obtiene una colección de objetos que representan un nodo xml

Author:
miguel.esteban

Field Summary
 
Fields inherited from class es.mcu.yingo.campos.listadores.ListadorHql
logger
 
Constructor Summary
ListadorHqlXml()
           
 
Method Summary
protected  java.util.List _getList(java.lang.String codExpediente)
          Obtiene la propiedad del objeto.
 
Methods inherited from class es.mcu.yingo.campos.listadores.ListadorHql
crearLista, getConsultaHQL, getDaoConsultas, getList, isConParametroExpediente, setConParametroExpediente, setConsultaHQL, setDaoConsultas
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListadorHqlXml

public ListadorHqlXml()
Method Detail

_getList

protected java.util.List _getList(java.lang.String codExpediente)
                           throws java.lang.Exception
Description copied from class: ListadorHql
Obtiene la propiedad del objeto. Si el objeto es un array obtendrá el valor del array que esté en el indice que corresponde al valor entero transformando a número la cadena cargada en la propiedad. Si no se obtiene la propiedad del objeto

Overrides:
_getList in class ListadorHql
Returns:
List
Throws:
java.lang.Exception