Package com.liferay.batch.engine.service
Class BatchEngineImportTaskServiceWrapper
java.lang.Object
com.liferay.batch.engine.service.BatchEngineImportTaskServiceWrapper
- All Implemented Interfaces:
BatchEngineImportTaskService
,com.liferay.portal.kernel.service.BaseService
,com.liferay.portal.kernel.service.ServiceWrapper<BatchEngineImportTaskService>
public class BatchEngineImportTaskServiceWrapper
extends Object
implements BatchEngineImportTaskService, com.liferay.portal.kernel.service.ServiceWrapper<BatchEngineImportTaskService>
Provides a wrapper for
BatchEngineImportTaskService
.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionBatchEngineImportTaskServiceWrapper
(BatchEngineImportTaskService batchEngineImportTaskService) -
Method Summary
Modifier and TypeMethodDescriptionaddBatchEngineImportTask
(String externalReferenceCode, long companyId, long userId, long batchSize, String callbackURL, String className, byte[] content, String contentType, String executeStatus, Map<String, String> fieldNameMappingMap, int importStrategy, String operation, Map<String, Serializable> parameters, String taskItemDelegateName) addBatchEngineImportTask
(String externalReferenceCode, long companyId, long userId, long batchSize, String callbackURL, String className, byte[] content, String contentType, String executeStatus, Map<String, String> fieldNameMappingMap, int importStrategy, String operation, Map<String, Serializable> parameters, String taskItemDelegateName, BatchEngineTaskItemDelegate<?> batchEngineTaskItemDelegate) getBatchEngineImportTask
(long batchEngineImportTaskId) getBatchEngineImportTaskByExternalReferenceCode
(String externalReferenceCode, long companyId) getBatchEngineImportTasks
(long companyId, int start, int end) getBatchEngineImportTasks
(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchEngineImportTask> orderByComparator) int
getBatchEngineImportTasksCount
(long companyId) Returns the OSGi service identifier.openContentInputStream
(long batchEngineImportTaskId) void
setWrappedService
(BatchEngineImportTaskService batchEngineImportTaskService)
-
Constructor Details
-
BatchEngineImportTaskServiceWrapper
public BatchEngineImportTaskServiceWrapper() -
BatchEngineImportTaskServiceWrapper
public BatchEngineImportTaskServiceWrapper(BatchEngineImportTaskService batchEngineImportTaskService)
-
-
Method Details
-
addBatchEngineImportTask
public BatchEngineImportTask addBatchEngineImportTask(String externalReferenceCode, long companyId, long userId, long batchSize, String callbackURL, String className, byte[] content, String contentType, String executeStatus, Map<String, String> fieldNameMappingMap, int importStrategy, String operation, Map<String, throws com.liferay.portal.kernel.exception.PortalExceptionSerializable> parameters, String taskItemDelegateName) - Specified by:
addBatchEngineImportTask
in interfaceBatchEngineImportTaskService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
addBatchEngineImportTask
public BatchEngineImportTask addBatchEngineImportTask(String externalReferenceCode, long companyId, long userId, long batchSize, String callbackURL, String className, byte[] content, String contentType, String executeStatus, Map<String, String> fieldNameMappingMap, int importStrategy, String operation, Map<String, throws com.liferay.portal.kernel.exception.PortalExceptionSerializable> parameters, String taskItemDelegateName, BatchEngineTaskItemDelegate<?> batchEngineTaskItemDelegate) - Specified by:
addBatchEngineImportTask
in interfaceBatchEngineImportTaskService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getBatchEngineImportTask
public BatchEngineImportTask getBatchEngineImportTask(long batchEngineImportTaskId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getBatchEngineImportTask
in interfaceBatchEngineImportTaskService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getBatchEngineImportTaskByExternalReferenceCode
public BatchEngineImportTask getBatchEngineImportTaskByExternalReferenceCode(String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getBatchEngineImportTaskByExternalReferenceCode
in interfaceBatchEngineImportTaskService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getBatchEngineImportTasks
public List<BatchEngineImportTask> getBatchEngineImportTasks(long companyId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getBatchEngineImportTasks
in interfaceBatchEngineImportTaskService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getBatchEngineImportTasks
public List<BatchEngineImportTask> getBatchEngineImportTasks(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchEngineImportTask> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getBatchEngineImportTasks
in interfaceBatchEngineImportTaskService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getBatchEngineImportTasksCount
public int getBatchEngineImportTasksCount(long companyId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getBatchEngineImportTasksCount
in interfaceBatchEngineImportTaskService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceBatchEngineImportTaskService
- Returns:
- the OSGi service identifier
-
openContentInputStream
public InputStream openContentInputStream(long batchEngineImportTaskId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
openContentInputStream
in interfaceBatchEngineImportTaskService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<BatchEngineImportTaskService>
-
setWrappedService
- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<BatchEngineImportTaskService>
-