@AccessControlled @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface BackgroundTaskService extends BaseService
BackgroundTaskServiceUtil,
BackgroundTaskServiceBaseImpl,
com.liferay.portal.service.impl.BackgroundTaskServiceImpl| Modifier and Type | Method and Description |
|---|---|
int |
getBackgroundTasksCount(long groupId,
java.lang.String taskExecutorClassName,
java.lang.String completed) |
java.lang.String |
getBackgroundTaskStatusJSON(long backgroundTaskId) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
@Transactional(propagation=SUPPORTS, readOnly=true) java.lang.String getBackgroundTaskStatusJSON(long backgroundTaskId)
@Transactional(propagation=SUPPORTS, readOnly=true) int getBackgroundTasksCount(long groupId, java.lang.String taskExecutorClassName, java.lang.String completed)
java.lang.String getBeanIdentifier()
void setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this bean