|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DAOManager
This describes a an instance of a data access object manager class that can be used to obtain access to the object representations of various data stored on the back-end database.
Method Summary | |
---|---|
AssociationDAO |
getAssociationDAO()
Method to obtain an instance of an association data access object. |
CommentsDAO |
getCommentsDAO(boolean isVersioned)
Method to obtain an instance of a comments data access object. |
LogsDAO |
getLogsDAO()
Method to obtain an instance of a logs data access object. |
RatingsDAO |
getRatingsDAO(boolean isVersioned)
Method to obtain an instance of a ratings data access object. |
ResourceDAO |
getResourceDAO()
Method to obtain an instance of a resource data access object. |
ResourceVersionDAO |
getResourceVersionDAO()
Method to obtain an instance of a versioned-resource data access object. |
TagsDAO |
getTagsDAO(boolean isVersioned)
Method to obtain an instance of a tags data access object. |
Method Detail |
---|
AssociationDAO getAssociationDAO()
CommentsDAO getCommentsDAO(boolean isVersioned)
isVersioned
- whether the returned data access object should handle versioned data or
non-versioned data. Versioning can be enabled by setting a parameter on
the XML-based registry configuration.
RatingsDAO getRatingsDAO(boolean isVersioned)
isVersioned
- whether the returned data access object should handle versioned data or
non-versioned data. Versioning can be enabled by setting a parameter on
the XML-based registry configuration.
TagsDAO getTagsDAO(boolean isVersioned)
isVersioned
- whether the returned data access object should handle versioned data or
non-versioned data. Versioning can be enabled by setting a parameter on
the XML-based registry configuration.
LogsDAO getLogsDAO()
ResourceDAO getResourceDAO()
getResourceVersionDAO()
method. Automatic versioning of resources can be
disabled by setting a parameter on the XML-based registry configuration.ResourceVersionDAO getResourceVersionDAO()
getResourceDAO()
method. Automatic versioning of resources can be enabled
by setting a parameter on the XML-based registry configuration.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |