Uses of Interface
org.opencms.jsp.search.config.parser.simplesearch.daterestrictions.I_CmsDateRestriction
Package
Description
Helpers to convert the list configuration XML content into a suitable bean, used by the CmsSimpleSearchConfigurationParser and the List manager app.
Contains classes for dealing with restrictions in list configurations.
-
Uses of I_CmsDateRestriction in org.opencms.jsp.search.config.parser.simplesearch
Modifier and TypeMethodDescriptionCmsConfigurationBean.getDateRestriction()
Gets the date restriction.Modifier and TypeMethodDescriptionvoid
CmsConfigurationBean.setDateRestriction
(I_CmsDateRestriction restriction) Sets the date restrictions. -
Uses of I_CmsDateRestriction in org.opencms.jsp.search.config.parser.simplesearch.daterestrictions
Modifier and TypeClassDescriptionclass
Date restrictions for a fixed number of time units going backward or forward from the current time.class
A restriction which selects either all entries in the past (from the current time) or all entries in the future.class
Restriction to a date between a fixed start and end date, but only one of them has to be given.Modifier and TypeMethodDescriptionCmsDateRestrictionParser.parse
(CmsXmlContentValueLocation dateRestriction) Parses a date restriction.