com.liferay.util.bridges.alloy
Class AlloySearchResult

java.lang.Object
  extended by com.liferay.util.bridges.alloy.AlloySearchResult

public class AlloySearchResult
extends java.lang.Object

Author:
Brian Wing Shun Chan

Field Summary
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 Summary
AlloySearchResult()
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

alloyServiceInvoker

protected AlloyServiceInvoker alloyServiceInvoker

baseModels

protected java.util.List<com.liferay.portal.model.BaseModel<?>> baseModels

hits

protected com.liferay.portal.kernel.search.Hits hits

portletURL

protected javax.portlet.PortletURL portletURL

size

protected int size
Constructor Detail

AlloySearchResult

public AlloySearchResult()
Method Detail

getBaseModels

public java.util.List<com.liferay.portal.model.BaseModel<?>> getBaseModels()
                                                                    throws java.lang.Exception
Throws:
java.lang.Exception

getHits

public com.liferay.portal.kernel.search.Hits getHits()

getPortletURL

public javax.portlet.PortletURL getPortletURL()

getSize

public int getSize()

afterPropertiesSet

protected void afterPropertiesSet()

setAlloyServiceInvoker

protected void setAlloyServiceInvoker(AlloyServiceInvoker alloyServiceInvoker)

setHits

protected void setHits(com.liferay.portal.kernel.search.Hits hits)

setPortletURL

protected void setPortletURL(javax.portlet.PortletURL portletURL)