public class KaleoDefinitionLocalServiceWrapper extends java.lang.Object implements KaleoDefinitionLocalService, com.liferay.portal.kernel.service.ServiceWrapper<KaleoDefinitionLocalService>
KaleoDefinitionLocalService.KaleoDefinitionLocalService| Constructor and Description |
|---|
KaleoDefinitionLocalServiceWrapper() |
KaleoDefinitionLocalServiceWrapper(KaleoDefinitionLocalService kaleoDefinitionLocalService) |
| Modifier and Type | Method and Description |
|---|---|
void |
activateKaleoDefinition(long kaleoDefinitionId,
long kaleoDefinitionVersionId,
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,
java.lang.String scope,
int version,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
KaleoDefinition |
createKaleoDefinition(long kaleoDefinitionId)
Creates a new kaleo definition with the primary key.
|
com.liferay.portal.kernel.model.PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
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,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
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.
|
KaleoDefinition |
fetchKaleoDefinition(long kaleoDefinitionId) |
KaleoDefinition |
fetchKaleoDefinition(java.lang.String name,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
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<KaleoDefinition> |
getCTPersistence() |
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,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
java.util.List<KaleoDefinition> |
getKaleoDefinitions(boolean active,
int start,
int end) |
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) |
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) |
java.lang.Class<KaleoDefinition> |
getModelClass() |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
java.util.List<KaleoDefinition> |
getScopeKaleoDefinitions(java.lang.String scope,
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> |
getScopeKaleoDefinitions(java.lang.String scope,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<KaleoDefinition> orderByComparator,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
int |
getScopeKaleoDefinitionsCount(java.lang.String scope,
boolean active,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
int |
getScopeKaleoDefinitionsCount(java.lang.String scope,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
KaleoDefinitionLocalService |
getWrappedService() |
void |
setWrappedService(KaleoDefinitionLocalService kaleoDefinitionLocalService) |
KaleoDefinition |
updatedKaleoDefinition(long kaleoDefinitionId,
java.lang.String title,
java.lang.String description,
java.lang.String content,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
KaleoDefinition |
updateKaleoDefinition(KaleoDefinition kaleoDefinition)
Updates the kaleo definition 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<KaleoDefinition>,R,E> updateUnsafeFunction) |
public KaleoDefinitionLocalServiceWrapper()
public KaleoDefinitionLocalServiceWrapper(KaleoDefinitionLocalService kaleoDefinitionLocalService)
public void activateKaleoDefinition(long kaleoDefinitionId,
long kaleoDefinitionVersionId,
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 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(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 KaleoDefinition addKaleoDefinition(KaleoDefinition kaleoDefinition)
Important: Inspect KaleoDefinitionLocalServiceImpl 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.
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, java.lang.String scope, 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 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 KaleoDefinitionLocalServicePortalExceptionpublic 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 KaleoDefinition deleteKaleoDefinition(KaleoDefinition kaleoDefinition)
Important: Inspect KaleoDefinitionLocalServiceImpl 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.
deleteKaleoDefinition in interface KaleoDefinitionLocalServicekaleoDefinition - the kaleo definitionpublic KaleoDefinition deleteKaleoDefinition(long kaleoDefinitionId) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect KaleoDefinitionLocalServiceImpl 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.
deleteKaleoDefinition in interface KaleoDefinitionLocalServicekaleoDefinitionId - the primary key of the kaleo definitionPortalException - if a kaleo definition with the primary key could not be foundpublic void deleteKaleoDefinition(java.lang.String name,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
deleteKaleoDefinition in interface KaleoDefinitionLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic 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 <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery in interface com.liferay.portal.kernel.service.PersistedModelLocalServicedslQuery in interface KaleoDefinitionLocalServicepublic int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount in interface com.liferay.portal.kernel.service.PersistedModelLocalServicedslQueryCount in interface KaleoDefinitionLocalServicepublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery 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 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.KaleoDefinitionModelImpl.
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 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.KaleoDefinitionModelImpl.
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 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 KaleoDefinition fetchKaleoDefinition(long kaleoDefinitionId)
fetchKaleoDefinition in interface KaleoDefinitionLocalServicepublic KaleoDefinition fetchKaleoDefinition(java.lang.String name, com.liferay.portal.kernel.service.ServiceContext serviceContext)
fetchKaleoDefinition in interface KaleoDefinitionLocalServicepublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface KaleoDefinitionLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface KaleoDefinitionLocalServicepublic 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 getKaleoDefinition(java.lang.String name, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
getKaleoDefinition in interface KaleoDefinitionLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<KaleoDefinition> getKaleoDefinitions(boolean active, int start, int end)
getKaleoDefinitions in interface KaleoDefinitionLocalServicepublic 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 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.KaleoDefinitionModelImpl.
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 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 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 KaleoDefinitionLocalServicePortalExceptionpublic java.util.List<KaleoDefinition> getScopeKaleoDefinitions(java.lang.String scope, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoDefinition> orderByComparator, com.liferay.portal.kernel.service.ServiceContext serviceContext)
getScopeKaleoDefinitions in interface KaleoDefinitionLocalServicepublic java.util.List<KaleoDefinition> getScopeKaleoDefinitions(java.lang.String scope, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoDefinition> orderByComparator, com.liferay.portal.kernel.service.ServiceContext serviceContext)
getScopeKaleoDefinitions in interface KaleoDefinitionLocalServicepublic int getScopeKaleoDefinitionsCount(java.lang.String scope,
boolean active,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
getScopeKaleoDefinitionsCount in interface KaleoDefinitionLocalServicepublic int getScopeKaleoDefinitionsCount(java.lang.String scope,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
getScopeKaleoDefinitionsCount in interface KaleoDefinitionLocalServicepublic KaleoDefinition updatedKaleoDefinition(long kaleoDefinitionId, java.lang.String title, java.lang.String description, java.lang.String content, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
updatedKaleoDefinition in interface KaleoDefinitionLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic KaleoDefinition updateKaleoDefinition(KaleoDefinition kaleoDefinition)
Important: Inspect KaleoDefinitionLocalServiceImpl 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.
updateKaleoDefinition in interface KaleoDefinitionLocalServicekaleoDefinition - the kaleo definitionpublic 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<KaleoDefinition> getCTPersistence()
getCTPersistence in interface com.liferay.portal.kernel.service.change.tracking.CTService<KaleoDefinition>getCTPersistence in interface KaleoDefinitionLocalServicepublic java.lang.Class<KaleoDefinition> getModelClass()
getModelClass in interface com.liferay.portal.kernel.service.change.tracking.CTService<KaleoDefinition>getModelClass in interface KaleoDefinitionLocalServicepublic <R,E extends java.lang.Throwable> R updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<KaleoDefinition>,R,E> updateUnsafeFunction) throws E extends java.lang.Throwable
updateWithUnsafeFunction in interface com.liferay.portal.kernel.service.change.tracking.CTService<KaleoDefinition>updateWithUnsafeFunction in interface KaleoDefinitionLocalServiceE extends java.lang.Throwablepublic 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>