Uses of Interface
de.espirit.or.query.Select

Packages that use Select
de.espirit.firstspirit.access.editor.value   
de.espirit.firstspirit.access.store.sitestore   
de.espirit.firstspirit.access.store.templatestore   
de.espirit.or   
de.espirit.or.query   
 

Uses of Select in de.espirit.firstspirit.access.editor.value
 

Methods in de.espirit.firstspirit.access.editor.value that return Select
 Select ContentFormsProducer.getSelect()
          Returns the configured select statement or null.
 

Uses of Select in de.espirit.firstspirit.access.store.sitestore
 

Methods in de.espirit.firstspirit.access.store.sitestore that return Select
 Select Content2Params.getSelect(Language language)
           
 

Methods in de.espirit.firstspirit.access.store.sitestore with parameters of type Select
static void ContentMultiPageParams.adjustTime(Select select, Date time)
           
 

Constructors in de.espirit.firstspirit.access.store.sitestore with parameters of type Select
ContentMultiPageParams(Session session, Select select, int entitesPerPage, int maxPageCount, Date time)
           
 

Uses of Select in de.espirit.firstspirit.access.store.templatestore
 

Methods in de.espirit.firstspirit.access.store.templatestore that return Select
 Select TableTemplate.Mapping.getSelect(Session session)
           
 Select Query.getSelectStatement()
          Returns the select object for this query.
 

Methods in de.espirit.firstspirit.access.store.templatestore with parameters of type Select
 void Query.setSelectStatement(Select statement)
           
 

Uses of Select in de.espirit.or
 

Methods in de.espirit.or that return Select
 Select Session.createSelect(String name)
          Create a select for the entity type name with the actual session time as query time.
 Select Session.xml2Select(String queryXml)
          Construct a select from the xml document queryXml.
 

Methods in de.espirit.or with parameters of type Select
 de.espirit.or.EntityList Session.executeQuery(Select select)
           
 List<KeyValue> Session.fetchKeys(Select select)
          Return a list of key values of all entities which fullfill the criterion defined by select.
 long Session.getLastChangeTime(Select select)
          Get the timestamp of the last change of the result set of the specified select.
 long Session.getLastChangeTime(Select select, long after)
          Get the timestamp of the last change of the result set of the specified select after the specified timestamp.
 boolean Session.hasChangedAfter(Select select, long time)
          Return true if the result of the query with the given select is not empty.
 

Uses of Select in de.espirit.or.query
 

Methods in de.espirit.or.query that return Select
 Select Select.applyLanguage(String languageAbbreviation)
          Make a clone of this select and replace all place holders %lang% contained in constaints with the given languageAbbreviation
 Select Select.clone()
          Return a deep copy of this select
 



Copyright © 2012 e-Spirit AG. All Rights Reserved. Build 4.2.480