Class KaleoDefinitionVersionLocalServiceWrapper
- All Implemented Interfaces:
com.liferay.portal.kernel.service.BaseLocalService,com.liferay.portal.kernel.service.change.tracking.CTService<KaleoDefinitionVersion>,com.liferay.portal.kernel.service.PersistedModelLocalService,com.liferay.portal.kernel.service.ServiceWrapper<KaleoDefinitionVersionLocalService>,KaleoDefinitionVersionLocalService
KaleoDefinitionVersionLocalService.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionKaleoDefinitionVersionLocalServiceWrapper(KaleoDefinitionVersionLocalService kaleoDefinitionVersionLocalService) -
Method Summary
Modifier and TypeMethodDescriptionaddKaleoDefinitionVersion(long kaleoDefinitionId, String name, String title, String description, String content, String version, com.liferay.portal.kernel.service.ServiceContext serviceContext) addKaleoDefinitionVersion(KaleoDefinitionVersion kaleoDefinitionVersion) Adds the kaleo definition version to the database.createKaleoDefinitionVersion(long kaleoDefinitionVersionId) Creates a new kaleo definition version with the primary key.com.liferay.portal.kernel.model.PersistedModelcreatePersistedModel(Serializable primaryKeyObj) deleteKaleoDefinitionVersion(long kaleoDefinitionVersionId) Deletes the kaleo definition version with the primary key from the database.voiddeleteKaleoDefinitionVersion(long companyId, String name, String version) deleteKaleoDefinitionVersion(KaleoDefinitionVersion kaleoDefinitionVersion) Deletes the kaleo definition version from the database.voiddeleteKaleoDefinitionVersions(long companyId, String name) voiddeleteKaleoDefinitionVersions(KaleoDefinition kaleoDefinition) voiddeleteKaleoDefinitionVersions(List<KaleoDefinitionVersion> kaleoDefinitionVersions) com.liferay.portal.kernel.model.PersistedModeldeletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) <T> TdslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) intdslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) com.liferay.portal.kernel.dao.orm.DynamicQuery<T> List<T>dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> 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> 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.longdynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.longdynamicQueryCount(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.fetchKaleoDefinitionVersion(long kaleoDefinitionVersionId) fetchKaleoDefinitionVersion(long companyId, String name, String version) fetchLatestKaleoDefinitionVersion(long companyId, String name) fetchLatestKaleoDefinitionVersion(long companyId, String name, com.liferay.portal.kernel.util.OrderByComparator<KaleoDefinitionVersion> orderByComparator) com.liferay.portal.kernel.dao.orm.ActionableDynamicQuerycom.liferay.portal.kernel.service.persistence.BasePersistence<?>com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<KaleoDefinitionVersion>getFirstKaleoDefinitionVersion(long companyId, String name) com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuerygetKaleoDefinitionVersion(long kaleoDefinitionVersionId) Returns the kaleo definition version with the primary key.getKaleoDefinitionVersion(long companyId, String name, String version) getKaleoDefinitionVersions(int start, int end) Returns a range of all the kaleo definition versions.getKaleoDefinitionVersions(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoDefinitionVersion> orderByComparator) getKaleoDefinitionVersions(long companyId, String name) getKaleoDefinitionVersions(long companyId, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoDefinitionVersion> orderByComparator) intReturns the number of kaleo definition versions.intgetKaleoDefinitionVersionsCount(long companyId) intgetKaleoDefinitionVersionsCount(long companyId, String name) getKaleoDefinitionVersionsPrevAndNext(long companyId, String name, String version) getLatestKaleoDefinitionVersion(long companyId, String name) getLatestKaleoDefinitionVersions(long companyId, String keywords, int status, Locale locale, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoDefinitionVersion> orderByComparator) intgetLatestKaleoDefinitionVersionsCount(long companyId, String keywords, int status) Returns the OSGi service identifier.com.liferay.portal.kernel.model.PersistedModelgetPersistedModel(Serializable primaryKeyObj) voidsetWrappedService(KaleoDefinitionVersionLocalService kaleoDefinitionVersionLocalService) updateKaleoDefinitionVersion(KaleoDefinitionVersion kaleoDefinitionVersion) Updates the kaleo definition version in the database or adds it if it does not yet exist.<R,E extends Throwable>
RupdateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<KaleoDefinitionVersion>, R, E> updateUnsafeFunction) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.service.PersistedModelLocalService
fetchPersistedModel
-
Constructor Details
-
KaleoDefinitionVersionLocalServiceWrapper
public KaleoDefinitionVersionLocalServiceWrapper() -
KaleoDefinitionVersionLocalServiceWrapper
public KaleoDefinitionVersionLocalServiceWrapper(KaleoDefinitionVersionLocalService kaleoDefinitionVersionLocalService)
-
-
Method Details
-
addKaleoDefinitionVersion
public KaleoDefinitionVersion addKaleoDefinitionVersion(KaleoDefinitionVersion kaleoDefinitionVersion) Adds the kaleo definition version to the database. Also notifies the appropriate model listeners.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.
- Specified by:
addKaleoDefinitionVersionin interfaceKaleoDefinitionVersionLocalService- Parameters:
kaleoDefinitionVersion- the kaleo definition version- Returns:
- the kaleo definition version that was added
-
addKaleoDefinitionVersion
public KaleoDefinitionVersion addKaleoDefinitionVersion(long kaleoDefinitionId, String name, String title, String description, String content, String version, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addKaleoDefinitionVersionin interfaceKaleoDefinitionVersionLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
createKaleoDefinitionVersion
Creates a new kaleo definition version with the primary key. Does not add the kaleo definition version to the database.- Specified by:
createKaleoDefinitionVersionin interfaceKaleoDefinitionVersionLocalService- Parameters:
kaleoDefinitionVersionId- the primary key for the new kaleo definition version- Returns:
- the new kaleo definition version
-
createPersistedModel
public com.liferay.portal.kernel.model.PersistedModel createPersistedModel(Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
createPersistedModelin interfaceKaleoDefinitionVersionLocalService- Specified by:
createPersistedModelin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService- Throws:
PortalExceptioncom.liferay.portal.kernel.exception.PortalException
-
deleteKaleoDefinitionVersion
public KaleoDefinitionVersion deleteKaleoDefinitionVersion(KaleoDefinitionVersion kaleoDefinitionVersion) throws com.liferay.portal.kernel.exception.PortalException Deletes the kaleo definition version from the database. Also notifies the appropriate model listeners.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.
- Specified by:
deleteKaleoDefinitionVersionin interfaceKaleoDefinitionVersionLocalService- Parameters:
kaleoDefinitionVersion- the kaleo definition version- Returns:
- the kaleo definition version that was removed
- Throws:
PortalExceptioncom.liferay.portal.kernel.exception.PortalException
-
deleteKaleoDefinitionVersion
public KaleoDefinitionVersion deleteKaleoDefinitionVersion(long kaleoDefinitionVersionId) throws com.liferay.portal.kernel.exception.PortalException Deletes the kaleo definition version with the primary key from the database. Also notifies the appropriate model listeners.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.
- Specified by:
deleteKaleoDefinitionVersionin interfaceKaleoDefinitionVersionLocalService- Parameters:
kaleoDefinitionVersionId- the primary key of the kaleo definition version- Returns:
- the kaleo definition version that was removed
- Throws:
PortalException- if a kaleo definition version with the primary key could not be foundcom.liferay.portal.kernel.exception.PortalException
-
deleteKaleoDefinitionVersion
public void deleteKaleoDefinitionVersion(long companyId, String name, String version) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteKaleoDefinitionVersionin interfaceKaleoDefinitionVersionLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteKaleoDefinitionVersions
public void deleteKaleoDefinitionVersions(KaleoDefinition kaleoDefinition) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteKaleoDefinitionVersionsin interfaceKaleoDefinitionVersionLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteKaleoDefinitionVersions
public void deleteKaleoDefinitionVersions(List<KaleoDefinitionVersion> kaleoDefinitionVersions) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteKaleoDefinitionVersionsin interfaceKaleoDefinitionVersionLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteKaleoDefinitionVersions
public void deleteKaleoDefinitionVersions(long companyId, String name) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteKaleoDefinitionVersionsin interfaceKaleoDefinitionVersionLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deletePersistedModel
public com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deletePersistedModelin interfaceKaleoDefinitionVersionLocalService- Specified by:
deletePersistedModelin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService- Throws:
PortalExceptioncom.liferay.portal.kernel.exception.PortalException
-
dslQuery
public <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) - Specified by:
dslQueryin interfaceKaleoDefinitionVersionLocalService- Specified by:
dslQueryin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
dslQueryCount
public int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) - Specified by:
dslQueryCountin interfaceKaleoDefinitionVersionLocalService- Specified by:
dslQueryCountin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
dynamicQuery
public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()- Specified by:
dynamicQueryin interfaceKaleoDefinitionVersionLocalService
-
dynamicQuery
Performs a dynamic query on the database and returns the matching rows.- Specified by:
dynamicQueryin interfaceKaleoDefinitionVersionLocalService- Parameters:
dynamicQuery- the dynamic query- Returns:
- the matching rows
-
dynamicQuery
public <T> 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.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.workflow.kaleo.model.impl.KaleoDefinitionVersionModelImpl.- Specified by:
dynamicQueryin interfaceKaleoDefinitionVersionLocalService- Parameters:
dynamicQuery- the dynamic querystart- the lower bound of the range of model instancesend- the upper bound of the range of model instances (not inclusive)- Returns:
- the range of matching rows
-
dynamicQuery
public <T> 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.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.workflow.kaleo.model.impl.KaleoDefinitionVersionModelImpl.- Specified by:
dynamicQueryin interfaceKaleoDefinitionVersionLocalService- Parameters:
dynamicQuery- 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 (optionallynull)- Returns:
- the ordered range of matching rows
-
dynamicQueryCount
public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.- Specified by:
dynamicQueryCountin interfaceKaleoDefinitionVersionLocalService- Parameters:
dynamicQuery- the dynamic query- Returns:
- the number of rows matching the dynamic query
-
dynamicQueryCount
public 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.- Specified by:
dynamicQueryCountin interfaceKaleoDefinitionVersionLocalService- Parameters:
dynamicQuery- the dynamic queryprojection- the projection to apply to the query- Returns:
- the number of rows matching the dynamic query
-
fetchKaleoDefinitionVersion
- Specified by:
fetchKaleoDefinitionVersionin interfaceKaleoDefinitionVersionLocalService
-
fetchKaleoDefinitionVersion
public KaleoDefinitionVersion fetchKaleoDefinitionVersion(long companyId, String name, String version) - Specified by:
fetchKaleoDefinitionVersionin interfaceKaleoDefinitionVersionLocalService
-
fetchLatestKaleoDefinitionVersion
public KaleoDefinitionVersion fetchLatestKaleoDefinitionVersion(long companyId, String name) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchLatestKaleoDefinitionVersionin interfaceKaleoDefinitionVersionLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchLatestKaleoDefinitionVersion
public KaleoDefinitionVersion fetchLatestKaleoDefinitionVersion(long companyId, String name, com.liferay.portal.kernel.util.OrderByComparator<KaleoDefinitionVersion> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchLatestKaleoDefinitionVersionin interfaceKaleoDefinitionVersionLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getActionableDynamicQuery
public com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()- Specified by:
getActionableDynamicQueryin interfaceKaleoDefinitionVersionLocalService
-
getFirstKaleoDefinitionVersion
public KaleoDefinitionVersion getFirstKaleoDefinitionVersion(long companyId, String name) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getFirstKaleoDefinitionVersionin interfaceKaleoDefinitionVersionLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getIndexableActionableDynamicQuery
public com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()- Specified by:
getIndexableActionableDynamicQueryin interfaceKaleoDefinitionVersionLocalService
-
getKaleoDefinitionVersion
public KaleoDefinitionVersion getKaleoDefinitionVersion(long kaleoDefinitionVersionId) throws com.liferay.portal.kernel.exception.PortalException Returns the kaleo definition version with the primary key.- Specified by:
getKaleoDefinitionVersionin interfaceKaleoDefinitionVersionLocalService- Parameters:
kaleoDefinitionVersionId- the primary key of the kaleo definition version- Returns:
- the kaleo definition version
- Throws:
PortalException- if a kaleo definition version with the primary key could not be foundcom.liferay.portal.kernel.exception.PortalException
-
getKaleoDefinitionVersion
public KaleoDefinitionVersion getKaleoDefinitionVersion(long companyId, String name, String version) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getKaleoDefinitionVersionin interfaceKaleoDefinitionVersionLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getKaleoDefinitionVersions
Returns a range of all the kaleo definition versions.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.portal.workflow.kaleo.model.impl.KaleoDefinitionVersionModelImpl.- Specified by:
getKaleoDefinitionVersionsin interfaceKaleoDefinitionVersionLocalService- Parameters:
start- the lower bound of the range of kaleo definition versionsend- the upper bound of the range of kaleo definition versions (not inclusive)- Returns:
- the range of kaleo definition versions
-
getKaleoDefinitionVersions
public List<KaleoDefinitionVersion> getKaleoDefinitionVersions(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoDefinitionVersion> orderByComparator) - Specified by:
getKaleoDefinitionVersionsin interfaceKaleoDefinitionVersionLocalService
-
getKaleoDefinitionVersions
public List<KaleoDefinitionVersion> getKaleoDefinitionVersions(long companyId, String name) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getKaleoDefinitionVersionsin interfaceKaleoDefinitionVersionLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getKaleoDefinitionVersions
public List<KaleoDefinitionVersion> getKaleoDefinitionVersions(long companyId, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoDefinitionVersion> orderByComparator) - Specified by:
getKaleoDefinitionVersionsin interfaceKaleoDefinitionVersionLocalService
-
getKaleoDefinitionVersionsCount
public int getKaleoDefinitionVersionsCount()Returns the number of kaleo definition versions.- Specified by:
getKaleoDefinitionVersionsCountin interfaceKaleoDefinitionVersionLocalService- Returns:
- the number of kaleo definition versions
-
getKaleoDefinitionVersionsCount
public int getKaleoDefinitionVersionsCount(long companyId) - Specified by:
getKaleoDefinitionVersionsCountin interfaceKaleoDefinitionVersionLocalService
-
getKaleoDefinitionVersionsCount
- Specified by:
getKaleoDefinitionVersionsCountin interfaceKaleoDefinitionVersionLocalService
-
getKaleoDefinitionVersionsPrevAndNext
public KaleoDefinitionVersion[] getKaleoDefinitionVersionsPrevAndNext(long companyId, String name, String version) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getKaleoDefinitionVersionsPrevAndNextin interfaceKaleoDefinitionVersionLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getLatestKaleoDefinitionVersion
public KaleoDefinitionVersion getLatestKaleoDefinitionVersion(long companyId, String name) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getLatestKaleoDefinitionVersionin interfaceKaleoDefinitionVersionLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getLatestKaleoDefinitionVersions
public List<KaleoDefinitionVersion> getLatestKaleoDefinitionVersions(long companyId, String keywords, int status, Locale locale, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<KaleoDefinitionVersion> orderByComparator) - Specified by:
getLatestKaleoDefinitionVersionsin interfaceKaleoDefinitionVersionLocalService
-
getLatestKaleoDefinitionVersionsCount
- Specified by:
getLatestKaleoDefinitionVersionsCountin interfaceKaleoDefinitionVersionLocalService
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceKaleoDefinitionVersionLocalService- Returns:
- the OSGi service identifier
-
getPersistedModel
public com.liferay.portal.kernel.model.PersistedModel getPersistedModel(Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getPersistedModelin interfaceKaleoDefinitionVersionLocalService- Specified by:
getPersistedModelin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService- Throws:
PortalExceptioncom.liferay.portal.kernel.exception.PortalException
-
updateKaleoDefinitionVersion
public KaleoDefinitionVersion updateKaleoDefinitionVersion(KaleoDefinitionVersion kaleoDefinitionVersion) Updates the kaleo definition version in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.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.
- Specified by:
updateKaleoDefinitionVersionin interfaceKaleoDefinitionVersionLocalService- Parameters:
kaleoDefinitionVersion- the kaleo definition version- Returns:
- the kaleo definition version that was updated
-
getBasePersistence
public com.liferay.portal.kernel.service.persistence.BasePersistence<?> getBasePersistence()- Specified by:
getBasePersistencein interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
getCTPersistence
public com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<KaleoDefinitionVersion> getCTPersistence()- Specified by:
getCTPersistencein interfacecom.liferay.portal.kernel.service.change.tracking.CTService<KaleoDefinitionVersion>- Specified by:
getCTPersistencein interfaceKaleoDefinitionVersionLocalService
-
getModelClass
- Specified by:
getModelClassin interfacecom.liferay.portal.kernel.service.change.tracking.CTService<KaleoDefinitionVersion>- Specified by:
getModelClassin interfaceKaleoDefinitionVersionLocalService
-
updateWithUnsafeFunction
public <R,E extends Throwable> R updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<KaleoDefinitionVersion>, R, throws EE> updateUnsafeFunction) - Specified by:
updateWithUnsafeFunctionin interfacecom.liferay.portal.kernel.service.change.tracking.CTService<KaleoDefinitionVersion>- Specified by:
updateWithUnsafeFunctionin interfaceKaleoDefinitionVersionLocalService- Throws:
E extends Throwable
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<KaleoDefinitionVersionLocalService>
-
setWrappedService
public void setWrappedService(KaleoDefinitionVersionLocalService kaleoDefinitionVersionLocalService) - Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<KaleoDefinitionVersionLocalService>
-