public class BatchEngineExportTaskServiceWrapper extends java.lang.Object implements BatchEngineExportTaskService, com.liferay.portal.kernel.service.ServiceWrapper<BatchEngineExportTaskService>
BatchEngineExportTaskService.BatchEngineExportTaskService| Constructor and Description |
|---|
BatchEngineExportTaskServiceWrapper() |
BatchEngineExportTaskServiceWrapper(BatchEngineExportTaskService batchEngineExportTaskService) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<BatchEngineExportTask> |
getBatchEngineExportTasks(long companyId,
int start,
int end) |
java.util.List<BatchEngineExportTask> |
getBatchEngineExportTasks(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<BatchEngineExportTask> orderByComparator) |
int |
getBatchEngineExportTasksCount(long companyId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
BatchEngineExportTaskService |
getWrappedService() |
void |
setWrappedService(BatchEngineExportTaskService batchEngineExportTaskService) |
public BatchEngineExportTaskServiceWrapper()
public BatchEngineExportTaskServiceWrapper(BatchEngineExportTaskService batchEngineExportTaskService)
public java.util.List<BatchEngineExportTask> getBatchEngineExportTasks(long companyId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getBatchEngineExportTasks in interface BatchEngineExportTaskServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<BatchEngineExportTask> getBatchEngineExportTasks(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchEngineExportTask> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
getBatchEngineExportTasks in interface BatchEngineExportTaskServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getBatchEngineExportTasksCount(long companyId)
throws com.liferay.portal.kernel.exception.PortalException
getBatchEngineExportTasksCount in interface BatchEngineExportTaskServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface BatchEngineExportTaskServicepublic BatchEngineExportTaskService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<BatchEngineExportTaskService>public void setWrappedService(BatchEngineExportTaskService batchEngineExportTaskService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<BatchEngineExportTaskService>