|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
CodeListLoader | Interface of code list function.
Loads the code list. Returns the code list which is loaded. |
ReloadableCodeListLoader | Interface of code list function which reloads the code list. Reloads the code list. |
Class Summary | |
---|---|
CodeBean | Bean class which retains the code and code value (display string). |
DBCodeListLoader | Implementation class of ReloadableCodeListLoader
which initializes the code list information by using database. |
DBCodeListQuery | RDBMS operation class that fetches the code list from the database
Code list can be fetched from the database by specifying the SQL statement and data source to be used to connect with database as constructor.
This class is used only in
DBCodeListLoader .
|
MappedCodeListLoader | Implementation class of CodeListLoader
that initializes the code list information in Map .For creating the codelist by using this class, use MappedCodeListLoader.setCodeListMap(Map) method and
provide the code list information in Map format and then execute MappedCodeListLoader.load() . |
Related to the code list function of Web version.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |