Package com.atlassian.jira.web.component
Class ColumnLayoutItemProvider
java.lang.Object
com.atlassian.jira.web.component.ColumnLayoutItemProvider
Provides the columns to be displayed on the results table, given a
SearchRequest and a
invalid reference
User
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetColumns(ApplicationUser user, SearchRequest searchRequest) Gets the columns to be displayed on the result table for a given user and a given search request.Returns the list of columns that an user sees by default on his searches.
-
Constructor Details
-
ColumnLayoutItemProvider
public ColumnLayoutItemProvider()
-
-
Method Details
-
getColumns
public List<ColumnLayoutItem> getColumns(ApplicationUser user, SearchRequest searchRequest) throws Exception Gets the columns to be displayed on the result table for a given user and a given search request.- Parameters:
user- The usersearchRequest- The search request- Returns:
- A list with the columns to be displayed
- Throws:
Exception
-
getUserColumns
Returns the list of columns that an user sees by default on his searches.- Parameters:
user- The user- Returns:
- A list with the columns to be displayed
- Throws:
Exception
-