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)
Provides the select statement for the given language to request records.
|
Modifier and Type | Method and Description |
---|---|
static void |
ContentMultiPageParams.adjustTime(Select select,
Date time)
Adjusts the time constraint.
|
Constructor and Description |
---|
ContentMultiPageParams(Session session,
Select select,
int entitesPerPage,
int maxPageCount,
Date time)
Constructor based on some restrictions.
|
Modifier and Type | Method and Description |
---|---|
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)
Defines the select statement to be used for this query.
|
Modifier and Type | Method and Description |
---|---|
Select |
Session.createSelect(String name)
Create a select for the entity type with the provided
name . |
Select |
Session.xml2Select(String queryXml)
Construct a select from the xml document
queryXml . |
Modifier and Type | Method and Description |
---|---|
EntityList |
Session.executeQuery(Select select)
Execute the provided query and returns the matching entities.
|
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.
|
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 © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210