Uses of Interface
com.liferay.portal.kernel.model.Release
Packages that use Release
Package
Description
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
This package defines the portal service interfaces and classes.
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of Release in com.liferay.portal.kernel.model
Classes in com.liferay.portal.kernel.model that implement ReleaseFields in com.liferay.portal.kernel.model with type parameters of type ReleaseMethods in com.liferay.portal.kernel.model that return ReleaseModifier and TypeMethodDescriptionReleaseModel.cloneWithOriginalValues()
ReleaseWrapper.cloneWithOriginalValues()
Methods in com.liferay.portal.kernel.model with parameters of type ReleaseConstructors in com.liferay.portal.kernel.model with parameters of type Release -
Uses of Release in com.liferay.portal.kernel.service
Methods in com.liferay.portal.kernel.service that return ReleaseModifier and TypeMethodDescriptionReleaseLocalService.addRelease
(Release release) Adds the release to the database.ReleaseLocalService.addRelease
(String servletContextName, int buildNumber) ReleaseLocalService.addRelease
(String servletContextName, String schemaVersion) static Release
ReleaseLocalServiceUtil.addRelease
(Release release) Adds the release to the database.static Release
ReleaseLocalServiceUtil.addRelease
(String servletContextName, int buildNumber) static Release
ReleaseLocalServiceUtil.addRelease
(String servletContextName, String schemaVersion) ReleaseLocalServiceWrapper.addRelease
(Release release) Adds the release to the database.ReleaseLocalServiceWrapper.addRelease
(String servletContextName, int buildNumber) ReleaseLocalServiceWrapper.addRelease
(String servletContextName, String schemaVersion) ReleaseLocalService.createRelease
(long releaseId) Creates a new release with the primary key.static Release
ReleaseLocalServiceUtil.createRelease
(long releaseId) Creates a new release with the primary key.ReleaseLocalServiceWrapper.createRelease
(long releaseId) Creates a new release with the primary key.ReleaseLocalService.deleteRelease
(long releaseId) Deletes the release with the primary key from the database.ReleaseLocalService.deleteRelease
(Release release) Deletes the release from the database.static Release
ReleaseLocalServiceUtil.deleteRelease
(long releaseId) Deletes the release with the primary key from the database.static Release
ReleaseLocalServiceUtil.deleteRelease
(Release release) Deletes the release from the database.ReleaseLocalServiceWrapper.deleteRelease
(long releaseId) Deletes the release with the primary key from the database.ReleaseLocalServiceWrapper.deleteRelease
(Release release) Deletes the release from the database.ReleaseLocalService.fetchRelease
(long releaseId) ReleaseLocalService.fetchRelease
(String servletContextName) static Release
ReleaseLocalServiceUtil.fetchRelease
(long releaseId) static Release
ReleaseLocalServiceUtil.fetchRelease
(String servletContextName) ReleaseLocalServiceWrapper.fetchRelease
(long releaseId) ReleaseLocalServiceWrapper.fetchRelease
(String servletContextName) ReleaseLocalService.getRelease
(long releaseId) Returns the release with the primary key.static Release
ReleaseLocalServiceUtil.getRelease
(long releaseId) Returns the release with the primary key.ReleaseLocalServiceWrapper.getRelease
(long releaseId) Returns the release with the primary key.ReleaseLocalService.updateRelease
(long releaseId, String schemaVersion, int buildNumber, Date buildDate, boolean verified) ReleaseLocalService.updateRelease
(Release release) Updates the release in the database or adds it if it does not yet exist.ReleaseLocalService.updateRelease
(String servletContextName, String schemaVersion, String previousSchemaVersion) static Release
ReleaseLocalServiceUtil.updateRelease
(long releaseId, String schemaVersion, int buildNumber, Date buildDate, boolean verified) static Release
ReleaseLocalServiceUtil.updateRelease
(Release release) Updates the release in the database or adds it if it does not yet exist.static Release
ReleaseLocalServiceUtil.updateRelease
(String servletContextName, String schemaVersion, String previousSchemaVersion) ReleaseLocalServiceWrapper.updateRelease
(long releaseId, String schemaVersion, int buildNumber, Date buildDate, boolean verified) ReleaseLocalServiceWrapper.updateRelease
(Release release) Updates the release in the database or adds it if it does not yet exist.ReleaseLocalServiceWrapper.updateRelease
(String servletContextName, String schemaVersion, String previousSchemaVersion) Methods in com.liferay.portal.kernel.service that return types with arguments of type ReleaseModifier and TypeMethodDescriptionReleaseLocalService.getReleases
(int start, int end) Returns a range of all the releases.ReleaseLocalServiceUtil.getReleases
(int start, int end) Returns a range of all the releases.ReleaseLocalServiceWrapper.getReleases
(int start, int end) Returns a range of all the releases.Methods in com.liferay.portal.kernel.service with parameters of type ReleaseModifier and TypeMethodDescriptionReleaseLocalService.addRelease
(Release release) Adds the release to the database.static Release
ReleaseLocalServiceUtil.addRelease
(Release release) Adds the release to the database.ReleaseLocalServiceWrapper.addRelease
(Release release) Adds the release to the database.ReleaseLocalService.deleteRelease
(Release release) Deletes the release from the database.static Release
ReleaseLocalServiceUtil.deleteRelease
(Release release) Deletes the release from the database.ReleaseLocalServiceWrapper.deleteRelease
(Release release) Deletes the release from the database.ReleaseLocalService.updateRelease
(Release release) Updates the release in the database or adds it if it does not yet exist.static Release
ReleaseLocalServiceUtil.updateRelease
(Release release) Updates the release in the database or adds it if it does not yet exist.ReleaseLocalServiceWrapper.updateRelease
(Release release) Updates the release in the database or adds it if it does not yet exist. -
Uses of Release in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that return ReleaseModifier and TypeMethodDescriptionReleasePersistence.create
(long releaseId) Creates a new release with the primary key.static Release
ReleaseUtil.create
(long releaseId) Creates a new release with the primary key.ReleasePersistence.fetchByPrimaryKey
(long releaseId) Returns the release with the primary key or returnsnull
if it could not be found.static Release
ReleaseUtil.fetchByPrimaryKey
(long releaseId) Returns the release with the primary key or returnsnull
if it could not be found.ReleasePersistence.fetchByServletContextName
(String servletContextName) Returns the release where servletContextName = ? or returnsnull
if it could not be found.ReleasePersistence.fetchByServletContextName
(String servletContextName, boolean useFinderCache) Returns the release where servletContextName = ? or returnsnull
if it could not be found, optionally using the finder cache.static Release
ReleaseUtil.fetchByServletContextName
(String servletContextName) Returns the release where servletContextName = ? or returnsnull
if it could not be found.static Release
ReleaseUtil.fetchByServletContextName
(String servletContextName, boolean useFinderCache) Returns the release where servletContextName = ? or returnsnull
if it could not be found, optionally using the finder cache.ReleasePersistence.findByPrimaryKey
(long releaseId) Returns the release with the primary key or throws aNoSuchReleaseException
if it could not be found.static Release
ReleaseUtil.findByPrimaryKey
(long releaseId) Returns the release with the primary key or throws aNoSuchReleaseException
if it could not be found.ReleasePersistence.findByServletContextName
(String servletContextName) Returns the release where servletContextName = ? or throws aNoSuchReleaseException
if it could not be found.static Release
ReleaseUtil.findByServletContextName
(String servletContextName) Returns the release where servletContextName = ? or throws aNoSuchReleaseException
if it could not be found.ReleasePersistence.remove
(long releaseId) Removes the release with the primary key from the database.static Release
ReleaseUtil.remove
(long releaseId) Removes the release with the primary key from the database.ReleasePersistence.removeByServletContextName
(String servletContextName) Removes the release where servletContextName = ? from the database.static Release
ReleaseUtil.removeByServletContextName
(String servletContextName) Removes the release where servletContextName = ? from the database.static Release
static Release
ReleaseUtil.update
(Release release, ServiceContext serviceContext) ReleasePersistence.updateImpl
(Release release) static Release
ReleaseUtil.updateImpl
(Release release) Methods in com.liferay.portal.kernel.service.persistence that return types with arguments of type ReleaseModifier and TypeMethodDescriptionstatic Map<Serializable,
Release> ReleaseUtil.fetchByPrimaryKeys
(Set<Serializable> primaryKeys) ReleasePersistence.findAll()
Returns all the releases.ReleasePersistence.findAll
(int start, int end) Returns a range of all the releases.ReleasePersistence.findAll
(int start, int end, OrderByComparator<Release> orderByComparator) Returns an ordered range of all the releases.ReleasePersistence.findAll
(int start, int end, OrderByComparator<Release> orderByComparator, boolean useFinderCache) Returns an ordered range of all the releases.ReleaseUtil.findAll()
Returns all the releases.ReleaseUtil.findAll
(int start, int end) Returns a range of all the releases.ReleaseUtil.findAll
(int start, int end, OrderByComparator<Release> orderByComparator) Returns an ordered range of all the releases.ReleaseUtil.findAll
(int start, int end, OrderByComparator<Release> orderByComparator, boolean useFinderCache) Returns an ordered range of all the releases.ReleaseUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery) ReleaseUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end) ReleaseUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Release> orderByComparator) Methods in com.liferay.portal.kernel.service.persistence with parameters of type ReleaseModifier and TypeMethodDescriptionvoid
ReleasePersistence.cacheResult
(Release release) Caches the release in the entity cache if it is enabled.static void
ReleaseUtil.cacheResult
(Release release) Caches the release in the entity cache if it is enabled.static void
ReleaseUtil.clearCache
(Release release) static Release
static Release
ReleaseUtil.update
(Release release, ServiceContext serviceContext) ReleasePersistence.updateImpl
(Release release) static Release
ReleaseUtil.updateImpl
(Release release) Method parameters in com.liferay.portal.kernel.service.persistence with type arguments of type ReleaseModifier and TypeMethodDescriptionvoid
ReleasePersistence.cacheResult
(List<Release> releases) Caches the releases in the entity cache if it is enabled.static void
ReleaseUtil.cacheResult
(List<Release> releases) Caches the releases in the entity cache if it is enabled.ReleasePersistence.findAll
(int start, int end, OrderByComparator<Release> orderByComparator) Returns an ordered range of all the releases.ReleasePersistence.findAll
(int start, int end, OrderByComparator<Release> orderByComparator, boolean useFinderCache) Returns an ordered range of all the releases.ReleaseUtil.findAll
(int start, int end, OrderByComparator<Release> orderByComparator) Returns an ordered range of all the releases.ReleaseUtil.findAll
(int start, int end, OrderByComparator<Release> orderByComparator, boolean useFinderCache) Returns an ordered range of all the releases.ReleaseUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<Release> orderByComparator)