public class PortfolioSmallView extends BasePortletBean
Constructor and Description |
---|
PortfolioSmallView()
Instantiates a new assessment small view.
|
Modifier and Type | Method and Description |
---|---|
ActionsMenuListController<PortfolioActionsMenuRowItem> |
getEntityListController()
Gets the entity list controller.
|
ActionsMenuListController<PortfolioActionsMenuRowItem> |
getJournalListController()
Gets the journal list controller.
|
PortfolioUserPreferencesController |
getPrefsController()
Gets the controller.
|
java.lang.String |
getSearchParameter()
Gets the search parameter.
|
java.lang.String |
getToggleText()
Gets the toggle text for the hide/show additional information links.
|
boolean |
isButtonFromVisible()
Checks if is button from visible.
|
boolean |
isButtonToVisible()
Checks if is button to visible.
|
boolean |
isCollapsed()
Checks if is description expanded.
|
void |
search(java.lang.String[] entities,
java.lang.String[] events,
java.lang.String filter,
java.util.Date minDate,
java.util.Date maxDate)
Do search.
|
java.lang.String |
searchWithFilter()
Search with filter on title.
|
void |
setSearchParameter(java.lang.String searchParameter)
Sets the search parameter.
|
java.lang.String |
toggle()
Toggles between expanded state of advanced search properties on the page.
|
getEntity, getPageInit, setEntity
checkModelPermission, checkModelPermission, checkPortletPermission, checkPortletPermission, isExpanded
public PortfolioSmallView()
public ActionsMenuListController<PortfolioActionsMenuRowItem> getJournalListController()
public ActionsMenuListController<PortfolioActionsMenuRowItem> getEntityListController()
public boolean isButtonFromVisible()
public boolean isButtonToVisible()
public java.lang.String getSearchParameter()
public void setSearchParameter(java.lang.String searchParameter)
searchParameter
- the new search parameterpublic PortfolioUserPreferencesController getPrefsController()
public boolean isCollapsed()
public java.lang.String toggle()
toggle
in class PermissionsBean
public java.lang.String getToggleText()
getToggleText
in class PermissionsBean
public java.lang.String searchWithFilter()
public void search(java.lang.String[] entities, java.lang.String[] events, java.lang.String filter, java.util.Date minDate, java.util.Date maxDate)
entities
- the entitiesevents
- the eventsfilter
- the filter on titlemaxDate
- the date (most recent date of both dates, minDate < maxDate)minDate
- the date (less recent date of both dates, minDate < maxDate) the end date (minDate <= maxDate)