|
|||||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | ||||||||||
I
- INTEGER_WIDTH - Static variable in class com.ejie.r01f.util.NumberUtils
- INVOKE_METHOD_MODULE - Static variable in class com.ejie.r01f.rpcdispatcher.RPCConstants
- INVOKE_METHOD_RPC - Static variable in class com.ejie.r01f.rpcdispatcher.RPCConstants
- INVOKE_METHOD_SERVLET - Static variable in class com.ejie.r01f.rpcdispatcher.RPCConstants
- INVOKE_METHOD_URL - Static variable in class com.ejie.r01f.rpcdispatcher.RPCConstants
- IllegalClassException - exception com.ejie.r01f.exceptions.IllegalClassException.
- IllegalClassException() - Constructor for class com.ejie.r01f.exceptions.IllegalClassException
- IllegalClassException(Exception) - Constructor for class com.ejie.r01f.exceptions.IllegalClassException
- IllegalClassException(long, Exception) - Constructor for class com.ejie.r01f.exceptions.IllegalClassException
- IllegalClassException(String) - Constructor for class com.ejie.r01f.exceptions.IllegalClassException
- IllegalClassException(long, String) - Constructor for class com.ejie.r01f.exceptions.IllegalClassException
- IllegalClassException(String, Exception) - Constructor for class com.ejie.r01f.exceptions.IllegalClassException
- IllegalClassException(long, String, Exception) - Constructor for class com.ejie.r01f.exceptions.IllegalClassException
- Initializable - interface com.ejie.r01f.util.Initializable.
- Marker interfaz para definir objetos inicializables
- InitializeException - exception com.ejie.r01f.exceptions.InitializeException.
- Excepcion lanzada durante la inicialización de cualquier clase
- InitializeException() - Constructor for class com.ejie.r01f.exceptions.InitializeException
- InitializeException(Exception) - Constructor for class com.ejie.r01f.exceptions.InitializeException
- InitializeException(long, Exception) - Constructor for class com.ejie.r01f.exceptions.InitializeException
- InitializeException(String) - Constructor for class com.ejie.r01f.exceptions.InitializeException
- InitializeException(long, String) - Constructor for class com.ejie.r01f.exceptions.InitializeException
- InitializeException(String, Exception) - Constructor for class com.ejie.r01f.exceptions.InitializeException
- InitializeException(long, String, Exception) - Constructor for class com.ejie.r01f.exceptions.InitializeException
- id - Variable in class com.ejie.r01f.adapter.mappings.R01FEvent
- id - Variable in class com.ejie.r01f.adapter.mappings.R01FEventProperty
- id - Variable in class com.ejie.r01f.adapter.mappings.R01FGlobalProperty
- id - Variable in class com.ejie.r01f.adapter.mappings.R01FSystem
- id - Variable in class com.ejie.r01f.adapter.mappings.R01FTipology
- incorporateBitMapInfo(BaseBitMap) - Method in class com.ejie.r01f.util.BaseBitMap
- Incorpora la información de bitMap de otro objeto que se pasa como parámetro.
- incorporateBitMapInfo(BaseStringBitMap) - Method in class com.ejie.r01f.util.BaseStringBitMap
- Incorpora la informacion de otro bitmap
- increment() - Method in class com.ejie.r01f.guids.Key
- Incrementa el valor de la clave en una unidad.
- init(ServletConfig) - Method in class com.ejie.r01f.rpcdispatcher.RPCDispatcherServlet
- Initializes the servlet.
- init(ServletConfig) - Method in class com.ejie.r01f.servlet.download.DownloadServlet
- init(FilterConfig) - Method in class com.ejie.r01f.servlet.filter.authorization.R01FAuthServletFilter
- init(Properties) - Method in class com.ejie.r01f.servlet.filter.authorization.R01FBaseAuthProvider
- Inicializa el provider en base a unas propiedades
- init(ServletConfig) - Method in class com.ejie.r01f.servlet.serializer.AbstractSerializerServlet
- Inicialización del Servlet.
- init() - Method in class com.ejie.r01f.servlet.serializer.SerializerServlet
- Method init.
- init(ServletConfig) - Method in class com.ejie.r01f.servlet.upload.UploadServlet
- Inicializacion del Servlet
- initSearch(String) - Method in class com.ejie.r01f.rpcdispatcher.search.Search
- Utiliza la capa de persistencia de la busqueda para establecer un objeto Pager que relaciona las páginas encontradas en la búsqueda con el código del primer elemento de cada página.
- initSearch(String, SearchParameters) - Method in class com.ejie.r01f.rpcdispatcher.search.Search
- Utiliza la capa de persistencia de la busqueda para establecer un objeto Pager que relaciona las páginas encontradas en la búsqueda con el código del primer elemento de cada página
- initialize(RPCContext) - Method in class com.ejie.r01f.rpcdispatcher.RPCExec
- Inicializacion: Es llamada cuando se inicializa el servlet dispatcher (una sola vez).
- initialize(Object) - Static method in class com.ejie.r01f.util.ObjectUtils
- Se inicializan los miembros de un objeto.
- initializeInitializable(Object) - Static method in class com.ejie.r01f.util.ObjectUtils
- Se inicializan los miembros de un objeto.
- instance - Variable in class com.ejie.r01f.xml.marshalling.ClassInstance.MemberInstance
- instance - Variable in class com.ejie.r01f.xml.marshalling.ClassInstance
- intToBytes(int) - Static method in class com.ejie.r01f.util.NumberUtils
- Convierte un entero en un array de bytes NOTA: Devuelve el LSB (LessSignificantByte) en [0]
- invalidate() - Method in class com.ejie.r01f.rpcdispatcher.RPCContext
- Invalida el rpcContext
- invoke(Object, Method, Object[]) - Method in class com.ejie.r01f.sql.BLOBInvocationHandler
- Realiza la invocación del método del LOB llamado en el objeto sobre el que se está haciendo proxy (la implementación concreta ORACLE o WEBLOGIC) Cliente ---> [Proxy (presenta el interfaz del LOB] ---> Implementacion Concreta El cliente piensa que trata con el LOB "genuinio", pero en realidad está invocando al Proxy que a través del método invoke, llama al método correspondiente en la implementación cargada
- invoke(Object, Method, Object[]) - Method in class com.ejie.r01f.sql.CLOBInvocationHandler
- Realiza la invocación del método del LOB llamado en el objeto sobre el que se está haciendo proxy (la implementación concreta ORACLE o WEBLOGIC) Cliente ---> [Proxy (presenta el interfaz del LOB] ---> Implementacion Concreta El cliente piensa que trata con el LOB "genuinio", pero en realidad está invocando al Proxy que a través del método invoke, llama al método correspondiente en la implementación cargada
- invokeLocalHomeMethod(EJBLocalHome, String, Class[], Object[]) - Static method in class com.ejie.r01f.ejb.EJBAdapter
- Invoca a un metodo del interfaz home local
- invokeLocalMethod(EJBLocalObject, String, Class[], Object[]) - Static method in class com.ejie.r01f.ejb.EJBAdapter
- Invoca a un metodo del interfaz local
- invokeMethod(Object, Method, Object[]) - Static method in class com.ejie.r01f.reflection.ReflectionUtils
- Invoca un metodo sobre un objeto
- invokeMethod(Object, String, Class[], Object[]) - Static method in class com.ejie.r01f.reflection.ReflectionUtils
- Invoca un metodo sobre un objeto
- invokeRemoteHomeMethod(EJBHome, String, Class[], Object[]) - Static method in class com.ejie.r01f.ejb.EJBAdapter
- Invoca a un metodo del interfaz home remoto
- invokeRemoteMethod(EJBObject, String, Class[], Object[]) - Static method in class com.ejie.r01f.ejb.EJBAdapter
- Invoca a un metodo del interfaz remoto del ejb
- irJSP(String, HttpServletRequest) - Static method in class com.ejie.r01f.util.R01FRedirect
- irJSP(HashMap, String, HttpServletRequest) - Static method in class com.ejie.r01f.util.R01FRedirect
- irJSP(String) - Static method in class com.ejie.r01f.util.R01FRedirect
- irJSP(HashMap, String) - Static method in class com.ejie.r01f.util.R01FRedirect
- En este solo se le pasa la url del servlet y los parametros.
- irJSP(HashMap, String, HttpServletRequest, String) - Static method in class com.ejie.r01f.util.R01FRedirect
- En este se le pasa el request, para que se mantenga la session y podamos seguir con la paginacion.
- isArray(Class) - Static method in class com.ejie.r01f.reflection.ReflectionUtils
- Comprueba si una clase es un array
- isAttribute - Variable in class com.ejie.r01f.taglibs.xtags.objects.XTag
- isByte(String, int) - Static method in class com.ejie.r01f.util.NumberUtils
- Comprueba si una cadena es un byte
- isByte(String) - Static method in class com.ejie.r01f.util.NumberUtils
- Comprueba si una cadena es un byte
- isCDATA - Variable in class com.ejie.r01f.taglibs.xtags.objects.XTag
- isCDATA - Variable in class com.ejie.r01f.xml.marshalling.MemberMap
- isCDATA() - Method in class com.ejie.r01f.xmlbuilder.XMLNode
- isCollection() - Method in class com.ejie.r01f.xml.marshalling.MemberMap
- Devuelve true o false dependiendo si el miembro es una coleccion
- isEmpty() - Method in class com.ejie.r01f.process.AbstractExecQueue
- Comprueba si la cola está vacía
- isEmpty() - Method in class com.ejie.r01f.rpcdispatcher.search.SearchParameters
- isEmpty() - Method in class com.ejie.r01f.sql.objects.R01FQueryMap
- isEmpty() - Method in class com.ejie.r01f.util.StateMap
- Está vacío el mapa (no tiene en cuenta objetos borrados)
- isEmpty() - Method in class com.ejie.r01f.util.StringMap
- isEmpty() - Method in class com.ejie.r01f.util.XMap
- isEmpty() - Method in class com.ejie.r01f.xmlbuilder.XMLAttribute
- isEmpty() - Method in class com.ejie.r01f.xmlbuilder.XMLNode
- isEnded() - Method in class com.ejie.r01f.process.Job
- Indica si el trabajo se ha terminado
- isEven(int) - Static method in class com.ejie.r01f.util.NumberUtils
- Comprueba si un entero es par
- isEven(long) - Static method in class com.ejie.r01f.util.NumberUtils
- Comprueba si un long es par
- isFile() - Method in class com.ejie.r01f.servlet.upload.FilePart
- Devuelve si es un fichero o no
- isFile() - Method in class com.ejie.r01f.servlet.upload.Part
- Devuelve si la parte es un fichero
- isFinalInmutable(Class) - Static method in class com.ejie.r01f.reflection.ReflectionUtils
- Comprueba si un tipo es final inmutable: String, byte, short, integer, long, float, double, character o boolean
- isFloat(String, int) - Static method in class com.ejie.r01f.util.NumberUtils
- Comprueba si una cadena es un Float
- isInteger(String, int) - Static method in class com.ejie.r01f.util.NumberUtils
- Comprueba si una cadena es un entero
- isInteger(String) - Static method in class com.ejie.r01f.util.NumberUtils
- Comprueba si una cadena es un entero
- isList(Class) - Static method in class com.ejie.r01f.reflection.ReflectionUtils
- Comprueba si una clase implementa el interfaz list
- isList() - Method in class com.ejie.r01f.xml.marshalling.MemberMap
- Devuelve true o false, dependiendo si la clase es una lista
- isLong(String, int) - Static method in class com.ejie.r01f.util.NumberUtils
- Comprueba si una cadena es un Long
- isLong(String) - Static method in class com.ejie.r01f.util.NumberUtils
- Comprueba si una cadena es un Long
- isMap(Class) - Static method in class com.ejie.r01f.reflection.ReflectionUtils
- Comprueba si una clase implementa el interfaz map
- isMap() - Method in class com.ejie.r01f.xml.marshalling.MemberMap
- Devuelve true o false, dependiendo si la clase es un mapa
- isNumber(String) - Static method in class com.ejie.r01f.util.NumberUtils
- isOID - Variable in class com.ejie.r01f.xml.marshalling.MemberMap
- isOdd(int) - Static method in class com.ejie.r01f.util.NumberUtils
- Comprueba si un entero es impar
- isOdd(long) - Static method in class com.ejie.r01f.util.NumberUtils
- Comprueba si un long es impar
- isOverridingAuthorization() - Method in class com.ejie.r01f.servlet.filter.authorization.R01FAuthCtx
- Indica si se está "pasando" de la autorizacion, es decir, si en el fichero de configuracion de la aplicación se ha establecido el parametro override que indica que NO hay que hacer autorizacion
- isParam() - Method in class com.ejie.r01f.servlet.upload.ParamPart
- isParam() - Method in class com.ejie.r01f.servlet.upload.Part
- Devuelve si la parte es un parametro
- isShort(String, int) - Static method in class com.ejie.r01f.util.NumberUtils
- Comprueba si una cadena es un Short
- isSubClassOf(Class, Class) - Static method in class com.ejie.r01f.reflection.ReflectionUtils
- Recorre la jerarquia de herencia para ver si una clase es subclase de otra que se pasa como parametro
- isSubOrgOf(String) - Method in class com.ejie.r01f.servlet.filter.authorization.R01FOrgNodeCtx
- Comprueba si el nodo actual es una sub-organizacion (hija) de otra organización cuyo oid se pasa
- isSupraOrgOf(String) - Method in class com.ejie.r01f.servlet.filter.authorization.R01FOrgNodeCtx
- Comprueba si el nodo actual es supra-organizacion (padre) de otra organizacion cuyo oid se pasa
- isTextNode(Node) - Static method in class com.ejie.r01f.util.XMLUtils
- Decide if the node is text, and so must be handled specially
- isTokenValid(HttpServletRequest) - Static method in class com.ejie.r01f.rpcdispatcher.RPCTokenManager
- Comprueba si el token enviado por un cliente es valido y se puede procesar la peticion Si no hay token o hay cualquier problema siempre se devuelve true...
- isTransient - Variable in class com.ejie.r01f.xml.marshalling.MemberMap
- isValid() - Method in class com.ejie.r01f.servlet.filter.authorization.R01FAuthCtx
- Comprueba si el objeto es valido
- isValid() - Method in class com.ejie.r01f.servlet.filter.authorization.R01FOrgNodeCtx
- Comprueba si el objeto es valido
- isValid() - Method in class com.ejie.r01f.servlet.filter.authorization.R01FProfileCtx
- Comprueba si el objeto es valido
- isValid() - Method in class com.ejie.r01f.servlet.filter.authorization.R01FResourceAuthorization
- Comprueba si el objeto es valido
- isValid() - Method in class com.ejie.r01f.servlet.filter.authorization.R01FResourceCtx
- Comprueba si el objeto es valido
- isValid() - Method in class com.ejie.r01f.servlet.filter.authorization.R01FTargetCtx.ResourceCtx
- Comprueba si el objeto es valido
- isValid() - Method in class com.ejie.r01f.servlet.filter.authorization.R01FTargetCtx
- Comprueba si el objeto es valido
- isValid() - Method in class com.ejie.r01f.servlet.filter.authorization.R01FUserCtx
- Comprueba si el objeto es valido
|
|||||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | ||||||||||