Modifier and Type | Method and Description |
---|---|
Select |
ContentFormsProducer.getSelect()
Returns the configured
select statement or null. |
Modifier and Type | Method and Description |
---|---|
Select |
Content2Params.getSelect(Language language) |
Modifier and Type | Method and Description |
---|---|
static void |
ContentMultiPageParams.adjustTime(Select select,
Date time) |
Constructor and Description |
---|
ContentMultiPageParams(Session session,
Select select,
int entitesPerPage,
int maxPageCount,
Date time) |
Modifier and Type | Method and Description |
---|---|
Select |
TableTemplate.Mapping.getSelect(Session session) |
Select |
Query.getSelectStatement()
Returns the select object for this query or
null if there isn't one defined yet. |
Modifier and Type | Method and Description |
---|---|
void |
Query.setSelectStatement(Select statement) |
Modifier and Type | Method and Description |
---|---|
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 . |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
Select |
Select.applyLanguage(String languageAbbreviation)
Make a clone of this select and replace all place holders
%lang% contained in
constaints with the given languageAbbreviation |
Copyright © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500