public class BatchEngineImportTaskLocalServiceWrapper extends java.lang.Object implements BatchEngineImportTaskLocalService, com.liferay.portal.kernel.service.ServiceWrapper<BatchEngineImportTaskLocalService>
BatchEngineImportTaskLocalService.BatchEngineImportTaskLocalService| Constructor and Description |
|---|
BatchEngineImportTaskLocalServiceWrapper() |
BatchEngineImportTaskLocalServiceWrapper(BatchEngineImportTaskLocalService batchEngineImportTaskLocalService) |
| Modifier and Type | Method and Description |
|---|---|
BatchEngineImportTask |
addBatchEngineImportTask(BatchEngineImportTask batchEngineImportTask)
Adds the batch engine import task to the database.
|
BatchEngineImportTask |
addBatchEngineImportTask(java.lang.String externalReferenceCode,
long companyId,
long userId,
long batchSize,
java.lang.String callbackURL,
java.lang.String className,
byte[] content,
java.lang.String contentType,
java.lang.String executeStatus,
java.util.Map<java.lang.String,java.lang.String> fieldNameMappingMap,
int importStrategy,
java.lang.String operation,
java.util.Map<java.lang.String,java.io.Serializable> parameters,
java.lang.String taskItemDelegateName) |
BatchEngineImportTask |
createBatchEngineImportTask(long batchEngineImportTaskId)
Creates a new batch engine import task with the primary key.
|
com.liferay.portal.kernel.model.PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
BatchEngineImportTask |
deleteBatchEngineImportTask(BatchEngineImportTask batchEngineImportTask)
Deletes the batch engine import task from the database.
|
BatchEngineImportTask |
deleteBatchEngineImportTask(long batchEngineImportTaskId)
Deletes the batch engine import task with the primary key from the database.
|
com.liferay.portal.kernel.model.PersistedModel |
deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) |
<T> T |
dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) |
int |
dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) |
com.liferay.portal.kernel.dao.orm.DynamicQuery |
dynamicQuery() |
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
Returns the number of rows matching the dynamic query.
|
BatchEngineImportTask |
fetchBatchEngineImportTask(long batchEngineImportTaskId) |
BatchEngineImportTask |
fetchBatchEngineImportTaskByExternalReferenceCode(long companyId,
java.lang.String externalReferenceCode)
Returns the batch engine import task with the matching external reference code and company.
|
BatchEngineImportTask |
fetchBatchEngineImportTaskByReferenceCode(long companyId,
java.lang.String externalReferenceCode)
Deprecated.
As of Cavanaugh (7.4.x), replaced by
fetchBatchEngineImportTaskByExternalReferenceCode(long, String) |
BatchEngineImportTask |
fetchBatchEngineImportTaskByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns the batch engine import task with the matching UUID and company.
|
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
BatchEngineImportTask |
getBatchEngineImportTask(long batchEngineImportTaskId)
Returns the batch engine import task with the primary key.
|
BatchEngineImportTask |
getBatchEngineImportTaskByExternalReferenceCode(long companyId,
java.lang.String externalReferenceCode)
Returns the batch engine import task with the matching external reference code and company.
|
BatchEngineImportTask |
getBatchEngineImportTaskByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns the batch engine import task with the matching UUID and company.
|
java.util.List<BatchEngineImportTask> |
getBatchEngineImportTasks(int start,
int end)
Returns a range of all the batch engine import tasks.
|
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) |
java.util.List<BatchEngineImportTask> |
getBatchEngineImportTasks(java.lang.String executeStatus) |
int |
getBatchEngineImportTasksCount()
Returns the number of batch engine import tasks.
|
int |
getBatchEngineImportTasksCount(long companyId) |
BatchEngineImportTaskContentBlobModel |
getContentBlobModel(java.io.Serializable primaryKey) |
com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery |
getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) |
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
BatchEngineImportTaskLocalService |
getWrappedService() |
java.io.InputStream |
openContentInputStream(long batchEngineImportTaskId) |
void |
setWrappedService(BatchEngineImportTaskLocalService batchEngineImportTaskLocalService) |
BatchEngineImportTask |
updateBatchEngineImportTask(BatchEngineImportTask batchEngineImportTask)
Updates the batch engine import task in the database or adds it if it does not yet exist.
|
public BatchEngineImportTaskLocalServiceWrapper()
public BatchEngineImportTaskLocalServiceWrapper(BatchEngineImportTaskLocalService batchEngineImportTaskLocalService)
public BatchEngineImportTask addBatchEngineImportTask(BatchEngineImportTask batchEngineImportTask)
Important: Inspect BatchEngineImportTaskLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
addBatchEngineImportTask in interface BatchEngineImportTaskLocalServicebatchEngineImportTask - the batch engine import taskpublic BatchEngineImportTask addBatchEngineImportTask(java.lang.String externalReferenceCode, long companyId, long userId, long batchSize, java.lang.String callbackURL, java.lang.String className, byte[] content, java.lang.String contentType, java.lang.String executeStatus, java.util.Map<java.lang.String,java.lang.String> fieldNameMappingMap, int importStrategy, java.lang.String operation, java.util.Map<java.lang.String,java.io.Serializable> parameters, java.lang.String taskItemDelegateName) throws com.liferay.portal.kernel.exception.PortalException
addBatchEngineImportTask in interface BatchEngineImportTaskLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic BatchEngineImportTask createBatchEngineImportTask(long batchEngineImportTaskId)
createBatchEngineImportTask in interface BatchEngineImportTaskLocalServicebatchEngineImportTaskId - the primary key for the new batch engine import taskpublic com.liferay.portal.kernel.model.PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
createPersistedModel in interface BatchEngineImportTaskLocalServicecreatePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic BatchEngineImportTask deleteBatchEngineImportTask(BatchEngineImportTask batchEngineImportTask)
Important: Inspect BatchEngineImportTaskLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
deleteBatchEngineImportTask in interface BatchEngineImportTaskLocalServicebatchEngineImportTask - the batch engine import taskpublic BatchEngineImportTask deleteBatchEngineImportTask(long batchEngineImportTaskId) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect BatchEngineImportTaskLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
deleteBatchEngineImportTask in interface BatchEngineImportTaskLocalServicebatchEngineImportTaskId - the primary key of the batch engine import taskPortalException - if a batch engine import task with the primary key could not be foundpublic com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel in interface BatchEngineImportTaskLocalServicedeletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery in interface BatchEngineImportTaskLocalServicedslQuery in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount in interface BatchEngineImportTaskLocalServicedslQueryCount in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface BatchEngineImportTaskLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface BatchEngineImportTaskLocalServicedynamicQuery - the dynamic querypublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.batch.engine.model.impl.BatchEngineImportTaskModelImpl.
dynamicQuery in interface BatchEngineImportTaskLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)public <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.batch.engine.model.impl.BatchEngineImportTaskModelImpl.
dynamicQuery in interface BatchEngineImportTaskLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQueryCount in interface BatchEngineImportTaskLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface BatchEngineImportTaskLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic BatchEngineImportTask fetchBatchEngineImportTask(long batchEngineImportTaskId)
fetchBatchEngineImportTask in interface BatchEngineImportTaskLocalServicepublic BatchEngineImportTask fetchBatchEngineImportTaskByExternalReferenceCode(long companyId, java.lang.String externalReferenceCode)
fetchBatchEngineImportTaskByExternalReferenceCode in interface BatchEngineImportTaskLocalServicecompanyId - the primary key of the companyexternalReferenceCode - the batch engine import task's external reference codenull if a matching batch engine import task could not be found@Deprecated public BatchEngineImportTask fetchBatchEngineImportTaskByReferenceCode(long companyId, java.lang.String externalReferenceCode)
fetchBatchEngineImportTaskByExternalReferenceCode(long, String)fetchBatchEngineImportTaskByReferenceCode in interface BatchEngineImportTaskLocalServicepublic BatchEngineImportTask fetchBatchEngineImportTaskByUuidAndCompanyId(java.lang.String uuid, long companyId)
fetchBatchEngineImportTaskByUuidAndCompanyId in interface BatchEngineImportTaskLocalServiceuuid - the batch engine import task's UUIDcompanyId - the primary key of the companynull if a matching batch engine import task could not be foundpublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface BatchEngineImportTaskLocalServicepublic BatchEngineImportTask getBatchEngineImportTask(long batchEngineImportTaskId) throws com.liferay.portal.kernel.exception.PortalException
getBatchEngineImportTask in interface BatchEngineImportTaskLocalServicebatchEngineImportTaskId - the primary key of the batch engine import taskPortalException - if a batch engine import task with the primary key could not be foundpublic BatchEngineImportTask getBatchEngineImportTaskByExternalReferenceCode(long companyId, java.lang.String externalReferenceCode) throws com.liferay.portal.kernel.exception.PortalException
getBatchEngineImportTaskByExternalReferenceCode in interface BatchEngineImportTaskLocalServicecompanyId - the primary key of the companyexternalReferenceCode - the batch engine import task's external reference codePortalException - if a matching batch engine import task could not be foundpublic BatchEngineImportTask getBatchEngineImportTaskByUuidAndCompanyId(java.lang.String uuid, long companyId) throws com.liferay.portal.kernel.exception.PortalException
getBatchEngineImportTaskByUuidAndCompanyId in interface BatchEngineImportTaskLocalServiceuuid - the batch engine import task's UUIDcompanyId - the primary key of the companyPortalException - if a matching batch engine import task could not be foundpublic java.util.List<BatchEngineImportTask> getBatchEngineImportTasks(int start, int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.batch.engine.model.impl.BatchEngineImportTaskModelImpl.
getBatchEngineImportTasks in interface BatchEngineImportTaskLocalServicestart - the lower bound of the range of batch engine import tasksend - the upper bound of the range of batch engine import tasks (not inclusive)public java.util.List<BatchEngineImportTask> getBatchEngineImportTasks(long companyId, int start, int end)
getBatchEngineImportTasks in interface BatchEngineImportTaskLocalServicepublic java.util.List<BatchEngineImportTask> getBatchEngineImportTasks(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchEngineImportTask> orderByComparator)
getBatchEngineImportTasks in interface BatchEngineImportTaskLocalServicepublic java.util.List<BatchEngineImportTask> getBatchEngineImportTasks(java.lang.String executeStatus)
getBatchEngineImportTasks in interface BatchEngineImportTaskLocalServicepublic int getBatchEngineImportTasksCount()
getBatchEngineImportTasksCount in interface BatchEngineImportTaskLocalServicepublic int getBatchEngineImportTasksCount(long companyId)
getBatchEngineImportTasksCount in interface BatchEngineImportTaskLocalServicepublic BatchEngineImportTaskContentBlobModel getContentBlobModel(java.io.Serializable primaryKey)
getContentBlobModel in interface BatchEngineImportTaskLocalServicepublic com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
getExportActionableDynamicQuery in interface BatchEngineImportTaskLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface BatchEngineImportTaskLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface BatchEngineImportTaskLocalServicepublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface BatchEngineImportTaskLocalServicegetPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic java.io.InputStream openContentInputStream(long batchEngineImportTaskId)
openContentInputStream in interface BatchEngineImportTaskLocalServicepublic BatchEngineImportTask updateBatchEngineImportTask(BatchEngineImportTask batchEngineImportTask)
Important: Inspect BatchEngineImportTaskLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
updateBatchEngineImportTask in interface BatchEngineImportTaskLocalServicebatchEngineImportTask - the batch engine import taskpublic BatchEngineImportTaskLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<BatchEngineImportTaskLocalService>public void setWrappedService(BatchEngineImportTaskLocalService batchEngineImportTaskLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<BatchEngineImportTaskLocalService>