It use the singleton pattern to facilitate its use. The singleton is registered in the ApplicationContextManager to avoid class GC.
Definition at line 51 of file FODBBaseDataFactory.java.
Public Member Functions | |
BaseData[] | getAllBaseData () throws DatabaseException |
BaseData | getBaseData (String id) throws DatabaseException |
void | storeBaseData (BaseData data) throws DatabaseException |
call by synchro server to create the representant DB | |
void | deleteBaseData (String id) throws DatabaseException |
Static Public Member Functions | |
static FODBBaseDataFactory | getManager () |