| |
|
| auction.controller.CEPage auction.controller.Search
Search | public class Search extends CEPage (Code) | | A controller of the SeachPage.
|
Constructor Summary | |
public | Search() |
getOnlyActive | public boolean getOnlyActive()(Code) | | Gets whether the "activeAuctionsCheckbox" is checked
true if the checkbox is checked, false otherwise |
getSelectedCategories | public List<Category> getSelectedCategories()(Code) | | Gets the list of selected categories from the category tree.
list containing the selected categories |
getUser | public User getUser()(Code) | | Gets the user show auction are to be shown in
the result list.
User the current user if the "myAuctionCheckBox" is checked,null otherwise |
init | protected void init()(Code) | | |
pageActivated | public void pageActivated()(Code) | | |
pageCreated | public void pageCreated()(Code) | | |
resultListSelectionChanged | public void resultListSelectionChanged()(Code) | | Invoked whenever the selection on the result list is changed.
|
search | public void search()(Code) | | "Search" button action handler.
|
showDetailsPage | public void showDetailsPage()(Code) | | Shows the "book details" page
|
|
|
|