com.atlassian.jira.issue.fields.option
Class LazyLoadedOptionSet

java.lang.Object
  extended by com.atlassian.jira.issue.fields.option.LazyLoadedOptionSet
All Implemented Interfaces:
OptionSet

public class LazyLoadedOptionSet
extends Object
implements OptionSet


Constructor Summary
LazyLoadedOptionSet(ConstantsManager constantsManager)
           
 
Method Summary
 void addOption(String constantType, String constantId)
          Adds the option to the underlying list
 Collection getOptionIds()
          Get the list of options ids
 Collection getOptions()
          List of options for this set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LazyLoadedOptionSet

public LazyLoadedOptionSet(ConstantsManager constantsManager)
Method Detail

getOptions

public Collection getOptions()
Description copied from interface: OptionSet
List of options for this set

Specified by:
getOptions in interface OptionSet
Returns:
List of Option objects

getOptionIds

public Collection getOptionIds()
Description copied from interface: OptionSet
Get the list of options ids

Specified by:
getOptionIds in interface OptionSet
Returns:
List of String objects

addOption

public void addOption(String constantType,
                      String constantId)
Description copied from interface: OptionSet
Adds the option to the underlying list

Specified by:
addOption in interface OptionSet


Copyright © 2002-2009 Atlassian. All Rights Reserved.