com.atlassian.jira.issue.fields.layout.column
Class ColumnLayoutImpl
java.lang.Object
com.atlassian.jira.issue.fields.layout.AbstractLayout
com.atlassian.jira.issue.fields.layout.column.ColumnLayoutImpl
- All Implemented Interfaces:
- ColumnLayout
- Direct Known Subclasses:
- DefaultColumnLayoutImpl, EditableColumnLayoutImpl, UserColumnLayoutImpl
public abstract class ColumnLayoutImpl
- extends AbstractLayout
- implements ColumnLayout
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ColumnLayoutImpl
public ColumnLayoutImpl(List<ColumnLayoutItem> columnLayoutItems)
getAllVisibleColumnLayoutItems
public List<ColumnLayoutItem> getAllVisibleColumnLayoutItems(com.atlassian.crowd.embedded.api.User user)
throws ColumnLayoutException
- Description copied from interface:
ColumnLayout
- Get the
ColumnLayoutItems
that can be displayed to the user.
- Specified by:
getAllVisibleColumnLayoutItems
in interface ColumnLayout
- Parameters:
user
- the user for whom the columns are to be displayed.
- Returns:
- All visible column layout items
- Throws:
ColumnLayoutException
- if exception thrown while retreiving column layout
getVisibleColumnLayoutItems
public List<ColumnLayoutItem> getVisibleColumnLayoutItems(com.atlassian.crowd.embedded.api.User user,
QueryContext queryContext)
throws ColumnLayoutException
- Description copied from interface:
ColumnLayout
- Get the
ColumnLayoutItems
that can be displayed to the user.
- Specified by:
getVisibleColumnLayoutItems
in interface ColumnLayout
- Parameters:
user
- the user for whom the columns are to be displayed.queryContext
- the context of the search the columns are being displayed for
- Returns:
- All visible column layout items for the given query context
- Throws:
ColumnLayoutException
- if exception thrown while retreiving column layout
contains
public boolean contains(NavigableField navigableField)
- Specified by:
contains
in interface ColumnLayout
getInternalList
protected List<ColumnLayoutItem> getInternalList()
getFieldManager
protected FieldManager getFieldManager()
Copyright © 2002-2011 Atlassian. All Rights Reserved.