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 BatchEngineExportTaskService
com.liferay.portal.kernel.exception.PortalException
public BatchEngineExportTask getBatchEngineExportTask(long batchEngineExportTaskId) throws com.liferay.portal.kernel.exception.PortalException
getBatchEngineExportTask
in interface BatchEngineExportTaskService
com.liferay.portal.kernel.exception.PortalException
public BatchEngineExportTask getBatchEngineExportTaskByExternalReferenceCode(java.lang.String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException
getBatchEngineExportTaskByExternalReferenceCode
in interface BatchEngineExportTaskService
com.liferay.portal.kernel.exception.PortalException
public java.util.List<BatchEngineExportTask> getBatchEngineExportTasks(long companyId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getBatchEngineExportTasks
in interface BatchEngineExportTaskService
com.liferay.portal.kernel.exception.PortalException
public 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 BatchEngineExportTaskService
com.liferay.portal.kernel.exception.PortalException
public int getBatchEngineExportTasksCount(long companyId) throws com.liferay.portal.kernel.exception.PortalException
getBatchEngineExportTasksCount
in interface BatchEngineExportTaskService
com.liferay.portal.kernel.exception.PortalException
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface BatchEngineExportTaskService
public java.io.InputStream openContentInputStream(long batchEngineExportTaskId) throws com.liferay.portal.kernel.exception.PortalException
openContentInputStream
in interface BatchEngineExportTaskService
com.liferay.portal.kernel.exception.PortalException
public 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>