Liferay 6.0.5

Uses of Interface
com.liferay.portal.model.Release

Packages that use Release
com.liferay.portal.model   
com.liferay.portal.model.impl   
com.liferay.portal.service   
com.liferay.portal.service.base   
com.liferay.portal.service.impl   
com.liferay.portal.service.persistence   
 

Uses of Release in com.liferay.portal.model
 

Classes in com.liferay.portal.model that implement Release
 class ReleaseWrapper
           This class is a wrapper for Release.
 

Methods in com.liferay.portal.model that return Release
 Release ReleaseWrapper.getWrappedRelease()
           
 Release ReleaseWrapper.toEscapedModel()
           
 Release ReleaseModel.toEscapedModel()
          Gets a copy of this release as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 

Methods in com.liferay.portal.model with parameters of type Release
 int ReleaseWrapper.compareTo(Release release)
           
 int ReleaseModel.compareTo(Release release)
           
 

Constructors in com.liferay.portal.model with parameters of type Release
ReleaseWrapper(Release release)
           
 

Uses of Release in com.liferay.portal.model.impl
 

Classes in com.liferay.portal.model.impl that implement Release
 class ReleaseImpl
           
 

Methods in com.liferay.portal.model.impl that return Release
 Release ReleaseModelImpl.toEscapedModel()
           
 

Methods in com.liferay.portal.model.impl with parameters of type Release
 int ReleaseModelImpl.compareTo(Release release)
           
 

Uses of Release in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return Release
 Release ReleaseLocalServiceWrapper.addRelease(Release release)
          Adds the release to the database.
static Release ReleaseLocalServiceUtil.addRelease(Release release)
          Adds the release to the database.
 Release ReleaseLocalService.addRelease(Release release)
          Adds the release to the database.
 Release ReleaseLocalServiceWrapper.addRelease(String servletContextName, int buildNumber)
           
static Release ReleaseLocalServiceUtil.addRelease(String servletContextName, int buildNumber)
           
 Release ReleaseLocalService.addRelease(String servletContextName, int buildNumber)
           
 Release ReleaseLocalServiceWrapper.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.
 Release ReleaseLocalService.createRelease(long releaseId)
          Creates a new release with the primary key.
 Release ReleaseLocalServiceWrapper.getRelease(long releaseId)
          Gets the release with the primary key.
static Release ReleaseLocalServiceUtil.getRelease(long releaseId)
          Gets the release with the primary key.
 Release ReleaseLocalService.getRelease(long releaseId)
          Gets the release with the primary key.
 Release ReleaseLocalServiceWrapper.getRelease(String servletContextName, int buildNumber)
           
static Release ReleaseLocalServiceUtil.getRelease(String servletContextName, int buildNumber)
           
 Release ReleaseLocalService.getRelease(String servletContextName, int buildNumber)
           
 Release ReleaseLocalServiceWrapper.updateRelease(long releaseId, int buildNumber, Date buildDate, boolean verified)
           
static Release ReleaseLocalServiceUtil.updateRelease(long releaseId, int buildNumber, Date buildDate, boolean verified)
           
 Release ReleaseLocalService.updateRelease(long releaseId, int buildNumber, Date buildDate, boolean verified)
           
 Release ReleaseLocalServiceWrapper.updateRelease(Release release)
          Updates the release in the database.
static Release ReleaseLocalServiceUtil.updateRelease(Release release)
          Updates the release in the database.
 Release ReleaseLocalService.updateRelease(Release release)
          Updates the release in the database.
 Release ReleaseLocalServiceWrapper.updateRelease(Release release, boolean merge)
          Updates the release in the database.
static Release ReleaseLocalServiceUtil.updateRelease(Release release, boolean merge)
          Updates the release in the database.
 Release ReleaseLocalService.updateRelease(Release release, boolean merge)
          Updates the release in the database.
 

Methods in com.liferay.portal.service that return types with arguments of type Release
 List<Release> ReleaseLocalServiceWrapper.getReleases(int start, int end)
          Gets a range of all the releases.
static List<Release> ReleaseLocalServiceUtil.getReleases(int start, int end)
          Gets a range of all the releases.
 List<Release> ReleaseLocalService.getReleases(int start, int end)
          Gets a range of all the releases.
 

Methods in com.liferay.portal.service with parameters of type Release
 Release ReleaseLocalServiceWrapper.addRelease(Release release)
          Adds the release to the database.
static Release ReleaseLocalServiceUtil.addRelease(Release release)
          Adds the release to the database.
 Release ReleaseLocalService.addRelease(Release release)
          Adds the release to the database.
 void ReleaseLocalServiceWrapper.deleteRelease(Release release)
          Deletes the release from the database.
static void ReleaseLocalServiceUtil.deleteRelease(Release release)
          Deletes the release from the database.
 void ReleaseLocalService.deleteRelease(Release release)
          Deletes the release from the database.
 Release ReleaseLocalServiceWrapper.updateRelease(Release release)
          Updates the release in the database.
static Release ReleaseLocalServiceUtil.updateRelease(Release release)
          Updates the release in the database.
 Release ReleaseLocalService.updateRelease(Release release)
          Updates the release in the database.
 Release ReleaseLocalServiceWrapper.updateRelease(Release release, boolean merge)
          Updates the release in the database.
static Release ReleaseLocalServiceUtil.updateRelease(Release release, boolean merge)
          Updates the release in the database.
 Release ReleaseLocalService.updateRelease(Release release, boolean merge)
          Updates the release in the database.
 

Uses of Release in com.liferay.portal.service.base
 

Methods in com.liferay.portal.service.base that return Release
 Release ReleaseLocalServiceBaseImpl.addRelease(Release release)
          Adds the release to the database.
 Release ReleaseLocalServiceBaseImpl.createRelease(long releaseId)
          Creates a new release with the primary key.
 Release ReleaseLocalServiceBaseImpl.getRelease(long releaseId)
          Gets the release with the primary key.
 Release ReleaseLocalServiceBaseImpl.updateRelease(Release release)
          Updates the release in the database.
 Release ReleaseLocalServiceBaseImpl.updateRelease(Release release, boolean merge)
          Updates the release in the database.
 

Methods in com.liferay.portal.service.base that return types with arguments of type Release
 List<Release> ReleaseLocalServiceBaseImpl.getReleases(int start, int end)
          Gets a range of all the releases.
 

Methods in com.liferay.portal.service.base with parameters of type Release
 Release ReleaseLocalServiceBaseImpl.addRelease(Release release)
          Adds the release to the database.
 void ReleaseLocalServiceBaseImpl.deleteRelease(Release release)
          Deletes the release from the database.
 Release ReleaseLocalServiceBaseImpl.updateRelease(Release release)
          Updates the release in the database.
 Release ReleaseLocalServiceBaseImpl.updateRelease(Release release, boolean merge)
          Updates the release in the database.
 

Uses of Release in com.liferay.portal.service.impl
 

Methods in com.liferay.portal.service.impl that return Release
 Release ReleaseLocalServiceImpl.addRelease(String servletContextName, int buildNumber)
           
 Release ReleaseLocalServiceImpl.getRelease(String servletContextName, int buildNumber)
           
 Release ReleaseLocalServiceImpl.updateRelease(long releaseId, int buildNumber, Date buildDate, boolean verified)
           
 

Uses of Release in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence that return Release
static Release ReleaseUtil.create(long releaseId)
          Creates a new release with the primary key.
 Release ReleasePersistence.create(long releaseId)
          Creates a new release with the primary key.
 Release ReleasePersistenceImpl.create(long releaseId)
          Creates a new release with the primary key.
static Release ReleaseUtil.fetchByPrimaryKey(long releaseId)
          Finds the release with the primary key or returns null if it could not be found.
 Release ReleasePersistence.fetchByPrimaryKey(long releaseId)
          Finds the release with the primary key or returns null if it could not be found.
 Release ReleasePersistenceImpl.fetchByPrimaryKey(long releaseId)
          Finds the release with the primary key or returns null if it could not be found.
 Release ReleasePersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Finds the release with the primary key or returns null if it could not be found.
static Release ReleaseUtil.fetchByServletContextName(String servletContextName)
          Finds the release where servletContextName = ? or returns null if it could not be found.
 Release ReleasePersistence.fetchByServletContextName(String servletContextName)
          Finds the release where servletContextName = ? or returns null if it could not be found.
 Release ReleasePersistenceImpl.fetchByServletContextName(String servletContextName)
          Finds the release where servletContextName = ? or returns null if it could not be found.
static Release ReleaseUtil.fetchByServletContextName(String servletContextName, boolean retrieveFromCache)
          Finds the release where servletContextName = ? or returns null if it could not be found, optionally using the finder cache.
 Release ReleasePersistence.fetchByServletContextName(String servletContextName, boolean retrieveFromCache)
          Finds the release where servletContextName = ? or returns null if it could not be found, optionally using the finder cache.
 Release ReleasePersistenceImpl.fetchByServletContextName(String servletContextName, boolean retrieveFromCache)
          Finds the release where servletContextName = ? or returns null if it could not be found, optionally using the finder cache.
static Release ReleaseUtil.findByPrimaryKey(long releaseId)
          Finds the release with the primary key or throws a NoSuchReleaseException if it could not be found.
 Release ReleasePersistence.findByPrimaryKey(long releaseId)
          Finds the release with the primary key or throws a NoSuchReleaseException if it could not be found.
 Release ReleasePersistenceImpl.findByPrimaryKey(long releaseId)
          Finds the release with the primary key or throws a NoSuchReleaseException if it could not be found.
 Release ReleasePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the release with the primary key or throws a NoSuchModelException if it could not be found.
static Release ReleaseUtil.findByServletContextName(String servletContextName)
          Finds the release where servletContextName = ? or throws a NoSuchReleaseException if it could not be found.
 Release ReleasePersistence.findByServletContextName(String servletContextName)
          Finds the release where servletContextName = ? or throws a NoSuchReleaseException if it could not be found.
 Release ReleasePersistenceImpl.findByServletContextName(String servletContextName)
          Finds the release where servletContextName = ? or throws a NoSuchReleaseException if it could not be found.
static Release ReleaseUtil.remove(long releaseId)
          Removes the release with the primary key from the database.
 Release ReleasePersistence.remove(long releaseId)
          Removes the release with the primary key from the database.
 Release ReleasePersistenceImpl.remove(long releaseId)
          Removes the release with the primary key from the database.
static Release ReleaseUtil.remove(Release release)
           
 Release ReleasePersistenceImpl.remove(Serializable primaryKey)
          Removes the release with the primary key from the database.
protected  Release ReleasePersistenceImpl.removeImpl(Release release)
           
protected  Release ReleasePersistenceImpl.toUnwrappedModel(Release release)
           
static Release ReleaseUtil.update(Release release, boolean merge)
           
static Release ReleaseUtil.update(Release release, boolean merge, ServiceContext serviceContext)
           
static Release ReleaseUtil.updateImpl(Release release, boolean merge)
           
 Release ReleasePersistence.updateImpl(Release release, boolean merge)
           
 Release ReleasePersistenceImpl.updateImpl(Release release, boolean merge)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type Release
static List<Release> ReleaseUtil.findAll()
          Finds all the releases.
 List<Release> ReleasePersistence.findAll()
          Finds all the releases.
 List<Release> ReleasePersistenceImpl.findAll()
          Finds all the releases.
static List<Release> ReleaseUtil.findAll(int start, int end)
          Finds a range of all the releases.
 List<Release> ReleasePersistence.findAll(int start, int end)
          Finds a range of all the releases.
 List<Release> ReleasePersistenceImpl.findAll(int start, int end)
          Finds a range of all the releases.
static List<Release> ReleaseUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the releases.
 List<Release> ReleasePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the releases.
 List<Release> ReleasePersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the releases.
static List<Release> ReleaseUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<Release> ReleaseUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<Release> ReleaseUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portal.service.persistence with parameters of type Release
static void ReleaseUtil.cacheResult(Release release)
          Caches the release in the entity cache if it is enabled.
 void ReleasePersistence.cacheResult(Release release)
          Caches the release in the entity cache if it is enabled.
 void ReleasePersistenceImpl.cacheResult(Release release)
          Caches the release in the entity cache if it is enabled.
static void ReleaseUtil.clearCache(Release release)
           
 void ReleasePersistenceImpl.clearCache(Release release)
          Clears the cache for the release.
static Release ReleaseUtil.remove(Release release)
           
protected  Release ReleasePersistenceImpl.removeImpl(Release release)
           
protected  Release ReleasePersistenceImpl.toUnwrappedModel(Release release)
           
static Release ReleaseUtil.update(Release release, boolean merge)
           
static Release ReleaseUtil.update(Release release, boolean merge, ServiceContext serviceContext)
           
static Release ReleaseUtil.updateImpl(Release release, boolean merge)
           
 Release ReleasePersistence.updateImpl(Release release, boolean merge)
           
 Release ReleasePersistenceImpl.updateImpl(Release release, boolean merge)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type Release
static void ReleaseUtil.cacheResult(List<Release> releases)
          Caches the releases in the entity cache if it is enabled.
 void ReleasePersistence.cacheResult(List<Release> releases)
          Caches the releases in the entity cache if it is enabled.
 void ReleasePersistenceImpl.cacheResult(List<Release> releases)
          Caches the releases in the entity cache if it is enabled.
 


Liferay 6.0.5