Uses of Interface
de.espirit.or.query.Select
Packages that use Select
Package
Description
-
Uses of Select in de.espirit.firstspirit.access.store.sitestore
Methods in de.espirit.firstspirit.access.store.sitestore that return SelectModifier and TypeMethodDescription@NotNull Select
Provides the select statement for the given language to request records.Methods in de.espirit.firstspirit.access.store.sitestore with parameters of type SelectModifier and TypeMethodDescriptionstatic void
ContentMultiPageParams.adjustTime
(Select select, Date time) Adjusts the time constraint.Constructors in de.espirit.firstspirit.access.store.sitestore with parameters of type SelectModifierConstructorDescriptionContentMultiPageParams
(@NotNull Session session, @NotNull Select select, int entitiesPerPage, int maxPageCount, @Nullable Date time) Constructor based on some restrictions. -
Uses of Select in de.espirit.firstspirit.access.store.templatestore
Methods in de.espirit.firstspirit.access.store.templatestore that return SelectModifier and TypeMethodDescription@Nullable Select
Query.getSelectStatement()
Returns the select object for this query ornull
if there isn't one defined yet.Methods in de.espirit.firstspirit.access.store.templatestore with parameters of type SelectModifier and TypeMethodDescriptionvoid
Query.setSelectStatement
(Select statement) Defines the select statement to be used for this query. -
Uses of Select in de.espirit.firstspirit.access.store.templatestore.gom
Methods in de.espirit.firstspirit.access.store.templatestore.gom that return SelectModifier and TypeMethodDescription@Nullable Select
GomContentList.query()
Deprecated.Convenience method forGomContentList.getQuery()
retrieving the query as aSelect
statement.@Nullable Select
GomEmbeddedQuery.selectStatement()
Convenience method: Returns the select statement -
Uses of Select in de.espirit.or
Methods in de.espirit.or that return SelectModifier and TypeMethodDescription@NotNull Select
Session.createSelect
(@NotNull String name) Create a select for the entity type with the providedname
.@NotNull Select
Session.xml2Select
(@NotNull String queryXml) Construct a select from the xml documentqueryXml
.Methods in de.espirit.or with parameters of type SelectModifier and TypeMethodDescription@NotNull EntityList
Session.executeQuery
(@NotNull Select select) Execute the provided query and returns the matching entities.long
Session.getLastChangeTime
(@NotNull Select select) Get the timestamp of the last change of the result set of the specified select.long
Session.getLastChangeTime
(@NotNull Select select, long after) Get the timestamp of the last change of the result set of the specified select after the specified timestamp. -
Uses of Select in de.espirit.or.query
Methods in de.espirit.or.query that return SelectModifier and TypeMethodDescriptionSelect.applyLanguage
(@NotNull String languageAbbreviation) Make a clone of this select and replace all place holders%lang%
contained in constaints with the givenlanguageAbbreviation