com.atlassian.jira.util
Class ParameterStore

java.lang.Object
  extended by com.atlassian.jira.util.ParameterStore

public class ParameterStore
extends Object


Constructor Summary
ParameterStore(String userName)
           
ParameterStore(User user)
           
 
Method Summary
 List getAssigneeTypes()
           
 List getReporterTypes()
           
 Collection getTimePeriods()
          The time periods for filtering by last updated and date created.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParameterStore

public ParameterStore(User user)

ParameterStore

public ParameterStore(String userName)
               throws EntityNotFoundException
Throws:
EntityNotFoundException
Method Detail

getTimePeriods

public Collection getTimePeriods()
The time periods for filtering by last updated and date created. All time periods are in minutes


getReporterTypes

public List getReporterTypes()

getAssigneeTypes

public List getAssigneeTypes()


Copyright © 2002-2009 Atlassian. All Rights Reserved.