public class KaleoTaskFormLocalServiceWrapper extends java.lang.Object implements KaleoTaskFormLocalService, com.liferay.portal.kernel.service.ServiceWrapper<KaleoTaskFormLocalService>
KaleoTaskFormLocalService.KaleoTaskFormLocalService| Constructor and Description |
|---|
KaleoTaskFormLocalServiceWrapper() |
KaleoTaskFormLocalServiceWrapper(KaleoTaskFormLocalService kaleoTaskFormLocalService) |
| Modifier and Type | Method and Description |
|---|---|
KaleoTaskForm |
addKaleoTaskForm(KaleoTaskForm kaleoTaskForm)
Adds the kaleo task form to the database.
|
KaleoTaskForm |
addKaleoTaskForm(long kaleoDefinitionId,
long kaleoDefinitionVersionId,
long kaleoNodeId,
KaleoTask kaleoTask,
com.liferay.portal.workflow.kaleo.definition.TaskForm taskForm,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
KaleoTaskForm |
createKaleoTaskForm(long kaleoTaskFormId)
Creates a new kaleo task form with the primary key.
|
com.liferay.portal.kernel.model.PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
void |
deleteCompanyKaleoTaskForms(long companyId) |
void |
deleteKaleoDefinitionVersionKaleoTaskForms(long kaleoDefinitionVersionId) |
KaleoTaskForm |
deleteKaleoTaskForm(KaleoTaskForm kaleoTaskForm)
Deletes the kaleo task form from the database.
|
KaleoTaskForm |
deleteKaleoTaskForm(long kaleoTaskFormId)
Deletes the kaleo task form 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.
|
KaleoTaskForm |
fetchKaleoTaskForm(long kaleoTaskFormId) |
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
com.liferay.portal.kernel.service.persistence.BasePersistence<?> |
getBasePersistence() |
com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<KaleoTaskForm> |
getCTPersistence() |
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
KaleoTaskForm |
getKaleoTaskForm(long kaleoTaskFormId)
Returns the kaleo task form with the primary key.
|
java.util.List<KaleoTaskForm> |
getKaleoTaskForms(int start,
int end)
Returns a range of all the kaleo task forms.
|
java.util.List<KaleoTaskForm> |
getKaleoTaskForms(long kaleoTaskId) |
int |
getKaleoTaskFormsCount()
Returns the number of kaleo task forms.
|
java.lang.Class<KaleoTaskForm> |
getModelClass() |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
KaleoTaskFormLocalService |
getWrappedService() |
void |
setWrappedService(KaleoTaskFormLocalService kaleoTaskFormLocalService) |
KaleoTaskForm |
updateKaleoTaskForm(KaleoTaskForm kaleoTaskForm)
Updates the kaleo task form 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<KaleoTaskForm>,R,E> updateUnsafeFunction) |
public KaleoTaskFormLocalServiceWrapper()
public KaleoTaskFormLocalServiceWrapper(KaleoTaskFormLocalService kaleoTaskFormLocalService)
public KaleoTaskForm addKaleoTaskForm(KaleoTaskForm kaleoTaskForm)
Important: Inspect KaleoTaskFormLocalServiceImpl 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.
addKaleoTaskForm in interface KaleoTaskFormLocalServicekaleoTaskForm - the kaleo task formpublic KaleoTaskForm addKaleoTaskForm(long kaleoDefinitionId, long kaleoDefinitionVersionId, long kaleoNodeId, KaleoTask kaleoTask, com.liferay.portal.workflow.kaleo.definition.TaskForm taskForm, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addKaleoTaskForm in interface KaleoTaskFormLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic KaleoTaskForm createKaleoTaskForm(long kaleoTaskFormId)
createKaleoTaskForm in interface KaleoTaskFormLocalServicekaleoTaskFormId - the primary key for the new kaleo task formpublic 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 KaleoTaskFormLocalServicePortalExceptionpublic void deleteCompanyKaleoTaskForms(long companyId)
deleteCompanyKaleoTaskForms in interface KaleoTaskFormLocalServicepublic void deleteKaleoDefinitionVersionKaleoTaskForms(long kaleoDefinitionVersionId)
deleteKaleoDefinitionVersionKaleoTaskForms in interface KaleoTaskFormLocalServicepublic KaleoTaskForm deleteKaleoTaskForm(KaleoTaskForm kaleoTaskForm)
Important: Inspect KaleoTaskFormLocalServiceImpl 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.
deleteKaleoTaskForm in interface KaleoTaskFormLocalServicekaleoTaskForm - the kaleo task formpublic KaleoTaskForm deleteKaleoTaskForm(long kaleoTaskFormId) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect KaleoTaskFormLocalServiceImpl 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.
deleteKaleoTaskForm in interface KaleoTaskFormLocalServicekaleoTaskFormId - the primary key of the kaleo task formPortalException - if a kaleo task form 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 KaleoTaskFormLocalServicePortalExceptionpublic <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery in interface com.liferay.portal.kernel.service.PersistedModelLocalServicedslQuery in interface KaleoTaskFormLocalServicepublic int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount in interface com.liferay.portal.kernel.service.PersistedModelLocalServicedslQueryCount in interface KaleoTaskFormLocalServicepublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface KaleoTaskFormLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface KaleoTaskFormLocalServicedynamicQuery - 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.KaleoTaskFormModelImpl.
dynamicQuery in interface KaleoTaskFormLocalServicedynamicQuery - 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.KaleoTaskFormModelImpl.
dynamicQuery in interface KaleoTaskFormLocalServicedynamicQuery - 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 KaleoTaskFormLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface KaleoTaskFormLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic KaleoTaskForm fetchKaleoTaskForm(long kaleoTaskFormId)
fetchKaleoTaskForm in interface KaleoTaskFormLocalServicepublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface KaleoTaskFormLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface KaleoTaskFormLocalServicepublic KaleoTaskForm getKaleoTaskForm(long kaleoTaskFormId) throws com.liferay.portal.kernel.exception.PortalException
getKaleoTaskForm in interface KaleoTaskFormLocalServicekaleoTaskFormId - the primary key of the kaleo task formPortalException - if a kaleo task form with the primary key could not be foundpublic java.util.List<KaleoTaskForm> getKaleoTaskForms(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.KaleoTaskFormModelImpl.
getKaleoTaskForms in interface KaleoTaskFormLocalServicestart - the lower bound of the range of kaleo task formsend - the upper bound of the range of kaleo task forms (not inclusive)public java.util.List<KaleoTaskForm> getKaleoTaskForms(long kaleoTaskId) throws com.liferay.portal.kernel.exception.PortalException
getKaleoTaskForms in interface KaleoTaskFormLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getKaleoTaskFormsCount()
getKaleoTaskFormsCount in interface KaleoTaskFormLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface KaleoTaskFormLocalServicepublic 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 KaleoTaskFormLocalServicePortalExceptionpublic KaleoTaskForm updateKaleoTaskForm(KaleoTaskForm kaleoTaskForm)
Important: Inspect KaleoTaskFormLocalServiceImpl 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.
updateKaleoTaskForm in interface KaleoTaskFormLocalServicekaleoTaskForm - the kaleo task formpublic com.liferay.portal.kernel.service.persistence.BasePersistence<?> getBasePersistence()
getBasePersistence in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<KaleoTaskForm> getCTPersistence()
getCTPersistence in interface com.liferay.portal.kernel.service.change.tracking.CTService<KaleoTaskForm>getCTPersistence in interface KaleoTaskFormLocalServicepublic java.lang.Class<KaleoTaskForm> getModelClass()
getModelClass in interface com.liferay.portal.kernel.service.change.tracking.CTService<KaleoTaskForm>getModelClass in interface KaleoTaskFormLocalServicepublic <R,E extends java.lang.Throwable> R updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<KaleoTaskForm>,R,E> updateUnsafeFunction) throws E extends java.lang.Throwable
updateWithUnsafeFunction in interface com.liferay.portal.kernel.service.change.tracking.CTService<KaleoTaskForm>updateWithUnsafeFunction in interface KaleoTaskFormLocalServiceE extends java.lang.Throwablepublic KaleoTaskFormLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<KaleoTaskFormLocalService>public void setWrappedService(KaleoTaskFormLocalService kaleoTaskFormLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<KaleoTaskFormLocalService>