public class KaleoProcessLocalServiceWrapper extends java.lang.Object implements KaleoProcessLocalService, com.liferay.portal.kernel.service.ServiceWrapper<KaleoProcessLocalService>
KaleoProcessLocalService.KaleoProcessLocalService| Constructor and Description |
|---|
KaleoProcessLocalServiceWrapper() |
KaleoProcessLocalServiceWrapper(KaleoProcessLocalService kaleoProcessLocalService) |
| Modifier and Type | Method and Description |
|---|---|
KaleoProcess |
addKaleoProcess(KaleoProcess kaleoProcess)
Adds the kaleo process to the database.
|
KaleoProcess |
addKaleoProcess(long userId,
long groupId,
long ddmStructureId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
long ddmTemplateId,
java.lang.String workflowDefinitionName,
int workflowDefinitionVersion,
KaleoTaskFormPairs kaleoTaskFormPairs,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
Adds a Kaleo process.
|
KaleoProcess |
createKaleoProcess(long kaleoProcessId)
Creates a new kaleo process with the primary key.
|
com.liferay.portal.kernel.model.PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
KaleoProcess |
deleteKaleoProcess(KaleoProcess kaleoProcess)
Deletes the kaleo process from the database.
|
KaleoProcess |
deleteKaleoProcess(long kaleoProcessId)
Deletes the kaleo process 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.
|
KaleoProcess |
fetchKaleoProcess(long kaleoProcessId) |
KaleoProcess |
fetchKaleoProcessByUuidAndGroupId(java.lang.String uuid,
long groupId)
Returns the kaleo process matching the UUID and group.
|
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
KaleoProcess |
getDDLRecordSetKaleoProcess(long ddlRecordSetId)
Returns the Kaleo process matching the DDL record set ID.
|
com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery |
getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) |
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
KaleoProcess |
getKaleoProcess(long kaleoProcessId)
Returns the kaleo process with the primary key.
|
KaleoProcess |
getKaleoProcessByUuidAndGroupId(java.lang.String uuid,
long groupId)
Returns the kaleo process matching the UUID and group.
|
java.util.List<KaleoProcess> |
getKaleoProcesses(int start,
int end)
Returns a range of all the kaleo processes.
|
java.util.List<KaleoProcess> |
getKaleoProcesses(long groupId)
Returns all the Kaleo processes belonging to the group.
|
java.util.List<KaleoProcess> |
getKaleoProcesses(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<KaleoProcess> orderByComparator)
Returns an ordered range of all Kaleo processes belonging to the group.
|
java.util.List<KaleoProcess> |
getKaleoProcessesByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns all the kaleo processes matching the UUID and company.
|
java.util.List<KaleoProcess> |
getKaleoProcessesByUuidAndCompanyId(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<KaleoProcess> orderByComparator)
Returns a range of kaleo processes matching the UUID and company.
|
int |
getKaleoProcessesCount()
Returns the number of kaleo processes.
|
int |
getKaleoProcessesCount(long groupId)
Returns the number of Kaleo processes belonging to the group.
|
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
KaleoProcessLocalService |
getWrappedService() |
void |
setWrappedService(KaleoProcessLocalService kaleoProcessLocalService) |
KaleoProcess |
updateKaleoProcess(KaleoProcess kaleoProcess)
Updates the kaleo process in the database or adds it if it does not yet exist.
|
KaleoProcess |
updateKaleoProcess(long kaleoProcessId,
long ddmStructureId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
long ddmTemplateId,
java.lang.String workflowDefinitionName,
int workflowDefinitionVersion,
KaleoTaskFormPairs kaleoTaskFormPairs,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
Updates the Kaleo process.
|
public KaleoProcessLocalServiceWrapper()
public KaleoProcessLocalServiceWrapper(KaleoProcessLocalService kaleoProcessLocalService)
public KaleoProcess addKaleoProcess(KaleoProcess kaleoProcess)
Important: Inspect KaleoProcessLocalServiceImpl 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.
addKaleoProcess in interface KaleoProcessLocalServicekaleoProcess - the kaleo processpublic KaleoProcess addKaleoProcess(long userId, long groupId, long ddmStructureId, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, long ddmTemplateId, java.lang.String workflowDefinitionName, int workflowDefinitionVersion, KaleoTaskFormPairs kaleoTaskFormPairs, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addKaleoProcess in interface KaleoProcessLocalServiceuserId - the primary key of the Kaleo process's creator/ownergroupId - the primary key of the Kaleo process's groupddmStructureId - the primary key of the Kaleo process's DDM
structurenameMap - the Kaleo process's locales and localized namesdescriptionMap - the Kaleo process's locales and localized
descriptionsddmTemplateId - the primary key of the Kaleo process's DDM templateworkflowDefinitionName - the Kaleo process's workflow definition
nameworkflowDefinitionVersion - the Kaleo process's workflow definition
versionkaleoTaskFormPairs - the Kaleo task form pairs used to create a
Kaleo process link. See KaleoTaskFormPairs in the
portal.workflow.kaleo.forms.api module.serviceContext - the service context to be applied. This can set
guest permissions and group permissions for the Kaleo process.PortalException - if a portal exception occurredpublic KaleoProcess createKaleoProcess(long kaleoProcessId)
createKaleoProcess in interface KaleoProcessLocalServicekaleoProcessId - the primary key for the new kaleo processpublic 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 KaleoProcessLocalServicePortalExceptionpublic KaleoProcess deleteKaleoProcess(KaleoProcess kaleoProcess) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect KaleoProcessLocalServiceImpl 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.
deleteKaleoProcess in interface KaleoProcessLocalServicekaleoProcess - the kaleo processPortalExceptionpublic KaleoProcess deleteKaleoProcess(long kaleoProcessId) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect KaleoProcessLocalServiceImpl 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.
deleteKaleoProcess in interface KaleoProcessLocalServicekaleoProcessId - the primary key of the kaleo processPortalException - if a kaleo process 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 KaleoProcessLocalServicePortalExceptionpublic <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery in interface com.liferay.portal.kernel.service.PersistedModelLocalServicedslQuery in interface KaleoProcessLocalServicepublic int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount in interface com.liferay.portal.kernel.service.PersistedModelLocalServicedslQueryCount in interface KaleoProcessLocalServicepublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface KaleoProcessLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface KaleoProcessLocalServicedynamicQuery - 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.forms.model.impl.KaleoProcessModelImpl.
dynamicQuery in interface KaleoProcessLocalServicedynamicQuery - 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.forms.model.impl.KaleoProcessModelImpl.
dynamicQuery in interface KaleoProcessLocalServicedynamicQuery - 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 KaleoProcessLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface KaleoProcessLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic KaleoProcess fetchKaleoProcess(long kaleoProcessId)
fetchKaleoProcess in interface KaleoProcessLocalServicepublic KaleoProcess fetchKaleoProcessByUuidAndGroupId(java.lang.String uuid, long groupId)
fetchKaleoProcessByUuidAndGroupId in interface KaleoProcessLocalServiceuuid - the kaleo process's UUIDgroupId - the primary key of the groupnull if a matching kaleo process could not be foundpublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface KaleoProcessLocalServicepublic KaleoProcess getDDLRecordSetKaleoProcess(long ddlRecordSetId) throws com.liferay.portal.kernel.exception.PortalException
getDDLRecordSetKaleoProcess in interface KaleoProcessLocalServiceddlRecordSetId - the primary key of the DDL record set associated
with the Kaleo processPortalException - if a matching Kaleo process could not be foundpublic com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
getExportActionableDynamicQuery in interface KaleoProcessLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface KaleoProcessLocalServicepublic KaleoProcess getKaleoProcess(long kaleoProcessId) throws com.liferay.portal.kernel.exception.PortalException
getKaleoProcess in interface KaleoProcessLocalServicekaleoProcessId - the primary key of the kaleo processPortalException - if a kaleo process with the primary key could not be foundpublic KaleoProcess getKaleoProcessByUuidAndGroupId(java.lang.String uuid, long groupId) throws com.liferay.portal.kernel.exception.PortalException
getKaleoProcessByUuidAndGroupId in interface KaleoProcessLocalServiceuuid - the kaleo process's UUIDgroupId - the primary key of the groupPortalException - if a matching kaleo process could not be foundpublic java.util.List<KaleoProcess> getKaleoProcesses(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.forms.model.impl.KaleoProcessModelImpl.
getKaleoProcesses in interface KaleoProcessLocalServicestart - the lower bound of the range of kaleo processesend - the upper bound of the range of kaleo processes (not inclusive)public java.util.List<KaleoProcess> getKaleoProcesses(long groupId)
getKaleoProcesses in interface KaleoProcessLocalServicegroupId - the primary key of the Kaleo processes's grouppublic java.util.List<KaleoProcess> getKaleoProcesses(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoProcess> 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 QueryUtil#ALL_POS, which resides in
portal-kernel, will return the full result set.
getKaleoProcesses in interface KaleoProcessLocalServicegroupId - the primary key of the Kaleo processes' groupstart - the lower bound of the range of Kaleo processes to returnend - the upper bound of the range of Kaleo processes to return
(not inclusive)orderByComparator - the comparator to order the Kaleo processespublic java.util.List<KaleoProcess> getKaleoProcessesByUuidAndCompanyId(java.lang.String uuid, long companyId)
getKaleoProcessesByUuidAndCompanyId in interface KaleoProcessLocalServiceuuid - the UUID of the kaleo processescompanyId - the primary key of the companypublic java.util.List<KaleoProcess> getKaleoProcessesByUuidAndCompanyId(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoProcess> orderByComparator)
getKaleoProcessesByUuidAndCompanyId in interface KaleoProcessLocalServiceuuid - the UUID of the kaleo processescompanyId - the primary key of the companystart - the lower bound of the range of kaleo processesend - the upper bound of the range of kaleo processes (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public int getKaleoProcessesCount()
getKaleoProcessesCount in interface KaleoProcessLocalServicepublic int getKaleoProcessesCount(long groupId)
getKaleoProcessesCount in interface KaleoProcessLocalServicegroupId - the primary key of the Kaleo processes' grouppublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface KaleoProcessLocalServicepublic 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 KaleoProcessLocalServicePortalExceptionpublic KaleoProcess updateKaleoProcess(KaleoProcess kaleoProcess)
Important: Inspect KaleoProcessLocalServiceImpl 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.
updateKaleoProcess in interface KaleoProcessLocalServicekaleoProcess - the kaleo processpublic KaleoProcess updateKaleoProcess(long kaleoProcessId, long ddmStructureId, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, long ddmTemplateId, java.lang.String workflowDefinitionName, int workflowDefinitionVersion, KaleoTaskFormPairs kaleoTaskFormPairs, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
updateKaleoProcess in interface KaleoProcessLocalServicekaleoProcessId - the primary key of the Kaleo processddmStructureId - the primary key of the Kaleo process's DDM
structurenameMap - the Kaleo process's locales and localized namesdescriptionMap - the Kaleo process's locales and localized
descriptionsddmTemplateId - the primary key of the Kaleo process's DDM templateworkflowDefinitionName - the Kaleo process's workflow definition
nameworkflowDefinitionVersion - the Kaleo process's workflow definition
versionkaleoTaskFormPairs - the Kaleo task form pairs. For more
information, see the portal.workflow.kaleo.forms.api
module's KaleoTaskFormPairs class.serviceContext - the service context to be applied. This can set
guest permissions and group permissions for the Kaleo process.PortalException - if a portal exception occurredpublic KaleoProcessLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<KaleoProcessLocalService>public void setWrappedService(KaleoProcessLocalService kaleoProcessLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<KaleoProcessLocalService>