public class UIContentSearchResult
extends org.exoplatform.webui.core.UIGrid
| Modifier and Type | Class and Description |
|---|---|
static class |
UIContentSearchResult.SelectActionListener
The listener interface for receiving selectAction events.
|
static class |
UIContentSearchResult.ViewActionListener
The listener interface for receiving viewAction events.
|
| Modifier and Type | Field and Description |
|---|---|
String[] |
Actions
The Actions.
|
String[] |
BEAN_FIELDS
The BEA n_ fields.
|
static String |
CREATE_DATE
The Constant CREATE_DATE.
|
static String |
NODE_EXPECT
The Constant NODE_EXPECT.
|
static String |
NODE_PATH
The Constant NODE_PATH.
|
static String |
PUBLICATION_STATE
The Constant PUBLICATION_STATE.
|
static String |
SCORE
The Constant SCORE.
|
static String |
TITLE
The Constant TITLE.
|
| Constructor and Description |
|---|
UIContentSearchResult()
Instantiates a new uIWCM search result.
|
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreateDate(javax.jcr.Node node)
Gets the creates the date.
|
String |
getCurrentState(javax.jcr.Node node)
Gets the current state.
|
DateFormat |
getDateFormat()
Gets the date format.
|
String |
getExpect(String expect)
Gets the expect.
|
String |
getRepository() |
javax.jcr.Session |
getSession()
Gets the session.
|
String |
getTitleNode(javax.jcr.Node node)
Gets the title node.
|
String |
getWorkspaceName(javax.jcr.Node node)
Gets the workspace name.
|
void |
updateGrid(AbstractPageList<ResultNode> pageList)
Update grid.
|
configure, findComponentById, getBeanActions, getBeanFields, getBeanIdField, getBeanIdFor, getBeans, getDisplayedChars, getFieldValue, getLabel, getUIPageIterator, isUseAjax, setDisplayedChars, setLabel, setUseAjaxbroadcast, buildModelObject, createEvent, createUIComponent, createUIComponent, createUIComponent, doAsync, event, event, event, findComponentOfType, findFirstComponentOfType, getAncestorOfType, getApplicationComponent, getComponentConfig, getId, getName, getParent, getTemplate, getTemplateResourceResolver, getUIComponentName, isRendered, loadConfirmMesssage, processAction, processDecode, processRender, renderEventURL, setComponentConfig, setComponentConfig, setId, setParent, setRendered, setRenderSibling, url, url, urlpublic static final String TITLE
public static final String NODE_EXPECT
public static final String SCORE
public static final String CREATE_DATE
public static final String PUBLICATION_STATE
public static final String NODE_PATH
public String[] Actions
public String[] BEAN_FIELDS
public DateFormat getDateFormat()
public void updateGrid(AbstractPageList<ResultNode> pageList) throws Exception
pageList - the paginated resultException - the exceptionpublic String getTitleNode(javax.jcr.Node node) throws Exception
node - the nodeException - the exceptionpublic Date getCreateDate(javax.jcr.Node node) throws Exception
node - the nodeException - the exceptionpublic String getExpect(String expect)
expect - the expectpublic String getCurrentState(javax.jcr.Node node) throws Exception
node - the nodeException - the exceptionpublic javax.jcr.Session getSession()
throws Exception
Exception - the exceptionpublic String getWorkspaceName(javax.jcr.Node node) throws Exception
node - the nodeException - the exceptionCopyright © 2003–2019 eXo Platform SAS. All rights reserved.