Serialized Form


Package org.bsf.listOfValues

Class org.bsf.listOfValues.LovBean extends org.bsf.commons.ejb.EntityAdapterBean implements Serializable

Serialized Fields

JNDI_DATABASE_NAME

java.lang.String JNDI_DATABASE_NAME
The JNDI name used to retrieve a connection to the database.

See Also:
Constant Field Values

_sortedLov

java.util.Vector _sortedLov
Used as a cache to store the results of the executed SQL to prevent the reexecution of the SQL statement each time the same LOV is requested).


_lov

java.util.HashMap _lov
Stores the lovValues in their "mapped" (OID, LovValue) form (a HashMap) to prevent remapping each time the map is requested.


_metaData

java.util.List _metaData
Stores the metadata (field name, position...) for this list of values.

Class org.bsf.listOfValues.LovMetaDataItem extends java.lang.Object implements Serializable

Serialized Fields

_fieldName

java.lang.String _fieldName

_fieldType

java.lang.String _fieldType

Class org.bsf.listOfValues.LovServiceBean extends org.bsf.commons.ejb.SessionAdapterBean implements Serializable

Serialized Fields

_lovEntityLocalHome

LOVLocalHome _lovEntityLocalHome

JNDI_DATABASE_NAME

java.lang.String JNDI_DATABASE_NAME
See Also:
Constant Field Values


Package org.bsf.listOfValues.exceptions

Class org.bsf.listOfValues.exceptions.NoSuchLovException extends java.lang.Exception implements Serializable

Class org.bsf.listOfValues.exceptions.NoSuchLovValueException extends java.lang.Exception implements Serializable


Package org.bsf.listOfValues.lovValue

Class org.bsf.listOfValues.lovValue.DefaultLovValue extends java.lang.Object implements Serializable

Serialized Fields

_pk

java.lang.Object _pk

_fields

java.util.HashMap _fields