Package be.gaudry.dao.edu.derby
Class DerbyAdminFactory
java.lang.Object
be.gaudry.dao.edu.DAOFactory
be.gaudry.dao.edu.derby.DerbyFactory
be.gaudry.dao.edu.derby.DerbyAdminFactory
- All Implemented Interfaces:
IEduAdminDAO
,IEduDAO
,INotifier
,PropertyChangeListener
,EventListener
- Since:
- 1.0 13 oct. 2008
- Author:
- Steph GAUDRY
-
Field Summary
Fields inherited from class be.gaudry.dao.edu.derby.DerbyFactory
DB_NAME, VERSION
Fields inherited from class be.gaudry.dao.edu.DAOFactory
daoLanguageRB
-
Method Summary
Modifier and TypeMethodDescriptionstatic DerbyAdminFactory
Returns the specific persistent layer implementation ofISchoolDao
.Methods inherited from class be.gaudry.dao.edu.derby.DerbyFactory
create, finalize, getIConfigDao, getICourseDao, getInfos, getIPersonDao, getIPlanningDao, init
Methods inherited from class be.gaudry.dao.edu.DAOFactory
getDAOString, getLocaleString, propertyChange, registerMessageListener, removeMessageListener, reportProgress, reportProgress, reportProgress, reportProgress, setLanguage
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface be.gaudry.dao.edu.IEduDAO
getIConfigDao, getICourseDao, getInfos, getIPersonDao, getIPlanningDao, getLocaleString
Methods inherited from interface be.gaudry.model.thread.INotifier
reportProgress, reportProgress, reportProgress, reportProgress
-
Method Details
-
getInstance
-
getISchoolDao
Description copied from interface:IEduDAO
Returns the specific persistent layer implementation ofISchoolDao
.- Specified by:
getISchoolDao
in interfaceIEduAdminDAO
- Specified by:
getISchoolDao
in interfaceIEduDAO
- Overrides:
getISchoolDao
in classDerbyFactory
- Returns:
-