|
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.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. |
| 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.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.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)
|
|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||