Class DefaultLayoutListRetrieverContext
java.lang.Object
com.liferay.layout.list.retriever.DefaultLayoutListRetrieverContext
- All Implemented Interfaces:
LayoutListRetrieverContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> T
getInfoFilter
(Class<? extends com.liferay.info.filter.InfoFilter> clazz) com.liferay.info.pagination.Pagination
long[]
void
setConfiguration
(Map<String, String[]> configuration) void
setContextObject
(Object contextObject) void
setInfoFilters
(Map<String, com.liferay.info.filter.InfoFilter> infoFilters) void
setPagination
(com.liferay.info.pagination.Pagination pagination) void
setSegmentsEntryIds
(long[] segmentsEntryIds)
-
Constructor Details
-
DefaultLayoutListRetrieverContext
public DefaultLayoutListRetrieverContext()
-
-
Method Details
-
getConfiguration
- Specified by:
getConfiguration
in interfaceLayoutListRetrieverContext
-
getContextObject
- Specified by:
getContextObject
in interfaceLayoutListRetrieverContext
-
getInfoFilter
- Specified by:
getInfoFilter
in interfaceLayoutListRetrieverContext
-
getInfoFilters
- Specified by:
getInfoFilters
in interfaceLayoutListRetrieverContext
-
getPagination
public com.liferay.info.pagination.Pagination getPagination()- Specified by:
getPagination
in interfaceLayoutListRetrieverContext
-
getSegmentsEntryIds
public long[] getSegmentsEntryIds()- Specified by:
getSegmentsEntryIds
in interfaceLayoutListRetrieverContext
-
setConfiguration
-
setContextObject
-
setInfoFilters
-
setPagination
public void setPagination(com.liferay.info.pagination.Pagination pagination) -
setSegmentsEntryIds
public void setSegmentsEntryIds(long[] segmentsEntryIds)
-