Package be.gaudry.dao.edu
Interface IEduDAO
- All Superinterfaces:
INotifier
- All Known Subinterfaces:
IEduAdminDAO
- All Known Implementing Classes:
DAOAdminFactory
,DAOFactory
,DerbyAdminFactory
,DerbyFactory
Provides a contract for giving specific persistent layer implementations to manage of persistent data used
into EducaBrol application.
Some administration restricted features are not available here, but in another specific project.
Some administration restricted features are not available here, but in another specific project.
- Since:
- 1.0 Jan 5, 2009
- Author:
- Steph GAUDRY
-
Method Summary
Modifier and TypeMethodDescriptionReturns the specific persistent layer implementation ofIConfigDao
.Returns the specific persistent layer implementation ofICourse
.getInfos()
Returns the specific persistent layer informations.Returns the specific persistent layer implementation ofIPersonDao
.Returns the specific persistent layer implementation ofIPlanningDao
.Returns the specific persistent layer implementation ofISchoolDao
.getLocaleString(String languageKey)
Uses Localized properties to get some strings.Methods inherited from interface be.gaudry.model.thread.INotifier
reportProgress, reportProgress, reportProgress, reportProgress
-
Method Details
-
getIPersonDao
IPersonDao getIPersonDao()Returns the specific persistent layer implementation ofIPersonDao
.- Returns:
-
getISchoolDao
ISchoolDao getISchoolDao()Returns the specific persistent layer implementation ofISchoolDao
.- Returns:
-
getIConfigDao
IConfigDao getIConfigDao()Returns the specific persistent layer implementation ofIConfigDao
.- Returns:
-
getICourseDao
ICourse getICourseDao()Returns the specific persistent layer implementation ofICourse
.- Returns:
-
getIPlanningDao
IPlanningDao getIPlanningDao()Returns the specific persistent layer implementation ofIPlanningDao
.- Returns:
-
getInfos
String getInfos()Returns the specific persistent layer informations.- Returns:
-
getLocaleString
Uses Localized properties to get some strings.- Parameters:
languageKey
- key to access to the localized string- Returns:
- localized string or empty string if an error occurs (never returns null)
- Since:
- 1.0.1-SNAPSHOT (Feb 19, 2009)
-