public class BatchEngineExportTaskLocalServiceWrapper extends java.lang.Object implements BatchEngineExportTaskLocalService, com.liferay.portal.kernel.service.ServiceWrapper<BatchEngineExportTaskLocalService>
BatchEngineExportTaskLocalService.BatchEngineExportTaskLocalService| Constructor and Description |
|---|
BatchEngineExportTaskLocalServiceWrapper() |
BatchEngineExportTaskLocalServiceWrapper(BatchEngineExportTaskLocalService batchEngineExportTaskLocalService) |
| Modifier and Type | Method and Description |
|---|---|
BatchEngineExportTask |
addBatchEngineExportTask(BatchEngineExportTask batchEngineExportTask)
Adds the batch engine export task to the database.
|
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 |
createBatchEngineExportTask(long batchEngineExportTaskId)
Creates a new batch engine export task with the primary key.
|
com.liferay.portal.kernel.model.PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
BatchEngineExportTask |
deleteBatchEngineExportTask(BatchEngineExportTask batchEngineExportTask)
Deletes the batch engine export task from the database.
|
BatchEngineExportTask |
deleteBatchEngineExportTask(long batchEngineExportTaskId)
Deletes the batch engine export 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.
|
BatchEngineExportTask |
fetchBatchEngineExportTask(long batchEngineExportTaskId) |
BatchEngineExportTask |
fetchBatchEngineExportTaskByExternalReferenceCode(java.lang.String externalReferenceCode,
long companyId) |
BatchEngineExportTask |
fetchBatchEngineExportTaskByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns the batch engine export task with the matching UUID and company.
|
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
BatchEngineExportTask |
getBatchEngineExportTask(long batchEngineExportTaskId)
Returns the batch engine export task with the primary key.
|
BatchEngineExportTask |
getBatchEngineExportTaskByExternalReferenceCode(java.lang.String externalReferenceCode,
long companyId) |
BatchEngineExportTask |
getBatchEngineExportTaskByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns the batch engine export task with the matching UUID and company.
|
java.util.List<BatchEngineExportTask> |
getBatchEngineExportTasks(int start,
int end)
Returns a range of all the batch engine export tasks.
|
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) |
java.util.List<BatchEngineExportTask> |
getBatchEngineExportTasks(java.lang.String executeStatus) |
int |
getBatchEngineExportTasksCount()
Returns the number of batch engine export tasks.
|
int |
getBatchEngineExportTasksCount(long companyId) |
BatchEngineExportTaskContentBlobModel |
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) |
BatchEngineExportTaskLocalService |
getWrappedService() |
java.io.InputStream |
openContentInputStream(long batchEngineExportTaskId) |
void |
setWrappedService(BatchEngineExportTaskLocalService batchEngineExportTaskLocalService) |
BatchEngineExportTask |
updateBatchEngineExportTask(BatchEngineExportTask batchEngineExportTask)
Updates the batch engine export task in the database or adds it if it does not yet exist.
|
public BatchEngineExportTaskLocalServiceWrapper()
public BatchEngineExportTaskLocalServiceWrapper(BatchEngineExportTaskLocalService batchEngineExportTaskLocalService)
public BatchEngineExportTask addBatchEngineExportTask(BatchEngineExportTask batchEngineExportTask)
Important: Inspect BatchEngineExportTaskLocalServiceImpl 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.
addBatchEngineExportTask in interface BatchEngineExportTaskLocalServicebatchEngineExportTask - the batch engine export taskpublic 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)
addBatchEngineExportTask in interface BatchEngineExportTaskLocalServicepublic BatchEngineExportTask createBatchEngineExportTask(long batchEngineExportTaskId)
createBatchEngineExportTask in interface BatchEngineExportTaskLocalServicebatchEngineExportTaskId - the primary key for the new batch engine export taskpublic com.liferay.portal.kernel.model.PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
createPersistedModel in interface BatchEngineExportTaskLocalServicecreatePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic BatchEngineExportTask deleteBatchEngineExportTask(BatchEngineExportTask batchEngineExportTask)
Important: Inspect BatchEngineExportTaskLocalServiceImpl 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.
deleteBatchEngineExportTask in interface BatchEngineExportTaskLocalServicebatchEngineExportTask - the batch engine export taskpublic BatchEngineExportTask deleteBatchEngineExportTask(long batchEngineExportTaskId) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect BatchEngineExportTaskLocalServiceImpl 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.
deleteBatchEngineExportTask in interface BatchEngineExportTaskLocalServicebatchEngineExportTaskId - the primary key of the batch engine export taskPortalException - if a batch engine export 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 BatchEngineExportTaskLocalServicedeletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery in interface BatchEngineExportTaskLocalServicedslQuery in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount in interface BatchEngineExportTaskLocalServicedslQueryCount in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface BatchEngineExportTaskLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface BatchEngineExportTaskLocalServicedynamicQuery - 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.BatchEngineExportTaskModelImpl.
dynamicQuery in interface BatchEngineExportTaskLocalServicedynamicQuery - 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.BatchEngineExportTaskModelImpl.
dynamicQuery in interface BatchEngineExportTaskLocalServicedynamicQuery - 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 BatchEngineExportTaskLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface BatchEngineExportTaskLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic BatchEngineExportTask fetchBatchEngineExportTask(long batchEngineExportTaskId)
fetchBatchEngineExportTask in interface BatchEngineExportTaskLocalServicepublic BatchEngineExportTask fetchBatchEngineExportTaskByExternalReferenceCode(java.lang.String externalReferenceCode, long companyId)
fetchBatchEngineExportTaskByExternalReferenceCode in interface BatchEngineExportTaskLocalServicepublic BatchEngineExportTask fetchBatchEngineExportTaskByUuidAndCompanyId(java.lang.String uuid, long companyId)
fetchBatchEngineExportTaskByUuidAndCompanyId in interface BatchEngineExportTaskLocalServiceuuid - the batch engine export task's UUIDcompanyId - the primary key of the companynull if a matching batch engine export task could not be foundpublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface BatchEngineExportTaskLocalServicepublic BatchEngineExportTask getBatchEngineExportTask(long batchEngineExportTaskId) throws com.liferay.portal.kernel.exception.PortalException
getBatchEngineExportTask in interface BatchEngineExportTaskLocalServicebatchEngineExportTaskId - the primary key of the batch engine export taskPortalException - if a batch engine export task with the primary key could not be foundpublic BatchEngineExportTask getBatchEngineExportTaskByExternalReferenceCode(java.lang.String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException
getBatchEngineExportTaskByExternalReferenceCode in interface BatchEngineExportTaskLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic BatchEngineExportTask getBatchEngineExportTaskByUuidAndCompanyId(java.lang.String uuid, long companyId) throws com.liferay.portal.kernel.exception.PortalException
getBatchEngineExportTaskByUuidAndCompanyId in interface BatchEngineExportTaskLocalServiceuuid - the batch engine export task's UUIDcompanyId - the primary key of the companyPortalException - if a matching batch engine export task could not be foundpublic java.util.List<BatchEngineExportTask> getBatchEngineExportTasks(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.BatchEngineExportTaskModelImpl.
getBatchEngineExportTasks in interface BatchEngineExportTaskLocalServicestart - the lower bound of the range of batch engine export tasksend - the upper bound of the range of batch engine export tasks (not inclusive)public java.util.List<BatchEngineExportTask> getBatchEngineExportTasks(long companyId, int start, int end)
getBatchEngineExportTasks in interface BatchEngineExportTaskLocalServicepublic java.util.List<BatchEngineExportTask> getBatchEngineExportTasks(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchEngineExportTask> orderByComparator)
getBatchEngineExportTasks in interface BatchEngineExportTaskLocalServicepublic java.util.List<BatchEngineExportTask> getBatchEngineExportTasks(java.lang.String executeStatus)
getBatchEngineExportTasks in interface BatchEngineExportTaskLocalServicepublic int getBatchEngineExportTasksCount()
getBatchEngineExportTasksCount in interface BatchEngineExportTaskLocalServicepublic int getBatchEngineExportTasksCount(long companyId)
getBatchEngineExportTasksCount in interface BatchEngineExportTaskLocalServicepublic BatchEngineExportTaskContentBlobModel getContentBlobModel(java.io.Serializable primaryKey)
getContentBlobModel in interface BatchEngineExportTaskLocalServicepublic com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
getExportActionableDynamicQuery in interface BatchEngineExportTaskLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface BatchEngineExportTaskLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface BatchEngineExportTaskLocalServicepublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface BatchEngineExportTaskLocalServicegetPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic java.io.InputStream openContentInputStream(long batchEngineExportTaskId)
openContentInputStream in interface BatchEngineExportTaskLocalServicepublic BatchEngineExportTask updateBatchEngineExportTask(BatchEngineExportTask batchEngineExportTask)
Important: Inspect BatchEngineExportTaskLocalServiceImpl 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.
updateBatchEngineExportTask in interface BatchEngineExportTaskLocalServicebatchEngineExportTask - the batch engine export taskpublic BatchEngineExportTaskLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<BatchEngineExportTaskLocalService>public void setWrappedService(BatchEngineExportTaskLocalService batchEngineExportTaskLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<BatchEngineExportTaskLocalService>