com.atlassian.jira.web.action.issue
Interface BugAssociatorPrefs

All Known Implementing Classes:
DefaultBugAssociatorPrefs

public interface BugAssociatorPrefs


Field Summary
static int LIST
           
static int MULTIPLE
           
static int RECENT
           
static int SEARCH
           
static int SINGLE
           
 
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)
           
 

Field Detail

RECENT

public static final int RECENT
See Also:
Constant Field Values

SEARCH

public static final int SEARCH
See Also:
Constant Field Values

LIST

public static final int LIST
See Also:
Constant Field Values

SINGLE

public static final int SINGLE
See Also:
Constant Field Values

MULTIPLE

public static final int MULTIPLE
See Also:
Constant Field Values
Method Detail

getDefaultMode

public int getDefaultMode(org.ofbiz.core.entity.GenericValue issue)

getDefaultSearchMode

public int getDefaultSearchMode(org.ofbiz.core.entity.GenericValue issue)

getDefaultSearchRequestId

public long getDefaultSearchRequestId()

getIssueList

public Collection getIssueList(org.ofbiz.core.entity.GenericValue issue,
                               User remoteUser)


Copyright © 2002-2006 Atlassian. All Rights Reserved.