public class ColumnLayoutItemProvider extends Object
SearchRequest and a User| Constructor and Description |
|---|
ColumnLayoutItemProvider() |
| Modifier and Type | Method and Description |
|---|---|
List<ColumnLayoutItem> |
getColumns(ApplicationUser user,
SearchRequest searchRequest)
Gets the columns to be displayed on the result table for a given user and a given search request.
|
List<ColumnLayoutItem> |
getUserColumns(ApplicationUser user)
Returns the list of columns that an user sees by default on his searches.
|
public List<ColumnLayoutItem> getColumns(ApplicationUser user, SearchRequest searchRequest) throws Exception
user - The usersearchRequest - The search requestExceptionpublic List<ColumnLayoutItem> getUserColumns(ApplicationUser user) throws Exception
user - The userExceptionCopyright © 2002-2018 Atlassian. All Rights Reserved.