Uses of Interface
jp.terasoluna.fw.web.codelist.CodeListLoader

Packages that use CodeListLoader
jp.terasoluna.fw.web.codelist Related to the code list function of Web version  
 

Uses of CodeListLoader in jp.terasoluna.fw.web.codelist
 

Subinterfaces of CodeListLoader in jp.terasoluna.fw.web.codelist
 interface ReloadableCodeListLoader
          Interface of code list function that reloads the code list.

Reloads the code list.

 

Classes in jp.terasoluna.fw.web.codelist that implement CodeListLoader
 class DBCodeListLoader
           Implementation class of ReloadableCodeListLoader initializes the code list information by using the database.
 class MappedCodeListLoader
           Implementation class of CodeListLoader initializes the code list information in Map.

For creating the code list by using this class, provide the code list information in Map format by using MappedCodeListLoader.setCodeListMap(Map) method and execute MappedCodeListLoader.load().