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 requestException
public List<ColumnLayoutItem> getUserColumns(ApplicationUser user) throws Exception
user
- The userException
Copyright © 2002-2015 Atlassian. All Rights Reserved.