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) intgetBatchEngineImportTasksCount(long companyId) Returns the OSGi service identifier.openContentInputStream(long batchEngineImportTaskId) voidsetWrappedService(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:
addBatchEngineImportTaskin 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:
addBatchEngineImportTaskin interfaceBatchEngineImportTaskService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getBatchEngineImportTask
public BatchEngineImportTask getBatchEngineImportTask(long batchEngineImportTaskId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getBatchEngineImportTaskin 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:
getBatchEngineImportTaskByExternalReferenceCodein 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:
getBatchEngineImportTasksin 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:
getBatchEngineImportTasksin interfaceBatchEngineImportTaskService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getBatchEngineImportTasksCount
public int getBatchEngineImportTasksCount(long companyId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getBatchEngineImportTasksCountin interfaceBatchEngineImportTaskService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceBatchEngineImportTaskService- Returns:
- the OSGi service identifier
-
openContentInputStream
public InputStream openContentInputStream(long batchEngineImportTaskId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
openContentInputStreamin interfaceBatchEngineImportTaskService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<BatchEngineImportTaskService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<BatchEngineImportTaskService>
-