Uses of Class
wt.query.SavedQuery

Packages that use SavedQuery
com.ptc.windchill.enterprise.search   
com.ptc.windchill.enterprise.search.server   
wt.query Provides generic support for defining SQL queries (see QuerySpec and the various things that can be appended to it) in a database inedependent manner that should be used with the PersistenceManager
 

Uses of SavedQuery in com.ptc.windchill.enterprise.search
 

Methods in com.ptc.windchill.enterprise.search with parameters of type SavedQuery
private static void MigrateSavedSearchCriteria.Server.updateSearchCriteria(SavedQuery query)
          Takes a SavedQuery object as an input and manipulates the criteria attribute to make it executable on the 8.0 query builder search page
 

Uses of SavedQuery in com.ptc.windchill.enterprise.search.server
 

Methods in com.ptc.windchill.enterprise.search.server that return SavedQuery
static SavedQuery CreateSavedQuery.createQuery(String name, WTPrincipal user, WTPrincipalReference creator, HashMap criteria, String description, String owningClient)
           
static SavedQuery CreateSavedQuery.getSavedQuery(String name, WTPrincipal user)
           
 

Uses of SavedQuery in wt.query
 

Methods in wt.query that return SavedQuery
static SavedQuery SavedQuery.newSavedQuery()
          Default factory for the class.
 SavedQuery PrincipalTheSavedQuery.getSavedQuery()
          Gets the object for the association that plays role: SAVED_QUERY_ROLE.
 

Methods in wt.query with parameters of type SavedQuery
protected  boolean SavedQuery.readVersion(SavedQuery thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 void PrincipalTheSavedQuery.setSavedQuery(SavedQuery theSavedQuery)
          Sets the object for the association that plays role: SAVED_QUERY_ROLE.
static PrincipalTheSavedQuery PrincipalTheSavedQuery.newPrincipalTheSavedQuery(WTPrincipal principal, SavedQuery theSavedQuery)
          Default factory for the class.