Uses of Class
wt.fc.WTLargeStringSet

Packages that use WTLargeStringSet
wt.fc Provides high level datastore access by using the PersistenceManager (and server-side-only PersistenceManagerSvr) to find and manage Persistable objects. 
wt.fc.dynamicenum   
wt.ixb.handlers.netmarkets   
 

Uses of WTLargeStringSet in wt.fc
 

Methods in wt.fc that return WTLargeStringSet
 WTLargeStringSet WTLargeStringSet.union(WTLargeStringSet set)
          Adds to the set all elements of the set passed as argument.
 WTLargeStringSet WTLargeStringSet.minus(WTLargeStringSet set)
          Subtracts from the set all elements of the set passed as argument.
 WTLargeStringSet WTLargeStringSet.intersection(WTLargeStringSet set)
          Subtracts from the set all elements that don't belong to the set passed as argument.
 WTLargeStringSet WTLargeStringSet.union(WTLargeStringSet set)
          Adds to the set all elements of the set passed as argument.
 WTLargeStringSet WTLargeStringSet.minus(WTLargeStringSet set)
          Subtracts from the set all elements of the set passed as argument.
 WTLargeStringSet WTLargeStringSet.intersection(WTLargeStringSet set)
          Subtracts from the set all elements that don't belong to the set passed as argument.
 

Methods in wt.fc with parameters of type WTLargeStringSet
protected  boolean WTLargeStringSet.readVersion(WTLargeStringSet thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 boolean WTLargeStringSet.includes(WTLargeStringSet set)
          Determines if the set includes the set passed as argument.
 WTLargeStringSet WTLargeStringSet.union(WTLargeStringSet set)
          Adds to the set all elements of the set passed as argument.
 WTLargeStringSet WTLargeStringSet.minus(WTLargeStringSet set)
          Subtracts from the set all elements of the set passed as argument.
 WTLargeStringSet WTLargeStringSet.intersection(WTLargeStringSet set)
          Subtracts from the set all elements that don't belong to the set passed as argument.
protected  boolean WTLargeStringSet.readVersion(WTLargeStringSet thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 boolean WTLargeStringSet.includes(WTLargeStringSet set)
          Determines if the set includes the set passed as argument.
 WTLargeStringSet WTLargeStringSet.union(WTLargeStringSet set)
          Adds to the set all elements of the set passed as argument.
 WTLargeStringSet WTLargeStringSet.minus(WTLargeStringSet set)
          Subtracts from the set all elements of the set passed as argument.
 WTLargeStringSet WTLargeStringSet.intersection(WTLargeStringSet set)
          Subtracts from the set all elements that don't belong to the set passed as argument.
 

Uses of WTLargeStringSet in wt.fc.dynamicenum
 

Fields in wt.fc.dynamicenum declared as WTLargeStringSet
private  WTLargeStringSet FilteredDynamicEnumSet.excludedValueSet
           
private  WTLargeStringSet FilteredDynamicEnumSet.dynamicValueSet
           
private  WTLargeStringSet FilteredDynamicEnumSet.inheritedValues
           
 

Methods in wt.fc.dynamicenum that return WTLargeStringSet
 WTLargeStringSet FilteredDynamicEnumSet.getExcludedValueSet()
          Gets the value of the attribute: EXCLUDED_VALUE_SET.
 WTLargeStringSet FilteredDynamicEnumSet.getDynamicValueSet()
          Gets the value of the attribute: DYNAMIC_VALUE_SET.
 WTLargeStringSet FilteredDynamicEnumSet.getValues()
          Returns a WTLargeStringSet representing the values of this FilteredDynamicEnumSet.
protected  WTLargeStringSet FilteredDynamicEnumSet.getValues(HashMap ancestorValueSets)
          Returns a WTLargeStringSet representing the values of this FilteredDynamicEnumSet.
private  WTLargeStringSet FilteredDynamicEnumSet.getInheritedValues(HashMap ancestorValueSets)
           
static WTLargeStringSet DynamicEnumerationHelper.getBaseValues(String enumType)
          

Supported API: false
static WTLargeStringSet DynamicEnumerationHelper.getPublicBaseValues(String filteredType)
           
 

Methods in wt.fc.dynamicenum with parameters of type WTLargeStringSet
 void FilteredDynamicEnumSet.setExcludedValueSet(WTLargeStringSet a_ExcludedValueSet)
          Sets the value of the attribute: EXCLUDED_VALUE_SET.
 void FilteredDynamicEnumSet.setDynamicValueSet(WTLargeStringSet a_DynamicValueSet)
          Sets the value of the attribute: DYNAMIC_VALUE_SET.
static QueryResult DynamicEnumerationHelper.add(WTContainer container, String dynamicEnumType, WTLargeStringSet dynamicValues, WTLargeStringSet excludedValues)
          Add a FilteredDynamicEnumSet instance associated to the Container.
 

Uses of WTLargeStringSet in wt.ixb.handlers.netmarkets
 

Methods in wt.ixb.handlers.netmarkets that return WTLargeStringSet
static WTLargeStringSet ProjectContainerEnumeratedTypeIXHandler.getStaticValueSet(String fullClassName)
           
 

Methods in wt.ixb.handlers.netmarkets with parameters of type WTLargeStringSet
private  void ProjectContainerEnumeratedTypeIXHandler.checkForBadRoleNames(String fullClassName, WTLargeStringSet values)