Liferay 6.1.2-ce-ga3

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

Packages that use Release
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
 

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.getWrappedModel()
           
 Release ReleaseWrapper.getWrappedRelease()
          Deprecated. Renamed to ReleaseWrapper.getWrappedModel()
 Release ReleaseWrapper.toEscapedModel()
           
 Release ReleaseModel.toEscapedModel()
           
 Release ReleaseWrapper.toUnescapedModel()
           
 Release ReleaseModel.toUnescapedModel()
           
 

Methods in com.liferay.portal.model that return types with arguments of type Release
 CacheModel<Release> ReleaseWrapper.toCacheModel()
           
 CacheModel<Release> ReleaseModel.toCacheModel()
           
 

Methods in com.liferay.portal.model with parameters of type Release
 int ReleaseWrapper.compareTo(Release release)
           
 int ReleaseModel.compareTo(Release release)
           
static ReleaseSoap ReleaseSoap.toSoapModel(Release model)
           
static ReleaseSoap[] ReleaseSoap.toSoapModels(Release[] models)
           
static ReleaseSoap[][] ReleaseSoap.toSoapModels(Release[][] models)
           
 

Method parameters in com.liferay.portal.model with type arguments of type Release
static ReleaseSoap[] ReleaseSoap.toSoapModels(List<Release> models)
           
 

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

Uses of Release in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return Release
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(Release release)
          Adds the release to the database.
static Release ReleaseLocalServiceUtil.addRelease(String servletContextName, int buildNumber)
           
 Release ReleaseLocalService.addRelease(String servletContextName, int buildNumber)
           
 Release ReleaseLocalServiceWrapper.addRelease(String servletContextName, int buildNumber)
           
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.createRelease(long releaseId)
          Creates a new release with the primary key.
static Release ReleaseLocalServiceUtil.deleteRelease(long releaseId)
          Deletes the release with the primary key from the database.
 Release ReleaseLocalService.deleteRelease(long releaseId)
          Deletes the release with the primary key from the database.
 Release ReleaseLocalServiceWrapper.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.
 Release ReleaseLocalService.deleteRelease(Release release)
          Deletes the release from the database.
 Release ReleaseLocalServiceWrapper.deleteRelease(Release release)
          Deletes the release from the database.
static Release ReleaseLocalServiceUtil.fetchRelease(long releaseId)
           
 Release ReleaseLocalService.fetchRelease(long releaseId)
           
 Release ReleaseLocalServiceWrapper.fetchRelease(long releaseId)
           
static Release ReleaseLocalServiceUtil.getRelease(long releaseId)
          Returns the release with the primary key.
 Release ReleaseLocalService.getRelease(long releaseId)
          Returns the release with the primary key.
 Release ReleaseLocalServiceWrapper.getRelease(long releaseId)
          Returns the release with the primary key.
static Release ReleaseLocalServiceUtil.getRelease(String servletContextName, int buildNumber)
           
 Release ReleaseLocalService.getRelease(String servletContextName, int buildNumber)
           
 Release ReleaseLocalServiceWrapper.getRelease(String servletContextName, int buildNumber)
           
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(long releaseId, 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.
 Release ReleaseLocalService.updateRelease(Release release)
          Updates the release in the database or adds it if it does not yet exist.
 Release ReleaseLocalServiceWrapper.updateRelease(Release release)
          Updates the release in the database or adds it if it does not yet exist.
static Release ReleaseLocalServiceUtil.updateRelease(Release release, boolean merge)
          Updates the release in the database or adds it if it does not yet exist.
 Release ReleaseLocalService.updateRelease(Release release, boolean merge)
          Updates the release in the database or adds it if it does not yet exist.
 Release ReleaseLocalServiceWrapper.updateRelease(Release release, boolean merge)
          Updates the release in the database or adds it if it does not yet exist.
 

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

Methods in com.liferay.portal.service with parameters of type Release
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(Release release)
          Adds the release to the database.
static Release ReleaseLocalServiceUtil.deleteRelease(Release release)
          Deletes the release from the database.
 Release ReleaseLocalService.deleteRelease(Release release)
          Deletes the release from the database.
 Release ReleaseLocalServiceWrapper.deleteRelease(Release release)
          Deletes the release from the database.
static Release ReleaseLocalServiceUtil.updateRelease(Release release)
          Updates the release in the database or adds it if it does not yet exist.
 Release ReleaseLocalService.updateRelease(Release release)
          Updates the release in the database or adds it if it does not yet exist.
 Release ReleaseLocalServiceWrapper.updateRelease(Release release)
          Updates the release in the database or adds it if it does not yet exist.
static Release ReleaseLocalServiceUtil.updateRelease(Release release, boolean merge)
          Updates the release in the database or adds it if it does not yet exist.
 Release ReleaseLocalService.updateRelease(Release release, boolean merge)
          Updates the release in the database or adds it if it does not yet exist.
 Release ReleaseLocalServiceWrapper.updateRelease(Release release, boolean merge)
          Updates the release in the database or adds it if it does not yet exist.
 

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

Methods in com.liferay.portal.service.persistence that return Release
 Release ReleasePersistence.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.
 Release ReleasePersistence.fetchByPrimaryKey(long releaseId)
          Returns the release with the primary key or returns null if it could not be found.
static Release ReleaseUtil.fetchByPrimaryKey(long releaseId)
          Returns the release with the primary key or returns null if it could not be found.
 Release ReleasePersistence.fetchByServletContextName(String servletContextName)
          Returns the release where servletContextName = ? or returns null if it could not be found.
static Release ReleaseUtil.fetchByServletContextName(String servletContextName)
          Returns the release where servletContextName = ? or returns null if it could not be found.
 Release ReleasePersistence.fetchByServletContextName(String servletContextName, boolean retrieveFromCache)
          Returns the release where servletContextName = ? or returns null if it could not be found, optionally using the finder cache.
static Release ReleaseUtil.fetchByServletContextName(String servletContextName, boolean retrieveFromCache)
          Returns the release where servletContextName = ? or returns null if it could not be found, optionally using the finder cache.
 Release ReleasePersistence.findByPrimaryKey(long releaseId)
          Returns the release with the primary key or throws a NoSuchReleaseException if it could not be found.
static Release ReleaseUtil.findByPrimaryKey(long releaseId)
          Returns the release with the primary key or throws a NoSuchReleaseException if it could not be found.
 Release ReleasePersistence.findByServletContextName(String servletContextName)
          Returns the release where servletContextName = ? or throws a NoSuchReleaseException if it could not be found.
static Release ReleaseUtil.findByServletContextName(String servletContextName)
          Returns the release where servletContextName = ? or throws a NoSuchReleaseException if it could not be found.
 Release 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.
 Release 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 ReleaseUtil.update(Release release, boolean merge)
           
static Release ReleaseUtil.update(Release release, boolean merge, ServiceContext serviceContext)
           
 Release ReleasePersistence.updateImpl(Release release, boolean merge)
           
static Release ReleaseUtil.updateImpl(Release release, boolean merge)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type Release
 List<Release> ReleasePersistence.findAll()
          Returns all the releases.
static List<Release> ReleaseUtil.findAll()
          Returns all the releases.
 List<Release> ReleasePersistence.findAll(int start, int end)
          Returns a range of all the releases.
static List<Release> ReleaseUtil.findAll(int start, int end)
          Returns a range of all the releases.
 List<Release> ReleasePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the releases.
static List<Release> ReleaseUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns 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
 void 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 ReleaseUtil.update(Release release, boolean merge)
           
static Release ReleaseUtil.update(Release release, boolean merge, ServiceContext serviceContext)
           
 Release ReleasePersistence.updateImpl(Release release, boolean merge)
           
static Release ReleaseUtil.updateImpl(Release release, boolean merge)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type Release
 void 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.
 


Liferay 6.1.2-ce-ga3