|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ArticlePageCommand | |
|---|---|
| com.randomcoder.article | Article management classes. |
| Uses of ArticlePageCommand in com.randomcoder.article |
|---|
| Classes in com.randomcoder.article with type parameters of type ArticlePageCommand | |
|---|---|
class |
AbstractArticleListController<PageCommand extends ArticlePageCommand>
Abstract base class for controllers which generate article lists. |
| Subclasses of ArticlePageCommand in com.randomcoder.article | |
|---|---|
class |
ArticleTagPageCommand
Command object used for paged tag queries. |
| Methods in com.randomcoder.article with parameters of type ArticlePageCommand | |
|---|---|
protected int |
HomeController.countArticlesBeforeDate(ArticlePageCommand command,
Date cutoffDate)
|
protected String |
HomeController.getSubTitle(ArticlePageCommand command)
|
protected List<Article> |
HomeController.listArticlesBeforeDateInRange(ArticlePageCommand command,
Date cutoffDate,
int start,
int limit)
|
protected List<Article> |
HomeController.listArticlesBetweenDates(ArticlePageCommand command,
Date startDate,
Date endDate)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||