public class IndexableActionableDynamicQuery extends DefaultActionableDynamicQuery
ActionableDynamicQuery.AddCriteriaMethod, ActionableDynamicQuery.AddOrderCriteriaMethod, ActionableDynamicQuery.PerformActionMethod<T>, ActionableDynamicQuery.PerformCountMethodREQUIRES_NEW_TRANSACTION_CONFIG| Constructor and Description |
|---|
IndexableActionableDynamicQuery() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
actionsCompleted() |
void |
addDocuments(Document... documents) |
protected long |
doPerformActions(long previousPrimaryKey) |
protected String |
getSearchEngineId() |
protected void |
indexInterval() |
void |
performActions() |
protected void |
sendStatusMessage() |
protected void |
sendStatusMessage(long documentIntervalCount) |
void |
setParallel(boolean parallel) |
void |
setSearchEngineId(String searchEngineId) |
addCriteria, addDefaultCriteria, addOrderCriteria, executeDynamicQuery, getAddCriteriaMethod, getAddOrderCriteriaMethod, getCompanyId, getCountProjection, getInterval, getModelClass, getPerformActionMethod, getPerformCountMethod, getTransactionConfig, intervalCompleted, isParallel, performAction, performCount, setAddCriteriaMethod, setAddOrderCriteriaMethod, setBaseLocalService, setClass, setClassLoader, setCompanyId, setGroupId, setGroupIdPropertyName, setInterval, setModelClass, setPerformActionMethod, setPerformCountMethod, setPrimaryKeyPropertyName, setTransactionConfigpublic void addDocuments(Document... documents) throws PortalException
PortalExceptionpublic void performActions()
throws PortalException
performActions in interface ActionableDynamicQueryperformActions in class DefaultActionableDynamicQueryPortalExceptionpublic void setParallel(boolean parallel)
setParallel in interface ActionableDynamicQuerysetParallel in class DefaultActionableDynamicQuerypublic void setSearchEngineId(String searchEngineId)
protected void actionsCompleted()
throws PortalException
actionsCompleted in class DefaultActionableDynamicQueryPortalExceptionprotected long doPerformActions(long previousPrimaryKey)
throws PortalException
doPerformActions in class DefaultActionableDynamicQueryPortalExceptionprotected String getSearchEngineId()
protected void indexInterval()
throws PortalException
PortalExceptionprotected void sendStatusMessage()
protected void sendStatusMessage(long documentIntervalCount)