Package | Description |
---|---|
com.liferay.portal.kernel.model |
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
|
com.liferay.portal.kernel.service |
This package defines the portal service interfaces and classes.
|
com.liferay.portal.kernel.service.persistence |
This package defines the portal service persistence interfaces, classes, and utilities.
|
Modifier and Type | Class and Description |
---|---|
class |
ReleaseWrapper
This class is a wrapper for
Release . |
Modifier and Type | Field and Description |
---|---|
static Accessor<Release,Long> |
Release.RELEASE_ID_ACCESSOR |
Modifier and Type | Method and Description |
---|---|
Release |
ReleaseWrapper.getWrappedModel() |
Release |
ReleaseWrapper.toEscapedModel() |
Release |
ReleaseModel.toEscapedModel() |
Release |
ReleaseWrapper.toUnescapedModel() |
Release |
ReleaseModel.toUnescapedModel() |
Modifier and Type | Method and Description |
---|---|
CacheModel<Release> |
ReleaseWrapper.toCacheModel() |
CacheModel<Release> |
ReleaseModel.toCacheModel() |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
static ReleaseSoap[] |
ReleaseSoap.toSoapModels(List<Release> models) |
Constructor and Description |
---|
ReleaseWrapper(Release release) |
Modifier and Type | Method and Description |
---|---|
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,
String schemaVersion,
int buildNumber,
Date buildDate,
boolean verified) |
Release |
ReleaseLocalServiceWrapper.updateRelease(long releaseId,
String schemaVersion,
int buildNumber,
Date buildDate,
boolean verified) |
Release |
ReleaseLocalService.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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
static Release |
ReleaseUtil.fetchByPrimaryKey(long releaseId)
Returns the release with the primary key or returns
null if it could not be found. |
Release |
ReleasePersistence.fetchByPrimaryKey(long releaseId)
Returns the release with the primary key 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)
Returns the release where servletContextName = ? or returns
null if it could not be found. |
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.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.findByPrimaryKey(long releaseId)
Returns the release with the primary key or throws a
NoSuchReleaseException if it could not be found. |
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.findByServletContextName(String servletContextName)
Returns the release where servletContextName = ? 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.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.
|
static Release |
ReleaseUtil.removeByServletContextName(String servletContextName)
Removes the release where servletContextName = ? from the database.
|
Release |
ReleasePersistence.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) |
static Release |
ReleaseUtil.updateImpl(Release release) |
Release |
ReleasePersistence.updateImpl(Release release) |
Modifier and Type | Method and Description |
---|---|
static Map<Serializable,Release> |
ReleaseUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
Map<Serializable,Release> |
ReleasePersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
static List<Release> |
ReleaseUtil.findAll()
Returns all the releases.
|
List<Release> |
ReleasePersistence.findAll()
Returns 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)
Returns a 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)
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.
|
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.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) |
Modifier and Type | Method and Description |
---|---|
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.
|
static void |
ReleaseUtil.clearCache(Release release) |
static Release |
ReleaseUtil.update(Release release) |
static Release |
ReleaseUtil.update(Release release,
ServiceContext serviceContext) |
static Release |
ReleaseUtil.updateImpl(Release release) |
Release |
ReleasePersistence.updateImpl(Release release) |
Modifier and Type | Method and Description |
---|---|
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.
|
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)
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.
|
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.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<Release> orderByComparator) |