public class BatchEngineImportTaskServiceWrapper extends java.lang.Object implements BatchEngineImportTaskService, com.liferay.portal.kernel.service.ServiceWrapper<BatchEngineImportTaskService>
BatchEngineImportTaskService
.BatchEngineImportTaskService
Constructor and Description |
---|
BatchEngineImportTaskServiceWrapper(BatchEngineImportTaskService batchEngineImportTaskService) |
Modifier and Type | Method and Description |
---|---|
java.util.List<BatchEngineImportTask> |
getBatchEngineImportTasks(long companyId,
int start,
int end) |
java.util.List<BatchEngineImportTask> |
getBatchEngineImportTasks(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<BatchEngineImportTask> orderByComparator) |
int |
getBatchEngineImportTasksCount(long companyId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
BatchEngineImportTaskService |
getWrappedService() |
void |
setWrappedService(BatchEngineImportTaskService batchEngineImportTaskService) |
public BatchEngineImportTaskServiceWrapper(BatchEngineImportTaskService batchEngineImportTaskService)
public java.util.List<BatchEngineImportTask> getBatchEngineImportTasks(long companyId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getBatchEngineImportTasks
in interface BatchEngineImportTaskService
com.liferay.portal.kernel.exception.PortalException
public java.util.List<BatchEngineImportTask> getBatchEngineImportTasks(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchEngineImportTask> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
getBatchEngineImportTasks
in interface BatchEngineImportTaskService
com.liferay.portal.kernel.exception.PortalException
public int getBatchEngineImportTasksCount(long companyId) throws com.liferay.portal.kernel.exception.PortalException
getBatchEngineImportTasksCount
in interface BatchEngineImportTaskService
com.liferay.portal.kernel.exception.PortalException
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface BatchEngineImportTaskService
public BatchEngineImportTaskService getWrappedService()
getWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<BatchEngineImportTaskService>
public void setWrappedService(BatchEngineImportTaskService batchEngineImportTaskService)
setWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<BatchEngineImportTaskService>