|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.indiana.dlib.metsnav.dao.NavigatorDAO
public abstract class NavigatorDAO
| Constructor Summary | |
|---|---|
NavigatorDAO()
Creates a new DAO object |
|
| Method Summary | |
|---|---|
abstract void |
destroy()
Destroy the DAO. |
abstract NavigationObject |
getNavigateObject(String oid)
Returns a navigateobject |
abstract PageItem |
getPageItem(String oid,
String pid)
Returns a single page item |
abstract void |
init(DataSourceConfig dsConfig)
Initialize the DAO and set configuration parameters |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NavigatorDAO()
| Method Detail |
|---|
public abstract void init(DataSourceConfig dsConfig)
throws DAOException
dsConfig -
DAOException
public abstract void destroy()
throws DAOException
DAOException
public abstract NavigationObject getNavigateObject(String oid)
throws DAOException
oid -
DAOException
public abstract PageItem getPageItem(String oid,
String pid)
throws DAOException
oid - pid -
DAOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||