public class AlloySearchResult
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected AlloyServiceInvoker |
alloyServiceInvoker |
protected java.util.List<com.liferay.portal.kernel.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.kernel.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 void |
setPortletURL(javax.portlet.PortletURL portletURL,
java.util.Map<java.lang.String,java.io.Serializable> attributes) |
protected AlloyServiceInvoker alloyServiceInvoker
protected java.util.List<com.liferay.portal.kernel.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.kernel.model.BaseModel<?>> getBaseModels() throws java.lang.Exception
java.lang.Exception
public 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)
protected void setPortletURL(javax.portlet.PortletURL portletURL, java.util.Map<java.lang.String,java.io.Serializable> attributes)