public class AlloySearchResult
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected AlloyServiceInvoker |
alloyServiceInvoker |
protected java.util.List<com.liferay.portal.model.BaseModel<?>> |
baseModels |
protected com.liferay.portal.kernel.search.Hits |
hits |
protected javax.portlet.PortletURL |
portletURL |
protected int |
size |
| Constructor and Description |
|---|
AlloySearchResult() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
afterPropertiesSet() |
java.util.List<com.liferay.portal.model.BaseModel<?>> |
getBaseModels() |
com.liferay.portal.kernel.search.Hits |
getHits() |
javax.portlet.PortletURL |
getPortletURL() |
int |
getSize() |
protected void |
setAlloyServiceInvoker(AlloyServiceInvoker alloyServiceInvoker) |
protected void |
setHits(com.liferay.portal.kernel.search.Hits hits) |
protected void |
setPortletURL(javax.portlet.PortletURL portletURL) |
protected AlloyServiceInvoker alloyServiceInvoker
protected java.util.List<com.liferay.portal.model.BaseModel<?>> baseModels
protected com.liferay.portal.kernel.search.Hits hits
protected javax.portlet.PortletURL portletURL
protected int size
public java.util.List<com.liferay.portal.model.BaseModel<?>> getBaseModels()
throws java.lang.Exception
java.lang.Exceptionpublic com.liferay.portal.kernel.search.Hits getHits()
public javax.portlet.PortletURL getPortletURL()
public int getSize()
protected void afterPropertiesSet()
protected void setAlloyServiceInvoker(AlloyServiceInvoker alloyServiceInvoker)
protected void setHits(com.liferay.portal.kernel.search.Hits hits)
protected void setPortletURL(javax.portlet.PortletURL portletURL)