Liferay 6.2-ce-ga5

com.liferay.portal.service
Class BackgroundTaskServiceWrapper

java.lang.Object
  extended by com.liferay.portal.service.BackgroundTaskServiceWrapper
All Implemented Interfaces:
BackgroundTaskService, BaseService, ServiceWrapper<BackgroundTaskService>

@ProviderType
public class BackgroundTaskServiceWrapper
extends Object
implements BackgroundTaskService, ServiceWrapper<BackgroundTaskService>

Provides a wrapper for BackgroundTaskService.

See Also:
BackgroundTaskService
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Constructor Summary
BackgroundTaskServiceWrapper(BackgroundTaskService backgroundTaskService)
           
 
Method Summary
 int getBackgroundTasksCount(long groupId, String taskExecutorClassName, String completed)
           
 String getBackgroundTaskStatusJSON(long backgroundTaskId)
           
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 BackgroundTaskService getWrappedBackgroundTaskService()
          Deprecated. As of 6.1.0, replaced by getWrappedService()
 BackgroundTaskService getWrappedService()
           
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setWrappedBackgroundTaskService(BackgroundTaskService backgroundTaskService)
          Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portal.service.BackgroundTaskService)
 void setWrappedService(BackgroundTaskService backgroundTaskService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BackgroundTaskServiceWrapper

public BackgroundTaskServiceWrapper(BackgroundTaskService backgroundTaskService)
Method Detail

getBeanIdentifier

public String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Specified by:
getBeanIdentifier in interface BackgroundTaskService
Returns:
the Spring bean ID for this bean

setBeanIdentifier

public void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Specified by:
setBeanIdentifier in interface BackgroundTaskService
Parameters:
beanIdentifier - the Spring bean ID for this bean

getBackgroundTasksCount

public int getBackgroundTasksCount(long groupId,
                                   String taskExecutorClassName,
                                   String completed)
                            throws SystemException
Specified by:
getBackgroundTasksCount in interface BackgroundTaskService
Throws:
SystemException

getBackgroundTaskStatusJSON

public String getBackgroundTaskStatusJSON(long backgroundTaskId)
Specified by:
getBackgroundTaskStatusJSON in interface BackgroundTaskService

getWrappedBackgroundTaskService

public BackgroundTaskService getWrappedBackgroundTaskService()
Deprecated. As of 6.1.0, replaced by getWrappedService()


setWrappedBackgroundTaskService

public void setWrappedBackgroundTaskService(BackgroundTaskService backgroundTaskService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portal.service.BackgroundTaskService)


getWrappedService

public BackgroundTaskService getWrappedService()
Specified by:
getWrappedService in interface ServiceWrapper<BackgroundTaskService>

setWrappedService

public void setWrappedService(BackgroundTaskService backgroundTaskService)
Specified by:
setWrappedService in interface ServiceWrapper<BackgroundTaskService>

Liferay 6.2-ce-ga5