com.endeca.mobile.tags.util
Class ENEQueryUtil

java.lang.Object
  extended by com.endeca.mobile.tags.util.ENEQueryUtil

public class ENEQueryUtil
extends java.lang.Object


Constructor Summary
ENEQueryUtil()
           
 
Method Summary
static com.endeca.navigation.DimValIdList createCopy(com.endeca.navigation.DimValIdList dimValIds)
           
static com.endeca.navigation.ENEQuery createCopy(com.endeca.navigation.ENEQuery query)
          Creates a copy of the query
static com.endeca.navigation.ERecIdList createCopy(com.endeca.navigation.ERecIdList specs)
           
static com.endeca.navigation.ERecRank createCopy(com.endeca.navigation.ERecRank relRank)
           
static com.endeca.navigation.ERecSearch createCopy(com.endeca.navigation.ERecSearch search)
           
static com.endeca.navigation.ERecSearchList createCopy(com.endeca.navigation.ERecSearchList searches)
           
static com.endeca.navigation.ERecSortKey createCopy(com.endeca.navigation.ERecSortKey sortKey)
           
static com.endeca.navigation.ERecSortKeyList createCopy(com.endeca.navigation.ERecSortKeyList sortKeys)
           
static com.endeca.navigation.FieldList createCopy(com.endeca.navigation.FieldList fields)
           
static com.endeca.navigation.RangeFilter createCopy(com.endeca.navigation.RangeFilter rangeFilter)
           
static com.endeca.navigation.RangeFilterList createCopy(com.endeca.navigation.RangeFilterList rangeFilters)
           
static com.endeca.navigation.RefinementConfig createCopy(com.endeca.navigation.RefinementConfig refinementConfig)
           
static com.endeca.navigation.RefinementConfigList createCopy(com.endeca.navigation.RefinementConfigList refinementConfigs)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ENEQueryUtil

public ENEQueryUtil()
Method Detail

createCopy

public static com.endeca.navigation.ENEQuery createCopy(com.endeca.navigation.ENEQuery query)
Creates a copy of the query

Parameters:
query -
Returns:

createCopy

public static com.endeca.navigation.ERecSortKeyList createCopy(com.endeca.navigation.ERecSortKeyList sortKeys)

createCopy

public static com.endeca.navigation.ERecSortKey createCopy(com.endeca.navigation.ERecSortKey sortKey)

createCopy

public static com.endeca.navigation.DimValIdList createCopy(com.endeca.navigation.DimValIdList dimValIds)

createCopy

public static com.endeca.navigation.ERecSearchList createCopy(com.endeca.navigation.ERecSearchList searches)

createCopy

public static com.endeca.navigation.ERecSearch createCopy(com.endeca.navigation.ERecSearch search)

createCopy

public static com.endeca.navigation.RangeFilterList createCopy(com.endeca.navigation.RangeFilterList rangeFilters)

createCopy

public static com.endeca.navigation.RangeFilter createCopy(com.endeca.navigation.RangeFilter rangeFilter)

createCopy

public static com.endeca.navigation.RefinementConfigList createCopy(com.endeca.navigation.RefinementConfigList refinementConfigs)

createCopy

public static com.endeca.navigation.RefinementConfig createCopy(com.endeca.navigation.RefinementConfig refinementConfig)

createCopy

public static com.endeca.navigation.ERecRank createCopy(com.endeca.navigation.ERecRank relRank)

createCopy

public static com.endeca.navigation.FieldList createCopy(com.endeca.navigation.FieldList fields)

createCopy

public static com.endeca.navigation.ERecIdList createCopy(com.endeca.navigation.ERecIdList specs)