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 |
|---|---|
BatchEngineExportTask |
addBatchEngineExportTask(java.lang.String externalReferenceCode,
long companyId,
long userId,
java.lang.String callbackURL,
java.lang.String className,
java.lang.String contentType,
java.lang.String executeStatus,
java.util.List<java.lang.String> fieldNamesList,
java.util.Map<java.lang.String,java.io.Serializable> parameters,
java.lang.String taskItemDelegateName) |
BatchEngineExportTask |
getBatchEngineExportTask(long batchEngineExportTaskId) |
BatchEngineExportTask |
getBatchEngineExportTaskByExternalReferenceCode(java.lang.String externalReferenceCode,
long companyId) |
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() |
java.io.InputStream |
openContentInputStream(long batchEngineExportTaskId) |
void |
setWrappedService(BatchEngineExportTaskService batchEngineExportTaskService) |
public BatchEngineExportTaskServiceWrapper()
public BatchEngineExportTaskServiceWrapper(BatchEngineExportTaskService batchEngineExportTaskService)
public BatchEngineExportTask addBatchEngineExportTask(java.lang.String externalReferenceCode, long companyId, long userId, java.lang.String callbackURL, java.lang.String className, java.lang.String contentType, java.lang.String executeStatus, java.util.List<java.lang.String> fieldNamesList, java.util.Map<java.lang.String,java.io.Serializable> parameters, java.lang.String taskItemDelegateName) throws com.liferay.portal.kernel.exception.PortalException
addBatchEngineExportTask in interface BatchEngineExportTaskServicecom.liferay.portal.kernel.exception.PortalExceptionpublic BatchEngineExportTask getBatchEngineExportTask(long batchEngineExportTaskId) throws com.liferay.portal.kernel.exception.PortalException
getBatchEngineExportTask in interface BatchEngineExportTaskServicecom.liferay.portal.kernel.exception.PortalExceptionpublic BatchEngineExportTask getBatchEngineExportTaskByExternalReferenceCode(java.lang.String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException
getBatchEngineExportTaskByExternalReferenceCode in interface BatchEngineExportTaskServicecom.liferay.portal.kernel.exception.PortalExceptionpublic 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 java.io.InputStream openContentInputStream(long batchEngineExportTaskId)
throws com.liferay.portal.kernel.exception.PortalException
openContentInputStream in interface BatchEngineExportTaskServicecom.liferay.portal.kernel.exception.PortalExceptionpublic 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>