public class KaleoTaskFormInstanceLocalServiceWrapper extends java.lang.Object implements KaleoTaskFormInstanceLocalService, ServiceWrapper<KaleoTaskFormInstanceLocalService>
KaleoTaskFormInstanceLocalService.KaleoTaskFormInstanceLocalService| Constructor and Description |
|---|
KaleoTaskFormInstanceLocalServiceWrapper(KaleoTaskFormInstanceLocalService kaleoTaskFormInstanceLocalService) |
| Modifier and Type | Method and Description |
|---|---|
KaleoTaskFormInstance |
addKaleoTaskFormInstance(KaleoTaskFormInstance kaleoTaskFormInstance)
Adds the kaleo task form instance to the database.
|
KaleoTaskFormInstance |
addKaleoTaskFormInstance(long groupId,
long kaleoTaskFormId,
java.lang.String formValues,
KaleoTaskInstanceToken kaleoTaskInstanceToken,
ServiceContext serviceContext) |
int |
countKaleoTaskFormInstanceByKaleoTaskId(long kaleoTaskId) |
KaleoTaskFormInstance |
createKaleoTaskFormInstance(long kaleoTaskFormInstanceId)
Creates a new kaleo task form instance with the primary key.
|
PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
void |
deleteCompanyKaleoTaskFormInstances(long companyId) |
void |
deleteKaleoDefinitionVersionKaleoTaskFormInstances(long kaleoDefinitionVersionId) |
void |
deleteKaleoInstanceKaleoTaskFormInstances(long kaleoInstanceId) |
KaleoTaskFormInstance |
deleteKaleoTaskFormInstance(KaleoTaskFormInstance kaleoTaskFormInstance)
Deletes the kaleo task form instance from the database.
|
KaleoTaskFormInstance |
deleteKaleoTaskFormInstance(long kaleoTaskFormInstanceId)
Deletes the kaleo task form instance with the primary key from the database.
|
void |
deleteKaleoTaskInstanceTokenKaleoTaskFormInstances(long kaleoTaskInstanceTokenId) |
PersistedModel |
deletePersistedModel(PersistedModel persistedModel) |
<T> T |
dslQuery(DSLQuery dslQuery) |
DynamicQuery |
dynamicQuery() |
<T> java.util.List<T> |
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(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(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows matching the dynamic query.
|
KaleoTaskFormInstance |
fetchKaleoTaskFormInstance(long kaleoTaskFormInstanceId) |
KaleoTaskFormInstance |
fetchKaleoTaskFormKaleoTaskFormInstance(long kaleoTaskFormId) |
ActionableDynamicQuery |
getActionableDynamicQuery() |
IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
KaleoTaskFormInstance |
getKaleoTaskFormInstance(long kaleoTaskFormInstanceId)
Returns the kaleo task form instance with the primary key.
|
java.util.List<KaleoTaskFormInstance> |
getKaleoTaskFormInstances(int start,
int end)
Returns a range of all the kaleo task form instances.
|
int |
getKaleoTaskFormInstancesCount()
Returns the number of kaleo task form instances.
|
KaleoTaskFormInstance |
getKaleoTaskFormKaleoTaskFormInstance(long kaleoTaskFormId) |
java.util.List<KaleoTaskFormInstance> |
getKaleoTaskKaleoTaskFormInstances(long kaleoTaskId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
KaleoTaskFormInstanceLocalService |
getWrappedService() |
void |
setWrappedService(KaleoTaskFormInstanceLocalService kaleoTaskFormInstanceLocalService) |
KaleoTaskFormInstance |
updateKaleoTaskFormInstance(KaleoTaskFormInstance kaleoTaskFormInstance)
Updates the kaleo task form instance in the database or adds it if it does not yet exist.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBasePersistencepublic KaleoTaskFormInstanceLocalServiceWrapper(KaleoTaskFormInstanceLocalService kaleoTaskFormInstanceLocalService)
public KaleoTaskFormInstance addKaleoTaskFormInstance(KaleoTaskFormInstance kaleoTaskFormInstance)
addKaleoTaskFormInstance in interface KaleoTaskFormInstanceLocalServicekaleoTaskFormInstance - the kaleo task form instancepublic KaleoTaskFormInstance addKaleoTaskFormInstance(long groupId, long kaleoTaskFormId, java.lang.String formValues, KaleoTaskInstanceToken kaleoTaskInstanceToken, ServiceContext serviceContext) throws PortalException
addKaleoTaskFormInstance in interface KaleoTaskFormInstanceLocalServicePortalExceptionpublic int countKaleoTaskFormInstanceByKaleoTaskId(long kaleoTaskId)
countKaleoTaskFormInstanceByKaleoTaskId in interface KaleoTaskFormInstanceLocalServicepublic KaleoTaskFormInstance createKaleoTaskFormInstance(long kaleoTaskFormInstanceId)
createKaleoTaskFormInstance in interface KaleoTaskFormInstanceLocalServicekaleoTaskFormInstanceId - the primary key for the new kaleo task form instancepublic PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj) throws PortalException
createPersistedModel in interface PersistedModelLocalServicecreatePersistedModel in interface KaleoTaskFormInstanceLocalServicePortalExceptionpublic void deleteCompanyKaleoTaskFormInstances(long companyId)
deleteCompanyKaleoTaskFormInstances in interface KaleoTaskFormInstanceLocalServicepublic void deleteKaleoDefinitionVersionKaleoTaskFormInstances(long kaleoDefinitionVersionId)
deleteKaleoDefinitionVersionKaleoTaskFormInstances in interface KaleoTaskFormInstanceLocalServicepublic void deleteKaleoInstanceKaleoTaskFormInstances(long kaleoInstanceId)
deleteKaleoInstanceKaleoTaskFormInstances in interface KaleoTaskFormInstanceLocalServicepublic KaleoTaskFormInstance deleteKaleoTaskFormInstance(KaleoTaskFormInstance kaleoTaskFormInstance)
deleteKaleoTaskFormInstance in interface KaleoTaskFormInstanceLocalServicekaleoTaskFormInstance - the kaleo task form instancepublic KaleoTaskFormInstance deleteKaleoTaskFormInstance(long kaleoTaskFormInstanceId) throws PortalException
deleteKaleoTaskFormInstance in interface KaleoTaskFormInstanceLocalServicekaleoTaskFormInstanceId - the primary key of the kaleo task form instancePortalException - if a kaleo task form instance with the primary key could not be foundpublic void deleteKaleoTaskInstanceTokenKaleoTaskFormInstances(long kaleoTaskInstanceTokenId)
deleteKaleoTaskInstanceTokenKaleoTaskFormInstances in interface KaleoTaskFormInstanceLocalServicepublic PersistedModel deletePersistedModel(PersistedModel persistedModel) throws PortalException
deletePersistedModel in interface PersistedModelLocalServicedeletePersistedModel in interface KaleoTaskFormInstanceLocalServicePortalExceptionpublic <T> T dslQuery(DSLQuery dslQuery)
dslQuery in interface KaleoTaskFormInstanceLocalServicepublic DynamicQuery dynamicQuery()
dynamicQuery in interface KaleoTaskFormInstanceLocalServicepublic <T> java.util.List<T> dynamicQuery(DynamicQuery dynamicQuery)
dynamicQuery in interface KaleoTaskFormInstanceLocalServicedynamicQuery - the dynamic querypublic <T> java.util.List<T> dynamicQuery(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.KaleoTaskFormInstanceModelImpl.
dynamicQuery in interface KaleoTaskFormInstanceLocalServicedynamicQuery - 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(DynamicQuery dynamicQuery, int start, int end, 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.KaleoTaskFormInstanceModelImpl.
dynamicQuery in interface KaleoTaskFormInstanceLocalServicedynamicQuery - 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(DynamicQuery dynamicQuery)
dynamicQueryCount in interface KaleoTaskFormInstanceLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection)
dynamicQueryCount in interface KaleoTaskFormInstanceLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic KaleoTaskFormInstance fetchKaleoTaskFormInstance(long kaleoTaskFormInstanceId)
fetchKaleoTaskFormInstance in interface KaleoTaskFormInstanceLocalServicepublic KaleoTaskFormInstance fetchKaleoTaskFormKaleoTaskFormInstance(long kaleoTaskFormId)
fetchKaleoTaskFormKaleoTaskFormInstance in interface KaleoTaskFormInstanceLocalServicepublic ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface KaleoTaskFormInstanceLocalServicepublic IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface KaleoTaskFormInstanceLocalServicepublic KaleoTaskFormInstance getKaleoTaskFormInstance(long kaleoTaskFormInstanceId) throws PortalException
getKaleoTaskFormInstance in interface KaleoTaskFormInstanceLocalServicekaleoTaskFormInstanceId - the primary key of the kaleo task form instancePortalException - if a kaleo task form instance with the primary key could not be foundpublic java.util.List<KaleoTaskFormInstance> getKaleoTaskFormInstances(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.KaleoTaskFormInstanceModelImpl.
getKaleoTaskFormInstances in interface KaleoTaskFormInstanceLocalServicestart - the lower bound of the range of kaleo task form instancesend - the upper bound of the range of kaleo task form instances (not inclusive)public int getKaleoTaskFormInstancesCount()
getKaleoTaskFormInstancesCount in interface KaleoTaskFormInstanceLocalServicepublic KaleoTaskFormInstance getKaleoTaskFormKaleoTaskFormInstance(long kaleoTaskFormId) throws PortalException
getKaleoTaskFormKaleoTaskFormInstance in interface KaleoTaskFormInstanceLocalServicePortalExceptionpublic java.util.List<KaleoTaskFormInstance> getKaleoTaskKaleoTaskFormInstances(long kaleoTaskId)
getKaleoTaskKaleoTaskFormInstances in interface KaleoTaskFormInstanceLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface KaleoTaskFormInstanceLocalServicepublic PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj) throws PortalException
getPersistedModel in interface PersistedModelLocalServicegetPersistedModel in interface KaleoTaskFormInstanceLocalServicePortalExceptionpublic KaleoTaskFormInstance updateKaleoTaskFormInstance(KaleoTaskFormInstance kaleoTaskFormInstance)
updateKaleoTaskFormInstance in interface KaleoTaskFormInstanceLocalServicekaleoTaskFormInstance - the kaleo task form instancepublic KaleoTaskFormInstanceLocalService getWrappedService()
getWrappedService in interface ServiceWrapper<KaleoTaskFormInstanceLocalService>public void setWrappedService(KaleoTaskFormInstanceLocalService kaleoTaskFormInstanceLocalService)
setWrappedService in interface ServiceWrapper<KaleoTaskFormInstanceLocalService>