jp.terasoluna.fw.web.codelist
Interface ReloadableCodeListLoader

All Superinterfaces:
CodeListLoader
All Known Implementing Classes:
DBCodeListLoader

public interface ReloadableCodeListLoader
extends CodeListLoader

Interface of code list function which reloads the code list.

Reloads the code list.


Method Summary
 void reload()
          Reloads the code list.

Code list is the unique information in the application. Implementation should be done in such a way that there should be no impact even if the contents of code list are edited.

 
Methods inherited from interface jp.terasoluna.fw.web.codelist.CodeListLoader
getCodeBeans, load
 

Method Detail

reload

void reload()
Reloads the code list.

Code list is the unique information in the application. Implementation should be done in such a way that there should be no impact even if the contents of code list are edited.