com.trackstudio.app.filter
Class UserFValue

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.TreeMap<G,java.util.List<V>>
          extended by com.trackstudio.tools.EggBasket<java.lang.String,java.lang.String>
              extended by com.trackstudio.app.filter.FValue
                  extended by com.trackstudio.app.filter.UserFValue
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.String,java.util.List<java.lang.String>>, java.util.NavigableMap<java.lang.String,java.util.List<java.lang.String>>, java.util.SortedMap<java.lang.String,java.util.List<java.lang.String>>

public class UserFValue
extends FValue

Класс для работы с параметрами фильтрации пользователей

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>
 
Field Summary
 
Fields inherited from class com.trackstudio.app.filter.FValue
AMNT, AMP, BA, DEEPSEARCH, DELIM, DISPLAY, EL, EMPTY, EQ, IN, INTERVAL, NE, ONPAGE, RE, SORTORDER, strings, SUB, SUBTASK, UDF, UDF_SORT
 
Constructor Summary
UserFValue()
          Конструктор
 
Method Summary
 java.util.Set<java.lang.String> getUseForUdf()
          Возвращает список используемых параметров фильтрации для пользовательских полей
 java.util.List<java.lang.String> getUseForUser()
          Возвращает список используемых параметров фильтрации для пользователей
 
Methods inherited from class com.trackstudio.app.filter.FValue
checkValueDate, get, getAsString, getOriginalAsString, getOriginValues, getPrefix, getSortOrder, getSortOrderAsString, getUse, getUsedUdfIds, getValuePrefix, getView, hasListValue, needDeepSearch, needFilterUDF, parseFilterValue, parseFilterValue, set, setFields, setList, setSortOrder, toList
 
Methods inherited from class com.trackstudio.tools.EggBasket
put, putAll, putItem
 
Methods inherited from class java.util.TreeMap
ceilingEntry, ceilingKey, clear, clone, comparator, containsKey, containsValue, descendingKeySet, descendingMap, entrySet, firstEntry, firstKey, floorEntry, floorKey, get, headMap, headMap, higherEntry, higherKey, keySet, lastEntry, lastKey, lowerEntry, lowerKey, navigableKeySet, pollFirstEntry, pollLastEntry, putAll, remove, size, subMap, subMap, tailMap, tailMap, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, isEmpty, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode, isEmpty
 

Constructor Detail

UserFValue

public UserFValue()
Конструктор

Method Detail

getUseForUser

public java.util.List<java.lang.String> getUseForUser()
Возвращает список используемых параметров фильтрации для пользователей

Returns:
список параметров фильтрации

getUseForUdf

public java.util.Set<java.lang.String> getUseForUdf()
Возвращает список используемых параметров фильтрации для пользовательских полей

Specified by:
getUseForUdf in class FValue
Returns:
список параметров фильтрации


Copyright © 2002-2009 TrackStudio, Ltd. All Rights Reserved.