Uses of Class
com.wm.app.tn.db.ProfileQuery

Packages that use ProfileQuery
com.wm.app.tn.db   
com.wm.app.tn.profile   
 

Uses of ProfileQuery in com.wm.app.tn.db
 

Methods in com.wm.app.tn.db with parameters of type ProfileQuery
 void SimpleDocQuery.setReceiver(ProfileQuery query)
          Search for documents from a group of receivers using a IN sub query e.g.
 void SimpleDocQuery.setSender(ProfileQuery query)
          Search for documents from a group of senders using a profile sub query e.g.
 

Uses of ProfileQuery in com.wm.app.tn.profile
 

Methods in com.wm.app.tn.profile with parameters of type ProfileQuery
static com.wm.data.IData ProfileStore.queryProfiles(ProfileQuery query, int pageSize, int maxRowCount, int queryTimeout, int threshold, java.lang.String queryId)
          Executes a query for partner profile information from the TN database.