public class KaleoDefinitionVersionLocalServiceWrapper extends java.lang.Object implements KaleoDefinitionVersionLocalService, com.liferay.portal.kernel.service.ServiceWrapper<KaleoDefinitionVersionLocalService>
KaleoDefinitionVersionLocalService.KaleoDefinitionVersionLocalService| Constructor and Description |
|---|
KaleoDefinitionVersionLocalServiceWrapper() |
KaleoDefinitionVersionLocalServiceWrapper(KaleoDefinitionVersionLocalService kaleoDefinitionVersionLocalService) |
| Modifier and Type | Method and Description |
|---|---|
KaleoDefinitionVersion |
addKaleoDefinitionVersion(KaleoDefinitionVersion kaleoDefinitionVersion)
Adds the kaleo definition version to the database.
|
KaleoDefinitionVersion |
addKaleoDefinitionVersion(long kaleoDefinitionId,
java.lang.String name,
java.lang.String title,
java.lang.String description,
java.lang.String content,
java.lang.String version,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
KaleoDefinitionVersion |
createKaleoDefinitionVersion(long kaleoDefinitionVersionId)
Creates a new kaleo definition version with the primary key.
|
com.liferay.portal.kernel.model.PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
KaleoDefinitionVersion |
deleteKaleoDefinitionVersion(KaleoDefinitionVersion kaleoDefinitionVersion)
Deletes the kaleo definition version from the database.
|
KaleoDefinitionVersion |
deleteKaleoDefinitionVersion(long kaleoDefinitionVersionId)
Deletes the kaleo definition version with the primary key from the database.
|
void |
deleteKaleoDefinitionVersion(long companyId,
java.lang.String name,
java.lang.String version) |
void |
deleteKaleoDefinitionVersions(KaleoDefinition kaleoDefinition) |
void |
deleteKaleoDefinitionVersions(java.util.List<KaleoDefinitionVersion> kaleoDefinitionVersions) |
void |
deleteKaleoDefinitionVersions(long companyId,
java.lang.String name) |
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.
|
KaleoDefinitionVersion |
fetchKaleoDefinitionVersion(long kaleoDefinitionVersionId) |
KaleoDefinitionVersion |
fetchKaleoDefinitionVersion(long companyId,
java.lang.String name,
java.lang.String version) |
KaleoDefinitionVersion |
fetchLatestKaleoDefinitionVersion(long companyId,
java.lang.String name) |
KaleoDefinitionVersion |
fetchLatestKaleoDefinitionVersion(long companyId,
java.lang.String name,
com.liferay.portal.kernel.util.OrderByComparator<KaleoDefinitionVersion> orderByComparator) |
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<KaleoDefinitionVersion> |
getCTPersistence() |
KaleoDefinitionVersion |
getFirstKaleoDefinitionVersion(long companyId,
java.lang.String name) |
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
KaleoDefinitionVersion |
getKaleoDefinitionVersion(long kaleoDefinitionVersionId)
Returns the kaleo definition version with the primary key.
|
KaleoDefinitionVersion |
getKaleoDefinitionVersion(long companyId,
java.lang.String name,
java.lang.String version) |
java.util.List<KaleoDefinitionVersion> |
getKaleoDefinitionVersions(int start,
int end)
Returns a range of all the kaleo definition versions.
|
java.util.List<KaleoDefinitionVersion> |
getKaleoDefinitionVersions(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<KaleoDefinitionVersion> orderByComparator) |
java.util.List<KaleoDefinitionVersion> |
getKaleoDefinitionVersions(long companyId,
java.lang.String name) |
java.util.List<KaleoDefinitionVersion> |
getKaleoDefinitionVersions(long companyId,
java.lang.String name,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<KaleoDefinitionVersion> orderByComparator) |
int |
getKaleoDefinitionVersionsCount()
Returns the number of kaleo definition versions.
|
int |
getKaleoDefinitionVersionsCount(long companyId) |
int |
getKaleoDefinitionVersionsCount(long companyId,
java.lang.String name) |
KaleoDefinitionVersion[] |
getKaleoDefinitionVersionsPrevAndNext(long companyId,
java.lang.String name,
java.lang.String version) |
KaleoDefinitionVersion |
getLatestKaleoDefinitionVersion(long companyId,
java.lang.String name) |
java.util.List<KaleoDefinitionVersion> |
getLatestKaleoDefinitionVersions(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<KaleoDefinitionVersion> orderByComparator) |
java.util.List<KaleoDefinitionVersion> |
getLatestKaleoDefinitionVersions(long companyId,
java.lang.String keywords,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<KaleoDefinitionVersion> orderByComparator) |
int |
getLatestKaleoDefinitionVersionsCount(long companyId,
java.lang.String keywords,
int status) |
java.lang.Class<KaleoDefinitionVersion> |
getModelClass() |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
KaleoDefinitionVersionLocalService |
getWrappedService() |
void |
setWrappedService(KaleoDefinitionVersionLocalService kaleoDefinitionVersionLocalService) |
KaleoDefinitionVersion |
updateKaleoDefinitionVersion(KaleoDefinitionVersion kaleoDefinitionVersion)
Updates the kaleo definition version 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<KaleoDefinitionVersion>,R,E> updateUnsafeFunction) |
public KaleoDefinitionVersionLocalServiceWrapper()
public KaleoDefinitionVersionLocalServiceWrapper(KaleoDefinitionVersionLocalService kaleoDefinitionVersionLocalService)
public KaleoDefinitionVersion addKaleoDefinitionVersion(KaleoDefinitionVersion kaleoDefinitionVersion)
Important: Inspect KaleoDefinitionVersionLocalServiceImpl 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.
addKaleoDefinitionVersion in interface KaleoDefinitionVersionLocalServicekaleoDefinitionVersion - the kaleo definition versionpublic KaleoDefinitionVersion addKaleoDefinitionVersion(long kaleoDefinitionId, java.lang.String name, java.lang.String title, java.lang.String description, java.lang.String content, java.lang.String version, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addKaleoDefinitionVersion in interface KaleoDefinitionVersionLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic KaleoDefinitionVersion createKaleoDefinitionVersion(long kaleoDefinitionVersionId)
createKaleoDefinitionVersion in interface KaleoDefinitionVersionLocalServicekaleoDefinitionVersionId - the primary key for the new kaleo definition versionpublic 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 KaleoDefinitionVersionLocalServicePortalExceptionpublic KaleoDefinitionVersion deleteKaleoDefinitionVersion(KaleoDefinitionVersion kaleoDefinitionVersion) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect KaleoDefinitionVersionLocalServiceImpl 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.
deleteKaleoDefinitionVersion in interface KaleoDefinitionVersionLocalServicekaleoDefinitionVersion - the kaleo definition versionPortalExceptionpublic KaleoDefinitionVersion deleteKaleoDefinitionVersion(long kaleoDefinitionVersionId) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect KaleoDefinitionVersionLocalServiceImpl 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.
deleteKaleoDefinitionVersion in interface KaleoDefinitionVersionLocalServicekaleoDefinitionVersionId - the primary key of the kaleo definition versionPortalException - if a kaleo definition version with the primary key could not be foundpublic void deleteKaleoDefinitionVersion(long companyId,
java.lang.String name,
java.lang.String version)
throws com.liferay.portal.kernel.exception.PortalException
deleteKaleoDefinitionVersion in interface KaleoDefinitionVersionLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteKaleoDefinitionVersions(KaleoDefinition kaleoDefinition) throws com.liferay.portal.kernel.exception.PortalException
deleteKaleoDefinitionVersions in interface KaleoDefinitionVersionLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteKaleoDefinitionVersions(java.util.List<KaleoDefinitionVersion> kaleoDefinitionVersions) throws com.liferay.portal.kernel.exception.PortalException
deleteKaleoDefinitionVersions in interface KaleoDefinitionVersionLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteKaleoDefinitionVersions(long companyId,
java.lang.String name)
throws com.liferay.portal.kernel.exception.PortalException
deleteKaleoDefinitionVersions in interface KaleoDefinitionVersionLocalServicecom.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 KaleoDefinitionVersionLocalServicePortalExceptionpublic <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery in interface com.liferay.portal.kernel.service.PersistedModelLocalServicedslQuery in interface KaleoDefinitionVersionLocalServicepublic int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount in interface com.liferay.portal.kernel.service.PersistedModelLocalServicedslQueryCount in interface KaleoDefinitionVersionLocalServicepublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface KaleoDefinitionVersionLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface KaleoDefinitionVersionLocalServicedynamicQuery - 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.KaleoDefinitionVersionModelImpl.
dynamicQuery in interface KaleoDefinitionVersionLocalServicedynamicQuery - 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.KaleoDefinitionVersionModelImpl.
dynamicQuery in interface KaleoDefinitionVersionLocalServicedynamicQuery - 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 KaleoDefinitionVersionLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface KaleoDefinitionVersionLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic KaleoDefinitionVersion fetchKaleoDefinitionVersion(long kaleoDefinitionVersionId)
fetchKaleoDefinitionVersion in interface KaleoDefinitionVersionLocalServicepublic KaleoDefinitionVersion fetchKaleoDefinitionVersion(long companyId, java.lang.String name, java.lang.String version)
fetchKaleoDefinitionVersion in interface KaleoDefinitionVersionLocalServicepublic KaleoDefinitionVersion fetchLatestKaleoDefinitionVersion(long companyId, java.lang.String name) throws com.liferay.portal.kernel.exception.PortalException
fetchLatestKaleoDefinitionVersion in interface KaleoDefinitionVersionLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic KaleoDefinitionVersion fetchLatestKaleoDefinitionVersion(long companyId, java.lang.String name, com.liferay.portal.kernel.util.OrderByComparator<KaleoDefinitionVersion> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
fetchLatestKaleoDefinitionVersion in interface KaleoDefinitionVersionLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface KaleoDefinitionVersionLocalServicepublic KaleoDefinitionVersion getFirstKaleoDefinitionVersion(long companyId, java.lang.String name) throws com.liferay.portal.kernel.exception.PortalException
getFirstKaleoDefinitionVersion in interface KaleoDefinitionVersionLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface KaleoDefinitionVersionLocalServicepublic KaleoDefinitionVersion getKaleoDefinitionVersion(long kaleoDefinitionVersionId) throws com.liferay.portal.kernel.exception.PortalException
getKaleoDefinitionVersion in interface KaleoDefinitionVersionLocalServicekaleoDefinitionVersionId - the primary key of the kaleo definition versionPortalException - if a kaleo definition version with the primary key could not be foundpublic KaleoDefinitionVersion getKaleoDefinitionVersion(long companyId, java.lang.String name, java.lang.String version) throws com.liferay.portal.kernel.exception.PortalException
getKaleoDefinitionVersion in interface KaleoDefinitionVersionLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<KaleoDefinitionVersion> getKaleoDefinitionVersions(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.KaleoDefinitionVersionModelImpl.
getKaleoDefinitionVersions in interface KaleoDefinitionVersionLocalServicestart - the lower bound of the range of kaleo definition versionsend - the upper bound of the range of kaleo definition versions (not inclusive)public java.util.List<KaleoDefinitionVersion> getKaleoDefinitionVersions(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoDefinitionVersion> orderByComparator)
getKaleoDefinitionVersions in interface KaleoDefinitionVersionLocalServicepublic java.util.List<KaleoDefinitionVersion> getKaleoDefinitionVersions(long companyId, java.lang.String name) throws com.liferay.portal.kernel.exception.PortalException
getKaleoDefinitionVersions in interface KaleoDefinitionVersionLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<KaleoDefinitionVersion> getKaleoDefinitionVersions(long companyId, java.lang.String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoDefinitionVersion> orderByComparator)
getKaleoDefinitionVersions in interface KaleoDefinitionVersionLocalServicepublic int getKaleoDefinitionVersionsCount()
getKaleoDefinitionVersionsCount in interface KaleoDefinitionVersionLocalServicepublic int getKaleoDefinitionVersionsCount(long companyId)
getKaleoDefinitionVersionsCount in interface KaleoDefinitionVersionLocalServicepublic int getKaleoDefinitionVersionsCount(long companyId,
java.lang.String name)
getKaleoDefinitionVersionsCount in interface KaleoDefinitionVersionLocalServicepublic KaleoDefinitionVersion[] getKaleoDefinitionVersionsPrevAndNext(long companyId, java.lang.String name, java.lang.String version) throws com.liferay.portal.kernel.exception.PortalException
getKaleoDefinitionVersionsPrevAndNext in interface KaleoDefinitionVersionLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic KaleoDefinitionVersion getLatestKaleoDefinitionVersion(long companyId, java.lang.String name) throws com.liferay.portal.kernel.exception.PortalException
getLatestKaleoDefinitionVersion in interface KaleoDefinitionVersionLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<KaleoDefinitionVersion> getLatestKaleoDefinitionVersions(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoDefinitionVersion> orderByComparator)
getLatestKaleoDefinitionVersions in interface KaleoDefinitionVersionLocalServicepublic java.util.List<KaleoDefinitionVersion> getLatestKaleoDefinitionVersions(long companyId, java.lang.String keywords, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoDefinitionVersion> orderByComparator)
getLatestKaleoDefinitionVersions in interface KaleoDefinitionVersionLocalServicepublic int getLatestKaleoDefinitionVersionsCount(long companyId,
java.lang.String keywords,
int status)
getLatestKaleoDefinitionVersionsCount in interface KaleoDefinitionVersionLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface KaleoDefinitionVersionLocalServicepublic 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 KaleoDefinitionVersionLocalServicePortalExceptionpublic KaleoDefinitionVersion updateKaleoDefinitionVersion(KaleoDefinitionVersion kaleoDefinitionVersion)
Important: Inspect KaleoDefinitionVersionLocalServiceImpl 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.
updateKaleoDefinitionVersion in interface KaleoDefinitionVersionLocalServicekaleoDefinitionVersion - the kaleo definition versionpublic 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<KaleoDefinitionVersion> getCTPersistence()
getCTPersistence in interface com.liferay.portal.kernel.service.change.tracking.CTService<KaleoDefinitionVersion>getCTPersistence in interface KaleoDefinitionVersionLocalServicepublic java.lang.Class<KaleoDefinitionVersion> getModelClass()
getModelClass in interface com.liferay.portal.kernel.service.change.tracking.CTService<KaleoDefinitionVersion>getModelClass in interface KaleoDefinitionVersionLocalServicepublic <R,E extends java.lang.Throwable> R updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<KaleoDefinitionVersion>,R,E> updateUnsafeFunction) throws E extends java.lang.Throwable
updateWithUnsafeFunction in interface com.liferay.portal.kernel.service.change.tracking.CTService<KaleoDefinitionVersion>updateWithUnsafeFunction in interface KaleoDefinitionVersionLocalServiceE extends java.lang.Throwablepublic KaleoDefinitionVersionLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<KaleoDefinitionVersionLocalService>public void setWrappedService(KaleoDefinitionVersionLocalService kaleoDefinitionVersionLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<KaleoDefinitionVersionLocalService>