|
Interface Summary |
| ReadCategoriesDAO |
The Read-only DAO for accessing an Entry's Categories |
| ReadCategoryLogEventsDAO |
The Read-only DAO for accessing an Entry's Category Log Events |
| ReadContentDAO |
The read-only DAO for accessing Content |
| ReadEntriesDAO |
The read-only DAO for accessing Entries |
| ReadPubSubRegistrationDAO |
The Read-only DAO for accessing an PubSub Client Feeds |
| WriteReadCategoriesDAO |
The Read-write DAO for accessing an Entry's Categories
This DAO must extend the ReadCategoriesDAO because the POST,PUT,DELETE sequence
will need to perform read queries as well as write queries. |
| WriteReadCategoryLogEventsDAO |
The read-write DAO for accessing an Entry's Category Log Events
This DAO must extend the ReadCategoryLogEventsDAO because the POST,PUT,DELETE sequence
will need to perform read queries as well as write queries. |
| WriteReadContentDAO |
The read-write DAO for accessing Content
This DAO must extend the ReadContentDAO because the POST,PUT,DELETE sequence
will need to perform read queries as well as write queries. |
| WriteReadEntriesDAO |
Read/Write DAO for Entries. |
| WriteReadPubSubRegistrationDAO |
The read-write DAO for accessing a PubSub Client Feeds
This DAO must extend the ReadPubSubRegistrationDAO because the POST,PUT,DELETE sequence
will need to perform read queries as well as write queries. |