com.atlassian.jira.web.action.issue
Class DefaultBugAssociatorPrefs

java.lang.Object
  extended bycom.atlassian.jira.web.action.issue.DefaultBugAssociatorPrefs
All Implemented Interfaces:
BugAssociatorPrefs

public class DefaultBugAssociatorPrefs
extends Object
implements BugAssociatorPrefs


Field Summary
 
Fields inherited from interface com.atlassian.jira.web.action.issue.BugAssociatorPrefs
LIST, MULTIPLE, RECENT, SEARCH, SINGLE
 
Constructor Summary
DefaultBugAssociatorPrefs()
           
 
Method Summary
 int getDefaultMode(org.ofbiz.core.entity.GenericValue issue)
           
 int getDefaultSearchMode(org.ofbiz.core.entity.GenericValue issue)
           
 long getDefaultSearchRequestId()
           
 Collection getIssueList(org.ofbiz.core.entity.GenericValue issue, User remoteUser)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultBugAssociatorPrefs

public DefaultBugAssociatorPrefs()
Method Detail

getDefaultMode

public int getDefaultMode(org.ofbiz.core.entity.GenericValue issue)
Specified by:
getDefaultMode in interface BugAssociatorPrefs

getDefaultSearchMode

public int getDefaultSearchMode(org.ofbiz.core.entity.GenericValue issue)
Specified by:
getDefaultSearchMode in interface BugAssociatorPrefs

getDefaultSearchRequestId

public long getDefaultSearchRequestId()
Specified by:
getDefaultSearchRequestId in interface BugAssociatorPrefs

getIssueList

public Collection getIssueList(org.ofbiz.core.entity.GenericValue issue,
                               User remoteUser)
Specified by:
getIssueList in interface BugAssociatorPrefs


Copyright © 2002-2006 Atlassian. All Rights Reserved.