public class ContentViewStateImpl extends Object implements ContentViewState
ContentViewState
Modifier and Type | Field and Description |
---|---|
protected String |
contentViewName |
protected Long |
currentPage |
protected boolean |
executed |
protected String |
pageProviderName |
protected Long |
pageSize |
protected Object[] |
parameters |
protected List<String> |
resultColumns |
protected ContentViewLayout |
resultLayout |
protected DocumentModel |
searchDocument |
protected List<SortInfo> |
sortInfos |
Constructor and Description |
---|
ContentViewStateImpl() |
Modifier and Type | Method and Description |
---|---|
String |
getContentViewName() |
Long |
getCurrentPage() |
String |
getPageProviderName() |
Long |
getPageSize() |
Object[] |
getQueryParameters() |
List<String> |
getResultColumns() |
ContentViewLayout |
getResultLayout() |
DocumentModel |
getSearchDocumentModel() |
List<SortInfo> |
getSortInfos() |
boolean |
isExecuted() |
void |
setContentViewName(String contentViewName) |
void |
setCurrentPage(Long currentPage) |
void |
setExecuted(boolean executed) |
void |
setPageProviderName(String pageProviderName) |
void |
setPageSize(Long pageSize) |
void |
setQueryParameters(Object[] parameters) |
void |
setResultColumns(List<String> resultColumns) |
void |
setResultLayout(ContentViewLayout resultLayout) |
void |
setSearchDocumentModel(DocumentModel searchDocument) |
void |
setSortInfos(List<SortInfo> sortInfos) |
protected String contentViewName
protected String pageProviderName
protected Long currentPage
protected Object[] parameters
protected DocumentModel searchDocument
protected ContentViewLayout resultLayout
protected List<String> resultColumns
protected boolean executed
public ContentViewStateImpl()
public String getContentViewName()
getContentViewName
in interface ContentViewState
public void setContentViewName(String contentViewName)
setContentViewName
in interface ContentViewState
public Long getPageSize()
getPageSize
in interface ContentViewState
public void setPageSize(Long pageSize)
setPageSize
in interface ContentViewState
public Long getCurrentPage()
getCurrentPage
in interface ContentViewState
public void setCurrentPage(Long currentPage)
setCurrentPage
in interface ContentViewState
public Object[] getQueryParameters()
getQueryParameters
in interface ContentViewState
public void setQueryParameters(Object[] parameters)
setQueryParameters
in interface ContentViewState
public DocumentModel getSearchDocumentModel()
getSearchDocumentModel
in interface ContentViewState
public void setSearchDocumentModel(DocumentModel searchDocument)
setSearchDocumentModel
in interface ContentViewState
public List<SortInfo> getSortInfos()
getSortInfos
in interface ContentViewState
public void setSortInfos(List<SortInfo> sortInfos)
setSortInfos
in interface ContentViewState
public ContentViewLayout getResultLayout()
getResultLayout
in interface ContentViewState
public void setResultLayout(ContentViewLayout resultLayout)
setResultLayout
in interface ContentViewState
public List<String> getResultColumns()
getResultColumns
in interface ContentViewState
public void setResultColumns(List<String> resultColumns)
setResultColumns
in interface ContentViewState
public String getPageProviderName()
getPageProviderName
in interface ContentViewState
public void setPageProviderName(String pageProviderName)
setPageProviderName
in interface ContentViewState
public void setExecuted(boolean executed)
setExecuted
in interface ContentViewState
public boolean isExecuted()
isExecuted
in interface ContentViewState
Copyright © 2016 Nuxeo SA. All rights reserved.