Liferay 6.2-ce-ga5

com.liferay.util.bridges.alloy
Class AlloySearchResult

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

public class AlloySearchResult
extends Object


Field Summary
protected  AlloyServiceInvoker alloyServiceInvoker
           
protected  List<BaseModel<?>> baseModels
           
protected  Hits hits
           
protected  PortletURL portletURL
           
protected  int size
           
 
Constructor Summary
AlloySearchResult()
           
 
Method Summary
protected  void afterPropertiesSet()
           
 List<BaseModel<?>> getBaseModels()
           
 Hits getHits()
           
 PortletURL getPortletURL()
           
 int getSize()
           
protected  void setAlloyServiceInvoker(AlloyServiceInvoker alloyServiceInvoker)
           
protected  void setHits(Hits hits)
           
protected  void setPortletURL(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 List<BaseModel<?>> baseModels

hits

protected Hits hits

portletURL

protected PortletURL portletURL

size

protected int size
Constructor Detail

AlloySearchResult

public AlloySearchResult()
Method Detail

getBaseModels

public List<BaseModel<?>> getBaseModels()
                                 throws Exception
Throws:
Exception

getHits

public Hits getHits()

getPortletURL

public PortletURL getPortletURL()

getSize

public int getSize()

afterPropertiesSet

protected void afterPropertiesSet()

setAlloyServiceInvoker

protected void setAlloyServiceInvoker(AlloyServiceInvoker alloyServiceInvoker)

setHits

protected void setHits(Hits hits)

setPortletURL

protected void setPortletURL(PortletURL portletURL)

Liferay 6.2-ce-ga5