public class KaleoTaskLocalServiceWrapper extends java.lang.Object implements KaleoTaskLocalService, com.liferay.portal.kernel.service.ServiceWrapper<KaleoTaskLocalService>
KaleoTaskLocalService.KaleoTaskLocalService| Constructor and Description |
|---|
KaleoTaskLocalServiceWrapper() |
KaleoTaskLocalServiceWrapper(KaleoTaskLocalService kaleoTaskLocalService) |
| Modifier and Type | Method and Description |
|---|---|
KaleoTask |
addKaleoTask(KaleoTask kaleoTask)
Adds the kaleo task to the database.
|
KaleoTask |
addKaleoTask(long kaleoDefinitionId,
long kaleoDefinitionVersionId,
long kaleoNodeId,
com.liferay.portal.workflow.kaleo.definition.Task task,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
KaleoTask |
createKaleoTask(long kaleoTaskId)
Creates a new kaleo task with the primary key.
|
com.liferay.portal.kernel.model.PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
void |
deleteCompanyKaleoTasks(long companyId) |
void |
deleteKaleoDefinitionVersionKaleoTasks(long kaleoDefinitionVersionId) |
KaleoTask |
deleteKaleoTask(KaleoTask kaleoTask)
Deletes the kaleo task from the database.
|
KaleoTask |
deleteKaleoTask(long kaleoTaskId)
Deletes the kaleo 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.
|
KaleoTask |
fetchKaleoTask(long kaleoTaskId) |
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<KaleoTask> |
getCTPersistence() |
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
KaleoTask |
getKaleoNodeKaleoTask(long kaleoNodeId) |
KaleoTask |
getKaleoTask(long kaleoTaskId)
Returns the kaleo task with the primary key.
|
java.util.List<KaleoTask> |
getKaleoTasks(int start,
int end)
Returns a range of all the kaleo tasks.
|
int |
getKaleoTasksCount()
Returns the number of kaleo tasks.
|
java.lang.Class<KaleoTask> |
getModelClass() |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
KaleoTaskLocalService |
getWrappedService() |
void |
setWrappedService(KaleoTaskLocalService kaleoTaskLocalService) |
KaleoTask |
updateKaleoTask(KaleoTask kaleoTask)
Updates the kaleo task in the database or adds it if it does not yet exist.
|
<R,E extends java.lang.Throwable> |
updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<KaleoTask>,R,E> updateUnsafeFunction) |
public KaleoTaskLocalServiceWrapper()
public KaleoTaskLocalServiceWrapper(KaleoTaskLocalService kaleoTaskLocalService)
public KaleoTask addKaleoTask(KaleoTask kaleoTask)
Important: Inspect KaleoTaskLocalServiceImpl 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.
addKaleoTask in interface KaleoTaskLocalServicekaleoTask - the kaleo taskpublic KaleoTask addKaleoTask(long kaleoDefinitionId, long kaleoDefinitionVersionId, long kaleoNodeId, com.liferay.portal.workflow.kaleo.definition.Task task, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addKaleoTask in interface KaleoTaskLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic KaleoTask createKaleoTask(long kaleoTaskId)
createKaleoTask in interface KaleoTaskLocalServicekaleoTaskId - the primary key for the new kaleo taskpublic com.liferay.portal.kernel.model.PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
createPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicecreatePersistedModel in interface KaleoTaskLocalServicePortalExceptionpublic void deleteCompanyKaleoTasks(long companyId)
deleteCompanyKaleoTasks in interface KaleoTaskLocalServicepublic void deleteKaleoDefinitionVersionKaleoTasks(long kaleoDefinitionVersionId)
deleteKaleoDefinitionVersionKaleoTasks in interface KaleoTaskLocalServicepublic KaleoTask deleteKaleoTask(KaleoTask kaleoTask)
Important: Inspect KaleoTaskLocalServiceImpl 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.
deleteKaleoTask in interface KaleoTaskLocalServicekaleoTask - the kaleo taskpublic KaleoTask deleteKaleoTask(long kaleoTaskId) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect KaleoTaskLocalServiceImpl 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.
deleteKaleoTask in interface KaleoTaskLocalServicekaleoTaskId - the primary key of the kaleo taskPortalException - if a kaleo 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 com.liferay.portal.kernel.service.PersistedModelLocalServicedeletePersistedModel in interface KaleoTaskLocalServicePortalExceptionpublic <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery in interface com.liferay.portal.kernel.service.PersistedModelLocalServicedslQuery in interface KaleoTaskLocalServicepublic int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount in interface com.liferay.portal.kernel.service.PersistedModelLocalServicedslQueryCount in interface KaleoTaskLocalServicepublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface KaleoTaskLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface KaleoTaskLocalServicedynamicQuery - 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.portal.workflow.kaleo.model.impl.KaleoTaskModelImpl.
dynamicQuery in interface KaleoTaskLocalServicedynamicQuery - 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.portal.workflow.kaleo.model.impl.KaleoTaskModelImpl.
dynamicQuery in interface KaleoTaskLocalServicedynamicQuery - 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 KaleoTaskLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface KaleoTaskLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic KaleoTask fetchKaleoTask(long kaleoTaskId)
fetchKaleoTask in interface KaleoTaskLocalServicepublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface KaleoTaskLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface KaleoTaskLocalServicepublic KaleoTask getKaleoNodeKaleoTask(long kaleoNodeId) throws com.liferay.portal.kernel.exception.PortalException
getKaleoNodeKaleoTask in interface KaleoTaskLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic KaleoTask getKaleoTask(long kaleoTaskId) throws com.liferay.portal.kernel.exception.PortalException
getKaleoTask in interface KaleoTaskLocalServicekaleoTaskId - the primary key of the kaleo taskPortalException - if a kaleo task with the primary key could not be foundpublic java.util.List<KaleoTask> getKaleoTasks(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.portal.workflow.kaleo.model.impl.KaleoTaskModelImpl.
getKaleoTasks in interface KaleoTaskLocalServicestart - the lower bound of the range of kaleo tasksend - the upper bound of the range of kaleo tasks (not inclusive)public int getKaleoTasksCount()
getKaleoTasksCount in interface KaleoTaskLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface KaleoTaskLocalServicepublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicegetPersistedModel in interface KaleoTaskLocalServicePortalExceptionpublic KaleoTask updateKaleoTask(KaleoTask kaleoTask)
Important: Inspect KaleoTaskLocalServiceImpl 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.
updateKaleoTask in interface KaleoTaskLocalServicekaleoTask - the kaleo taskpublic com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<KaleoTask> getCTPersistence()
getCTPersistence in interface com.liferay.portal.kernel.service.change.tracking.CTService<KaleoTask>getCTPersistence in interface KaleoTaskLocalServicepublic java.lang.Class<KaleoTask> getModelClass()
getModelClass in interface com.liferay.portal.kernel.service.change.tracking.CTService<KaleoTask>getModelClass in interface KaleoTaskLocalServicepublic <R,E extends java.lang.Throwable> R updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<KaleoTask>,R,E> updateUnsafeFunction) throws E extends java.lang.Throwable
updateWithUnsafeFunction in interface com.liferay.portal.kernel.service.change.tracking.CTService<KaleoTask>updateWithUnsafeFunction in interface KaleoTaskLocalServiceE extends java.lang.Throwablepublic KaleoTaskLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<KaleoTaskLocalService>public void setWrappedService(KaleoTaskLocalService kaleoTaskLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<KaleoTaskLocalService>