@ProviderType public class KaleoDefinitionLocalServiceWrapper extends java.lang.Object implements KaleoDefinitionLocalService, com.liferay.portal.kernel.service.ServiceWrapper<KaleoDefinitionLocalService>
KaleoDefinitionLocalService.KaleoDefinitionLocalService| Constructor and Description |
|---|
KaleoDefinitionLocalServiceWrapper(KaleoDefinitionLocalService kaleoDefinitionLocalService) |
| Modifier and Type | Method and Description |
|---|---|
void |
activateKaleoDefinition(long kaleoDefinitionId,
long startKaleoNodeId,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
activateKaleoDefinition(long kaleoDefinitionId,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
activateKaleoDefinition(java.lang.String name,
int version,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
KaleoDefinition |
addKaleoDefinition(KaleoDefinition kaleoDefinition)
Adds the kaleo definition to the database.
|
KaleoDefinition |
addKaleoDefinition(java.lang.String name,
java.lang.String title,
java.lang.String description,
java.lang.String content,
int version,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
KaleoDefinition |
createKaleoDefinition(long kaleoDefinitionId)
Creates a new kaleo definition with the primary key.
|
void |
deactivateKaleoDefinition(java.lang.String name,
int version,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
deleteCompanyKaleoDefinitions(long companyId) |
KaleoDefinition |
deleteKaleoDefinition(KaleoDefinition kaleoDefinition)
Deletes the kaleo definition from the database.
|
KaleoDefinition |
deleteKaleoDefinition(long kaleoDefinitionId)
Deletes the kaleo definition with the primary key from the database.
|
void |
deleteKaleoDefinition(java.lang.String name,
int version,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
com.liferay.portal.kernel.model.PersistedModel |
deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) |
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.
|
KaleoDefinition |
fetchKaleoDefinition(long kaleoDefinitionId) |
KaleoDefinition |
fetchLatestKaleoDefinition(java.lang.String name,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
KaleoDefinition |
getKaleoDefinition(long kaleoDefinitionId)
Returns the kaleo definition with the primary key.
|
KaleoDefinition |
getKaleoDefinition(java.lang.String name,
int version,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
java.util.List<KaleoDefinition> |
getKaleoDefinitions(boolean active,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<KaleoDefinition> orderByComparator,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
java.util.List<KaleoDefinition> |
getKaleoDefinitions(int start,
int end)
Returns a range of all the kaleo definitions.
|
java.util.List<KaleoDefinition> |
getKaleoDefinitions(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<KaleoDefinition> orderByComparator,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
java.util.List<KaleoDefinition> |
getKaleoDefinitions(java.lang.String name,
boolean active,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<KaleoDefinition> orderByComparator,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
java.util.List<KaleoDefinition> |
getKaleoDefinitions(java.lang.String name,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<KaleoDefinition> orderByComparator,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
int |
getKaleoDefinitionsCount()
Returns the number of kaleo definitions.
|
int |
getKaleoDefinitionsCount(boolean active,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
int |
getKaleoDefinitionsCount(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
int |
getKaleoDefinitionsCount(java.lang.String name,
boolean active,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
int |
getKaleoDefinitionsCount(java.lang.String name,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
KaleoDefinition |
getLatestKaleoDefinition(java.lang.String name,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
KaleoDefinitionLocalService |
getWrappedService() |
KaleoDefinition |
incrementKaleoDefinition(com.liferay.portal.workflow.kaleo.definition.Definition definition,
java.lang.String title,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setWrappedService(KaleoDefinitionLocalService kaleoDefinitionLocalService) |
KaleoDefinition |
updateKaleoDefinition(KaleoDefinition kaleoDefinition)
Updates the kaleo definition in the database or adds it if it does not yet exist.
|
KaleoDefinition |
updateTitle(java.lang.String name,
int version,
java.lang.String title,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
public KaleoDefinitionLocalServiceWrapper(KaleoDefinitionLocalService kaleoDefinitionLocalService)
public com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface KaleoDefinitionLocalServicepublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface KaleoDefinitionLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface KaleoDefinitionLocalServicepublic 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 KaleoDefinitionLocalServicePortalExceptionpublic 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 KaleoDefinitionLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic KaleoDefinition addKaleoDefinition(KaleoDefinition kaleoDefinition)
addKaleoDefinition in interface KaleoDefinitionLocalServicekaleoDefinition - the kaleo definitionpublic KaleoDefinition addKaleoDefinition(java.lang.String name, java.lang.String title, java.lang.String description, java.lang.String content, int version, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addKaleoDefinition in interface KaleoDefinitionLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic KaleoDefinition createKaleoDefinition(long kaleoDefinitionId)
createKaleoDefinition in interface KaleoDefinitionLocalServicekaleoDefinitionId - the primary key for the new kaleo definitionpublic KaleoDefinition deleteKaleoDefinition(KaleoDefinition kaleoDefinition)
deleteKaleoDefinition in interface KaleoDefinitionLocalServicekaleoDefinition - the kaleo definitionpublic KaleoDefinition deleteKaleoDefinition(long kaleoDefinitionId) throws com.liferay.portal.kernel.exception.PortalException
deleteKaleoDefinition in interface KaleoDefinitionLocalServicekaleoDefinitionId - the primary key of the kaleo definitionPortalException - if a kaleo definition with the primary key could not be foundpublic KaleoDefinition fetchKaleoDefinition(long kaleoDefinitionId)
fetchKaleoDefinition in interface KaleoDefinitionLocalServicepublic KaleoDefinition fetchLatestKaleoDefinition(java.lang.String name, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
fetchLatestKaleoDefinition in interface KaleoDefinitionLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic KaleoDefinition getKaleoDefinition(java.lang.String name, int version, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
getKaleoDefinition in interface KaleoDefinitionLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic KaleoDefinition getKaleoDefinition(long kaleoDefinitionId) throws com.liferay.portal.kernel.exception.PortalException
getKaleoDefinition in interface KaleoDefinitionLocalServicekaleoDefinitionId - the primary key of the kaleo definitionPortalException - if a kaleo definition with the primary key could not be foundpublic KaleoDefinition getLatestKaleoDefinition(java.lang.String name, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
getLatestKaleoDefinition in interface KaleoDefinitionLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic KaleoDefinition incrementKaleoDefinition(com.liferay.portal.workflow.kaleo.definition.Definition definition, java.lang.String title, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
incrementKaleoDefinition in interface KaleoDefinitionLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic KaleoDefinition updateKaleoDefinition(KaleoDefinition kaleoDefinition)
updateKaleoDefinition in interface KaleoDefinitionLocalServicekaleoDefinition - the kaleo definitionpublic KaleoDefinition updateTitle(java.lang.String name, int version, java.lang.String title, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
updateTitle in interface KaleoDefinitionLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getKaleoDefinitionsCount()
getKaleoDefinitionsCount in interface KaleoDefinitionLocalServicepublic int getKaleoDefinitionsCount(boolean active,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
getKaleoDefinitionsCount in interface KaleoDefinitionLocalServicepublic int getKaleoDefinitionsCount(com.liferay.portal.kernel.service.ServiceContext serviceContext)
getKaleoDefinitionsCount in interface KaleoDefinitionLocalServicepublic int getKaleoDefinitionsCount(java.lang.String name,
boolean active,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
getKaleoDefinitionsCount in interface KaleoDefinitionLocalServicepublic int getKaleoDefinitionsCount(java.lang.String name,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
getKaleoDefinitionsCount in interface KaleoDefinitionLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface KaleoDefinitionLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface KaleoDefinitionLocalServicedynamicQuery - 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 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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.portal.workflow.kaleo.model.impl.KaleoDefinitionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery in interface KaleoDefinitionLocalServicedynamicQuery - 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 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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.portal.workflow.kaleo.model.impl.KaleoDefinitionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery in interface KaleoDefinitionLocalServicedynamicQuery - 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 java.util.List<KaleoDefinition> getKaleoDefinitions(boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoDefinition> orderByComparator, com.liferay.portal.kernel.service.ServiceContext serviceContext)
getKaleoDefinitions in interface KaleoDefinitionLocalServicepublic java.util.List<KaleoDefinition> getKaleoDefinitions(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 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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.portal.workflow.kaleo.model.impl.KaleoDefinitionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
getKaleoDefinitions in interface KaleoDefinitionLocalServicestart - the lower bound of the range of kaleo definitionsend - the upper bound of the range of kaleo definitions (not inclusive)public java.util.List<KaleoDefinition> getKaleoDefinitions(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoDefinition> orderByComparator, com.liferay.portal.kernel.service.ServiceContext serviceContext)
getKaleoDefinitions in interface KaleoDefinitionLocalServicepublic java.util.List<KaleoDefinition> getKaleoDefinitions(java.lang.String name, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoDefinition> orderByComparator, com.liferay.portal.kernel.service.ServiceContext serviceContext)
getKaleoDefinitions in interface KaleoDefinitionLocalServicepublic java.util.List<KaleoDefinition> getKaleoDefinitions(java.lang.String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoDefinition> orderByComparator, com.liferay.portal.kernel.service.ServiceContext serviceContext)
getKaleoDefinitions in interface KaleoDefinitionLocalServicepublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQueryCount in interface KaleoDefinitionLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface KaleoDefinitionLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic void activateKaleoDefinition(java.lang.String name,
int version,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
activateKaleoDefinition in interface KaleoDefinitionLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void activateKaleoDefinition(long kaleoDefinitionId,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
activateKaleoDefinition in interface KaleoDefinitionLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void activateKaleoDefinition(long kaleoDefinitionId,
long startKaleoNodeId,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
activateKaleoDefinition in interface KaleoDefinitionLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deactivateKaleoDefinition(java.lang.String name,
int version,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
deactivateKaleoDefinition in interface KaleoDefinitionLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteCompanyKaleoDefinitions(long companyId)
deleteCompanyKaleoDefinitions in interface KaleoDefinitionLocalServicepublic void deleteKaleoDefinition(java.lang.String name,
int version,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
deleteKaleoDefinition in interface KaleoDefinitionLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic KaleoDefinitionLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<KaleoDefinitionLocalService>public void setWrappedService(KaleoDefinitionLocalService kaleoDefinitionLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<KaleoDefinitionLocalService>