Package org.ametys.plugins.cart
Class QueryElement
java.lang.Object
org.ametys.plugins.cart.QueryElement
- All Implemented Interfaces:
CartElement
- Direct Known Subclasses:
QueryFromDirectoryElement
Implementation of a
CartElement
wrapping a search query-
Constructor Summary
ConstructorsConstructorDescriptionQueryElement
(String id, String query, UserIdentity author, ZonedDateTime creationDate, UserIdentity contributor, ZonedDateTime lastModified, String title) Constructor -
Method Summary
Modifier and TypeMethodDescriptionGet the creation dateGet the authorGet the element's descriptionGet glyph icon.Get the label of the groupsgetId()
Get the unique identifier of the elementGet the last contributorGet the date of last modificationGet the path to medium icon (32x32 pixels)Get the content of the queryGet the path to small icon (16x16 pixels)getTitle()
Get the element's titlegetType()
Get the type of element
-
Constructor Details
-
QueryElement
public QueryElement(String id, String query, UserIdentity author, ZonedDateTime creationDate, UserIdentity contributor, ZonedDateTime lastModified, String title) Constructor- Parameters:
id
- The idquery
- The queryauthor
- The authorcreationDate
- The creation datecontributor
- The last contributorlastModified
- The last modification datetitle
- The query title
-
-
Method Details
-
getId
Description copied from interface:CartElement
Get the unique identifier of the element- Specified by:
getId
in interfaceCartElement
- Returns:
- The unique identifier
-
getTitle
Description copied from interface:CartElement
Get the element's title- Specified by:
getTitle
in interfaceCartElement
- Returns:
- The title
-
getDescription
Description copied from interface:CartElement
Get the element's description- Specified by:
getDescription
in interfaceCartElement
- Returns:
- The description
-
getQueryContent
Get the content of the query- Returns:
- the content as a JSON string
-
getGroups
Description copied from interface:CartElement
Get the label of the groups- Specified by:
getGroups
in interfaceCartElement
- Returns:
- the label of the groups
-
getCreationDate
Description copied from interface:CartElement
Get the creation date- Specified by:
getCreationDate
in interfaceCartElement
- Returns:
- the creation date
-
getCreator
Description copied from interface:CartElement
Get the author- Specified by:
getCreator
in interfaceCartElement
- Returns:
- The author
-
getLastModified
Description copied from interface:CartElement
Get the date of last modification- Specified by:
getLastModified
in interfaceCartElement
- Returns:
- the date of last modification
-
getLastContributor
Description copied from interface:CartElement
Get the last contributor- Specified by:
getLastContributor
in interfaceCartElement
- Returns:
- The last contributor
-
getType
Description copied from interface:CartElement
Get the type of element- Specified by:
getType
in interfaceCartElement
- Returns:
- The type
-
getGlyphIcon
Description copied from interface:CartElement
Get glyph icon. If not null, small and medium icon will be ignored- Specified by:
getGlyphIcon
in interfaceCartElement
- Returns:
- the path to small icon
-
getSmallIcon
Description copied from interface:CartElement
Get the path to small icon (16x16 pixels)- Specified by:
getSmallIcon
in interfaceCartElement
- Returns:
- the path to small icon
-
getMediumIcon
Description copied from interface:CartElement
Get the path to medium icon (32x32 pixels)- Specified by:
getMediumIcon
in interfaceCartElement
- Returns:
- the path to medium icon
-