|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ArticleDao | |
|---|---|
| com.randomcoder.article | Article management classes. |
| com.randomcoder.feed | News feeds and syndication. |
| com.randomcoder.tag | Tag-management classes. |
| Uses of ArticleDao in com.randomcoder.article |
|---|
| Fields in com.randomcoder.article declared as ArticleDao | |
|---|---|
protected ArticleDao |
ArticleAddValidator.articleDao
Article Dao. |
protected ArticleDao |
AbstractSingleArticleController.articleDao
Article DAO. |
protected ArticleDao |
AbstractArticleListController.articleDao
Article DAO. |
| Methods in com.randomcoder.article with parameters of type ArticleDao | |
|---|---|
void |
ArticleBusinessImpl.setArticleDao(ArticleDao articleDao)
Sets the ArticleDao implementation to use. |
void |
ArticleAddValidator.setArticleDao(ArticleDao articleDao)
Sets the ArticleDao implementation to use |
void |
AbstractSingleArticleController.setArticleDao(ArticleDao articleDao)
Sets the ArticleDao implementation to use. |
void |
AbstractArticleListController.setArticleDao(ArticleDao articleDao)
Sets the ArticleDao implementation to use. |
| Uses of ArticleDao in com.randomcoder.feed |
|---|
| Methods in com.randomcoder.feed with parameters of type ArticleDao | |
|---|---|
void |
AllFeedController.setArticleDao(ArticleDao articleDao)
Sets the Article DAO to use. |
| Uses of ArticleDao in com.randomcoder.tag |
|---|
| Methods in com.randomcoder.tag with parameters of type ArticleDao | |
|---|---|
void |
TagBusinessImpl.setArticleDao(ArticleDao articleDao)
Sets the ArticleDao implementation to use. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||