|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Release | |
|---|---|
| com.liferay.portal.model | This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. |
| com.liferay.portal.model.impl | This package defines the portal model implementation base classes. |
| com.liferay.portal.service | This package defines the portal service interfaces and classes. |
| com.liferay.portal.service.base | This package defines the portal service local and remote base classes. |
| com.liferay.portal.service.impl | This package defines the portal service local and remote implementations. |
| com.liferay.portal.service.persistence | This package defines the portal service persistence interfaces, classes, and utilities. |
| com.liferay.portal.service.persistence.impl | This package defines the portal service persistence implementation base classes. |
| 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. |
| Fields in com.liferay.portal.model with type parameters of type Release | |
|---|---|
static Accessor<Release,Long> |
Release.RELEASE_ID_ACCESSOR
|
| Methods in com.liferay.portal.model that return Release | |
|---|---|
Release |
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.model.impl |
|---|
| Classes in com.liferay.portal.model.impl that implement Release | |
|---|---|
class |
ReleaseBaseImpl
The extended model base implementation for the Release service. |
class |
ReleaseImpl
|
| Methods in com.liferay.portal.model.impl that return Release | |
|---|---|
Release |
ReleaseCacheModel.toEntityModel()
|
Release |
ReleaseModelImpl.toEscapedModel()
|
| Methods in com.liferay.portal.model.impl that return types with arguments of type Release | |
|---|---|
CacheModel<Release> |
ReleaseModelImpl.toCacheModel()
|
| 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 | |
|---|---|
static Release |
ReleaseLocalServiceUtil.addRelease(Release release)
Adds the release to the database. |
Release |
ReleaseLocalServiceWrapper.addRelease(Release release)
Adds the release to the database. |
Release |
ReleaseLocalService.addRelease(Release release)
Adds the release to the database. |
static Release |
ReleaseLocalServiceUtil.addRelease(String servletContextName,
int buildNumber)
|
Release |
ReleaseLocalServiceWrapper.addRelease(String servletContextName,
int buildNumber)
|
Release |
ReleaseLocalService.addRelease(String servletContextName,
int buildNumber)
|
static Release |
ReleaseLocalServiceUtil.addRelease(String servletContextName,
String schemaVersion)
|
Release |
ReleaseLocalServiceWrapper.addRelease(String servletContextName,
String schemaVersion)
|
Release |
ReleaseLocalService.addRelease(String servletContextName,
String schemaVersion)
|
static Release |
ReleaseLocalServiceUtil.createRelease(long releaseId)
Creates a new release with the primary key. |
Release |
ReleaseLocalServiceWrapper.createRelease(long releaseId)
Creates a new release with the primary key. |
Release |
ReleaseLocalService.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 |
ReleaseLocalServiceWrapper.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. |
static Release |
ReleaseLocalServiceUtil.deleteRelease(Release release)
Deletes the release from the database. |
Release |
ReleaseLocalServiceWrapper.deleteRelease(Release release)
Deletes the release from the database. |
Release |
ReleaseLocalService.deleteRelease(Release release)
Deletes the release from the database. |
static Release |
ReleaseLocalServiceUtil.fetchRelease(long releaseId)
|
Release |
ReleaseLocalServiceWrapper.fetchRelease(long releaseId)
|
Release |
ReleaseLocalService.fetchRelease(long releaseId)
|
static Release |
ReleaseLocalServiceUtil.fetchRelease(String servletContextName)
|
Release |
ReleaseLocalServiceWrapper.fetchRelease(String servletContextName)
|
Release |
ReleaseLocalService.fetchRelease(String servletContextName)
|
static Release |
ReleaseLocalServiceUtil.getRelease(long releaseId)
Returns the release with the primary key. |
Release |
ReleaseLocalServiceWrapper.getRelease(long releaseId)
Returns the release with the primary key. |
Release |
ReleaseLocalService.getRelease(long releaseId)
Returns the release with the primary key. |
static Release |
ReleaseLocalServiceUtil.updateRelease(long releaseId,
int buildNumber,
Date buildDate,
boolean verified)
|
Release |
ReleaseLocalServiceWrapper.updateRelease(long releaseId,
int buildNumber,
Date buildDate,
boolean verified)
|
Release |
ReleaseLocalService.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 |
ReleaseLocalServiceWrapper.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. |
| 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> |
ReleaseLocalServiceWrapper.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. |
| Methods in com.liferay.portal.service with parameters of type Release | |
|---|---|
static Release |
ReleaseLocalServiceUtil.addRelease(Release release)
Adds the release to the database. |
Release |
ReleaseLocalServiceWrapper.addRelease(Release release)
Adds the release to the database. |
Release |
ReleaseLocalService.addRelease(Release release)
Adds the release to the database. |
static Release |
ReleaseLocalServiceUtil.deleteRelease(Release release)
Deletes the release from the database. |
Release |
ReleaseLocalServiceWrapper.deleteRelease(Release release)
Deletes the release from the database. |
Release |
ReleaseLocalService.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 |
ReleaseLocalServiceWrapper.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. |
| 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.deleteRelease(long releaseId)
Deletes the release with the primary key from the database. |
Release |
ReleaseLocalServiceBaseImpl.deleteRelease(Release release)
Deletes the release from the database. |
Release |
ReleaseLocalServiceBaseImpl.fetchRelease(long releaseId)
|
Release |
ReleaseLocalServiceBaseImpl.getRelease(long releaseId)
Returns the release with the primary key. |
Release |
ReleaseLocalServiceBaseImpl.updateRelease(Release release)
Updates the release in the database or adds it if it does not yet exist. |
| Methods in com.liferay.portal.service.base that return types with arguments of type Release | |
|---|---|
List<Release> |
ReleaseLocalServiceBaseImpl.getReleases(int start,
int end)
Returns 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. |
Release |
ReleaseLocalServiceBaseImpl.deleteRelease(Release release)
Deletes the release from the database. |
Release |
ReleaseLocalServiceBaseImpl.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.service.impl |
|---|
| Methods in com.liferay.portal.service.impl that return Release | |
|---|---|
Release |
ReleaseLocalServiceImpl.addRelease(String servletContextName,
int buildNumber)
|
Release |
ReleaseLocalServiceImpl.addRelease(String servletContextName,
String schemaVersion)
|
Release |
ReleaseLocalServiceImpl.fetchRelease(String servletContextName)
|
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 | |
|---|---|
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)
|
static Release |
ReleaseUtil.update(Release release,
ServiceContext serviceContext)
|
Release |
ReleasePersistence.updateImpl(Release release)
|
static Release |
ReleaseUtil.updateImpl(Release release)
|
| Methods in com.liferay.portal.service.persistence that return types with arguments of type Release | |
|---|---|
Map<Serializable,Release> |
ReleasePersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
static Map<Serializable,Release> |
ReleaseUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
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<Release> orderByComparator)
Returns an ordered range of all the releases. |
static List<Release> |
ReleaseUtil.findAll(int start,
int end,
OrderByComparator<Release> orderByComparator)
Returns an ordered range of all the releases. |
List<Release> |
ReleasePersistence.findAll(int start,
int end,
OrderByComparator<Release> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the releases. |
static List<Release> |
ReleaseUtil.findAll(int start,
int end,
OrderByComparator<Release> orderByComparator,
boolean retrieveFromCache)
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<Release> 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)
|
static Release |
ReleaseUtil.update(Release release,
ServiceContext serviceContext)
|
Release |
ReleasePersistence.updateImpl(Release release)
|
static Release |
ReleaseUtil.updateImpl(Release release)
|
| 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. |
List<Release> |
ReleasePersistence.findAll(int start,
int end,
OrderByComparator<Release> orderByComparator)
Returns an ordered range of all the releases. |
static List<Release> |
ReleaseUtil.findAll(int start,
int end,
OrderByComparator<Release> orderByComparator)
Returns an ordered range of all the releases. |
List<Release> |
ReleasePersistence.findAll(int start,
int end,
OrderByComparator<Release> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the releases. |
static List<Release> |
ReleaseUtil.findAll(int start,
int end,
OrderByComparator<Release> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the releases. |
static List<Release> |
ReleaseUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<Release> orderByComparator)
|
| Uses of Release in com.liferay.portal.service.persistence.impl |
|---|
| Methods in com.liferay.portal.service.persistence.impl that return Release | |
|---|---|
Release |
ReleasePersistenceImpl.create(long releaseId)
Creates a new release with the primary key. |
Release |
ReleasePersistenceImpl.fetchByPrimaryKey(long releaseId)
Returns the release with the primary key or returns null if it could not be found. |
Release |
ReleasePersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
Returns the release with the primary key or returns null if it could not be found. |
Release |
ReleasePersistenceImpl.fetchByServletContextName(String servletContextName)
Returns the release where servletContextName = ? or returns null if it could not be found. |
Release |
ReleasePersistenceImpl.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 |
ReleasePersistenceImpl.findByPrimaryKey(long releaseId)
Returns the release with the primary key or throws a NoSuchReleaseException if it could not be found. |
Release |
ReleasePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
Returns the release with the primary key or throws a NoSuchModelException if it could not be found. |
Release |
ReleasePersistenceImpl.findByServletContextName(String servletContextName)
Returns the release where servletContextName = ? or throws a NoSuchReleaseException if it could not be found. |
Release |
ReleasePersistenceImpl.remove(long releaseId)
Removes the release with the primary key from the database. |
Release |
ReleasePersistenceImpl.remove(Serializable primaryKey)
Removes the release with the primary key from the database. |
Release |
ReleasePersistenceImpl.removeByServletContextName(String servletContextName)
Removes the release where servletContextName = ? from the database. |
protected Release |
ReleasePersistenceImpl.removeImpl(Release release)
|
protected Release |
ReleasePersistenceImpl.toUnwrappedModel(Release release)
|
Release |
ReleasePersistenceImpl.updateImpl(Release release)
|
| Methods in com.liferay.portal.service.persistence.impl that return types with arguments of type Release | |
|---|---|
Map<Serializable,Release> |
ReleasePersistenceImpl.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
List<Release> |
ReleasePersistenceImpl.findAll()
Returns all the releases. |
List<Release> |
ReleasePersistenceImpl.findAll(int start,
int end)
Returns a range of all the releases. |
List<Release> |
ReleasePersistenceImpl.findAll(int start,
int end,
OrderByComparator<Release> orderByComparator)
Returns an ordered range of all the releases. |
List<Release> |
ReleasePersistenceImpl.findAll(int start,
int end,
OrderByComparator<Release> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the releases. |
| Methods in com.liferay.portal.service.persistence.impl with parameters of type Release | |
|---|---|
void |
ReleasePersistenceImpl.cacheResult(Release release)
Caches the release in the entity cache if it is enabled. |
void |
ReleasePersistenceImpl.clearCache(Release release)
Clears the cache for the release. |
protected Release |
ReleasePersistenceImpl.removeImpl(Release release)
|
protected Release |
ReleasePersistenceImpl.toUnwrappedModel(Release release)
|
Release |
ReleasePersistenceImpl.updateImpl(Release release)
|
| Method parameters in com.liferay.portal.service.persistence.impl with type arguments of type Release | |
|---|---|
void |
ReleasePersistenceImpl.cacheResult(List<Release> releases)
Caches the releases in the entity cache if it is enabled. |
void |
ReleasePersistenceImpl.clearCache(List<Release> releases)
|
List<Release> |
ReleasePersistenceImpl.findAll(int start,
int end,
OrderByComparator<Release> orderByComparator)
Returns an ordered range of all the releases. |
List<Release> |
ReleasePersistenceImpl.findAll(int start,
int end,
OrderByComparator<Release> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the releases. |
|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||