public class DDMStructureIndexerBackgroundTaskExecutor
extends com.liferay.portal.kernel.backgroundtask.BaseBackgroundTaskExecutor
| Constructor and Description |
|---|
DDMStructureIndexerBackgroundTaskExecutor() |
| Modifier and Type | Method and Description |
|---|---|
com.liferay.portal.kernel.backgroundtask.BackgroundTaskExecutor |
clone() |
com.liferay.portal.kernel.backgroundtask.BackgroundTaskResult |
execute(com.liferay.portal.kernel.backgroundtask.BackgroundTask backgroundTask) |
com.liferay.portal.kernel.backgroundtask.display.BackgroundTaskDisplay |
getBackgroundTaskDisplay(com.liferay.portal.kernel.backgroundtask.BackgroundTask backgroundTask) |
static java.lang.String |
getBackgroundTaskName(long structureId) |
protected void |
getChildrenStructureIds(java.util.List<java.lang.Long> structureIds,
long parentStructureId) |
protected java.util.List<java.lang.Long> |
getChildrenStructureIds(long structureId) |
protected com.liferay.portal.kernel.search.DDMStructureIndexer |
getDDMStructureIndexer(long structureId) |
int |
getIsolationLevel() |
boolean |
isSerial() |
protected void |
setDDMStructureLocalService(com.liferay.dynamic.data.mapping.service.DDMStructureLocalService ddmStructureLocalService) |
protected void |
setIndexerRegistry(com.liferay.portal.kernel.search.IndexerRegistry indexerRegistry) |
public DDMStructureIndexerBackgroundTaskExecutor()
public static java.lang.String getBackgroundTaskName(long structureId)
public com.liferay.portal.kernel.backgroundtask.BackgroundTaskExecutor clone()
clone in interface com.liferay.portal.kernel.backgroundtask.BackgroundTaskExecutorclone in class com.liferay.portal.kernel.backgroundtask.BaseBackgroundTaskExecutorpublic com.liferay.portal.kernel.backgroundtask.BackgroundTaskResult execute(com.liferay.portal.kernel.backgroundtask.BackgroundTask backgroundTask)
throws java.lang.Exception
java.lang.Exceptionpublic com.liferay.portal.kernel.backgroundtask.display.BackgroundTaskDisplay getBackgroundTaskDisplay(com.liferay.portal.kernel.backgroundtask.BackgroundTask backgroundTask)
public int getIsolationLevel()
getIsolationLevel in interface com.liferay.portal.kernel.backgroundtask.BackgroundTaskExecutorgetIsolationLevel in class com.liferay.portal.kernel.backgroundtask.BaseBackgroundTaskExecutorpublic boolean isSerial()
isSerial in interface com.liferay.portal.kernel.backgroundtask.BackgroundTaskExecutorisSerial in class com.liferay.portal.kernel.backgroundtask.BaseBackgroundTaskExecutorprotected void getChildrenStructureIds(java.util.List<java.lang.Long> structureIds,
long parentStructureId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionprotected java.util.List<java.lang.Long> getChildrenStructureIds(long structureId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionprotected com.liferay.portal.kernel.search.DDMStructureIndexer getDDMStructureIndexer(long structureId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionprotected void setDDMStructureLocalService(com.liferay.dynamic.data.mapping.service.DDMStructureLocalService ddmStructureLocalService)
protected void setIndexerRegistry(com.liferay.portal.kernel.search.IndexerRegistry indexerRegistry)