Liferay 7.0-ce-b4

com.liferay.portal.kernel.dao.orm
Class IndexableActionableDynamicQuery

java.lang.Object
  extended by com.liferay.portal.kernel.dao.orm.DefaultActionableDynamicQuery
      extended by com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery
All Implemented Interfaces:
ActionableDynamicQuery

public class IndexableActionableDynamicQuery
extends DefaultActionableDynamicQuery


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery
ActionableDynamicQuery.AddCriteriaMethod, ActionableDynamicQuery.AddOrderCriteriaMethod, ActionableDynamicQuery.PerformActionMethod<T>, ActionableDynamicQuery.PerformCountMethod
 
Field Summary
 
Fields inherited from class com.liferay.portal.kernel.dao.orm.DefaultActionableDynamicQuery
REQUIRES_NEW_TRANSACTION_ATTRIBUTE
 
Constructor Summary
IndexableActionableDynamicQuery()
           
 
Method Summary
protected  void actionsCompleted()
           
 void addDocuments(Document... documents)
           
protected  long doPerformActions(long previousPrimaryKey)
           
protected  String getSearchEngineId()
           
protected  void indexInterval()
           
 void performActions()
           
protected  void sendStatusMessage()
           
 void setSearchEngineId(String searchEngineId)
           
 
Methods inherited from class com.liferay.portal.kernel.dao.orm.DefaultActionableDynamicQuery
addCriteria, addDefaultCriteria, addOrderCriteria, executeDynamicQuery, getAddCriteriaMethod, getAddOrderCriteriaMethod, getCompanyId, getCountProjection, getInterval, getModelClass, getPerformActionMethod, getPerformCountMethod, getTransactionAttribute, intervalCompleted, isParallel, performAction, performCount, setAddCriteriaMethod, setAddOrderCriteriaMethod, setBaseLocalService, setClass, setClassLoader, setCompanyId, setGroupId, setGroupIdPropertyName, setInterval, setModelClass, setParallel, setPerformActionMethod, setPerformCountMethod, setPrimaryKeyPropertyName, setTransactionAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexableActionableDynamicQuery

public IndexableActionableDynamicQuery()
Method Detail

addDocuments

public void addDocuments(Document... documents)
                  throws PortalException
Throws:
PortalException

performActions

public void performActions()
                    throws PortalException
Specified by:
performActions in interface ActionableDynamicQuery
Overrides:
performActions in class DefaultActionableDynamicQuery
Throws:
PortalException

setSearchEngineId

public void setSearchEngineId(String searchEngineId)

actionsCompleted

protected void actionsCompleted()
                         throws PortalException
Overrides:
actionsCompleted in class DefaultActionableDynamicQuery
Throws:
PortalException

doPerformActions

protected long doPerformActions(long previousPrimaryKey)
                         throws PortalException
Overrides:
doPerformActions in class DefaultActionableDynamicQuery
Throws:
PortalException

getSearchEngineId

protected String getSearchEngineId()

indexInterval

protected void indexInterval()
                      throws PortalException
Throws:
PortalException

sendStatusMessage

protected void sendStatusMessage()

Liferay 7.0-ce-b4