|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.pebble.dao.DAOFactory
net.sourceforge.pebble.dao.file.FileDAOFactory
public class FileDAOFactory
Represents a strategy used to load and store blog entries in the filing system using an XML format.
Constructor Summary | |
---|---|
FileDAOFactory()
Default, no args constructor. |
Method Summary | |
---|---|
BlogEntryDAO |
getBlogEntryDAO()
Gets a DAO instance responsible for the dao of blog entries. |
CategoryDAO |
getCategoryDAO()
Gets a DAO instance responsible for the dao of categories. |
RefererFilterDAO |
getRefererFilterDAO()
Gets a DAO instance responsible for the dao of referer filters. |
StaticPageDAO |
getStaticPageDAO()
Gets a DAO instance responsible for the dao of static pages. |
Methods inherited from class net.sourceforge.pebble.dao.DAOFactory |
---|
getConfiguredFactory, setConfiguredFactory |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileDAOFactory()
Method Detail |
---|
public BlogEntryDAO getBlogEntryDAO()
getBlogEntryDAO
in class DAOFactory
public StaticPageDAO getStaticPageDAO()
getStaticPageDAO
in class DAOFactory
public CategoryDAO getCategoryDAO()
getCategoryDAO
in class DAOFactory
public RefererFilterDAO getRefererFilterDAO()
getRefererFilterDAO
in class DAOFactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |