@Model public class Blog extends Object
| Constructor and Description |
|---|
Blog() |
public Long getEntryId()
public void setEntryId(Long entryId)
public String getCategory()
public void setCategory(String category)
public String getSearchString()
public void setSearchString(String searchString)
public Integer getPage()
public void setPage(Integer page)
public void loadCategories()
public void loadLatestEntries()
public void loadLatestEntriesInCategory()
public void loadEntry()
public boolean search()
public List<String> getCategories()
public List<String> getOtherCategories()
public List<BlogEntry> getEntriesForPage()
public int getNumEntriesOnPage()
public BlogEntry getEntry()
public int getPreviousPageWithFirstPageAsNumber()
public Integer getPreviousPage()
public int getPageWithFirstPageAsNumber()
public int getNextPage()
public boolean isNextPageAvailable()
public boolean isPreviousPageAvailable()
protected BlogEntry retrieveSelectedEntry()
Copyright © 2008-2014 Seam Framework. All Rights Reserved.