Liferay 6.0.5

com.liferay.portal.kernel.search
Class SearchContext

java.lang.Object
  extended by com.liferay.portal.kernel.search.SearchContext
All Implemented Interfaces:
Serializable

public class SearchContext
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
SearchContext()
           
 
Method Summary
 long[] getAssetCategoryIds()
           
 String[] getAssetTagNames()
           
 Serializable getAttribute(String name)
           
 Map<String,Serializable> getAttributes()
           
 BooleanClause[] getBooleanClauses()
           
 long[] getCategoryIds()
           
 long getCompanyId()
           
 int getEnd()
           
 long[] getFolderIds()
           
 long[] getGroupIds()
           
 String getKeywords()
           
 long[] getNodeIds()
           
 long getOwnerUserId()
           
 String[] getPortletIds()
           
 Sort[] getSorts()
           
 int getStart()
           
 long getUserId()
           
 boolean isAndSearch()
           
 boolean isScopeStrict()
           
 void setAndSearch(boolean andSearch)
           
 void setAssetCategoryIds(long[] assetCategoryIds)
           
 void setAssetTagNames(String[] assetTagNames)
           
 void setAttribute(String name, Serializable value)
           
 void setAttributes(Map<String,Serializable> attributes)
           
 void setBooleanClauses(BooleanClause[] booleanClauses)
           
 void setCategoryIds(long[] categoryIds)
           
 void setCompanyId(long companyId)
           
 void setEnd(int end)
           
 void setFolderIds(long[] folderIds)
           
 void setGroupIds(long[] groupIds)
           
 void setKeywords(String keywords)
           
 void setNodeIds(long[] nodeIds)
           
 void setOwnerUserId(long ownerUserId)
           
 void setPortletIds(String[] portletIds)
           
 void setScopeStrict(boolean scopeStrict)
           
 void setSorts(Sort[] sorts)
           
 void setStart(int start)
           
 void setUserId(long userId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchContext

public SearchContext()
Method Detail

getAssetCategoryIds

public long[] getAssetCategoryIds()

getAssetTagNames

public String[] getAssetTagNames()

getAttribute

public Serializable getAttribute(String name)

getAttributes

public Map<String,Serializable> getAttributes()

getBooleanClauses

public BooleanClause[] getBooleanClauses()

getCategoryIds

public long[] getCategoryIds()

getCompanyId

public long getCompanyId()

getEnd

public int getEnd()

getFolderIds

public long[] getFolderIds()

getGroupIds

public long[] getGroupIds()

getKeywords

public String getKeywords()

getNodeIds

public long[] getNodeIds()

getOwnerUserId

public long getOwnerUserId()

getPortletIds

public String[] getPortletIds()

getSorts

public Sort[] getSorts()

getStart

public int getStart()

getUserId

public long getUserId()

isAndSearch

public boolean isAndSearch()

isScopeStrict

public boolean isScopeStrict()

setAndSearch

public void setAndSearch(boolean andSearch)

setAssetCategoryIds

public void setAssetCategoryIds(long[] assetCategoryIds)

setAssetTagNames

public void setAssetTagNames(String[] assetTagNames)

setAttribute

public void setAttribute(String name,
                         Serializable value)

setAttributes

public void setAttributes(Map<String,Serializable> attributes)

setBooleanClauses

public void setBooleanClauses(BooleanClause[] booleanClauses)

setCategoryIds

public void setCategoryIds(long[] categoryIds)

setCompanyId

public void setCompanyId(long companyId)

setEnd

public void setEnd(int end)

setFolderIds

public void setFolderIds(long[] folderIds)

setGroupIds

public void setGroupIds(long[] groupIds)

setKeywords

public void setKeywords(String keywords)

setNodeIds

public void setNodeIds(long[] nodeIds)

setOwnerUserId

public void setOwnerUserId(long ownerUserId)

setPortletIds

public void setPortletIds(String[] portletIds)

setScopeStrict

public void setScopeStrict(boolean scopeStrict)

setSorts

public void setSorts(Sort[] sorts)

setStart

public void setStart(int start)

setUserId

public void setUserId(long userId)

Liferay 6.0.5