|
Liferay 6.0.3 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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()
|
| 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)
|
static Release |
ReleaseLocalServiceUtil.addRelease(Release release)
|
Release |
ReleaseLocalService.addRelease(Release release)
|
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)
|
static Release |
ReleaseLocalServiceUtil.createRelease(long releaseId)
|
Release |
ReleaseLocalService.createRelease(long releaseId)
|
Release |
ReleaseLocalServiceWrapper.getRelease(long releaseId)
|
static Release |
ReleaseLocalServiceUtil.getRelease(long releaseId)
|
Release |
ReleaseLocalService.getRelease(long releaseId)
|
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)
|
static Release |
ReleaseLocalServiceUtil.updateRelease(Release release)
|
Release |
ReleaseLocalService.updateRelease(Release release)
|
Release |
ReleaseLocalServiceWrapper.updateRelease(Release release,
boolean merge)
|
static Release |
ReleaseLocalServiceUtil.updateRelease(Release release,
boolean merge)
|
Release |
ReleaseLocalService.updateRelease(Release release,
boolean merge)
|
| Methods in com.liferay.portal.service that return types with arguments of type Release | |
|---|---|
List<Release> |
ReleaseLocalServiceWrapper.getReleases(int start,
int end)
|
static List<Release> |
ReleaseLocalServiceUtil.getReleases(int start,
int end)
|
List<Release> |
ReleaseLocalService.getReleases(int start,
int end)
|
| Methods in com.liferay.portal.service with parameters of type Release | |
|---|---|
Release |
ReleaseLocalServiceWrapper.addRelease(Release release)
|
static Release |
ReleaseLocalServiceUtil.addRelease(Release release)
|
Release |
ReleaseLocalService.addRelease(Release release)
|
void |
ReleaseLocalServiceWrapper.deleteRelease(Release release)
|
static void |
ReleaseLocalServiceUtil.deleteRelease(Release release)
|
void |
ReleaseLocalService.deleteRelease(Release release)
|
Release |
ReleaseLocalServiceWrapper.updateRelease(Release release)
|
static Release |
ReleaseLocalServiceUtil.updateRelease(Release release)
|
Release |
ReleaseLocalService.updateRelease(Release release)
|
Release |
ReleaseLocalServiceWrapper.updateRelease(Release release,
boolean merge)
|
static Release |
ReleaseLocalServiceUtil.updateRelease(Release release,
boolean merge)
|
Release |
ReleaseLocalService.updateRelease(Release release,
boolean merge)
|
| Uses of Release in com.liferay.portal.service.base |
|---|
| Methods in com.liferay.portal.service.base that return Release | |
|---|---|
Release |
ReleaseLocalServiceBaseImpl.addRelease(Release release)
|
Release |
ReleaseLocalServiceBaseImpl.createRelease(long releaseId)
|
Release |
ReleaseLocalServiceBaseImpl.getRelease(long releaseId)
|
Release |
ReleaseLocalServiceBaseImpl.updateRelease(Release release)
|
Release |
ReleaseLocalServiceBaseImpl.updateRelease(Release release,
boolean merge)
|
| Methods in com.liferay.portal.service.base that return types with arguments of type Release | |
|---|---|
List<Release> |
ReleaseLocalServiceBaseImpl.getReleases(int start,
int end)
|
| Methods in com.liferay.portal.service.base with parameters of type Release | |
|---|---|
Release |
ReleaseLocalServiceBaseImpl.addRelease(Release release)
|
void |
ReleaseLocalServiceBaseImpl.deleteRelease(Release release)
|
Release |
ReleaseLocalServiceBaseImpl.updateRelease(Release release)
|
Release |
ReleaseLocalServiceBaseImpl.updateRelease(Release release,
boolean merge)
|
| 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)
|
Release |
ReleasePersistence.create(long releaseId)
|
Release |
ReleasePersistenceImpl.create(long releaseId)
|
static Release |
ReleaseUtil.fetchByPrimaryKey(long releaseId)
|
Release |
ReleasePersistence.fetchByPrimaryKey(long releaseId)
|
Release |
ReleasePersistenceImpl.fetchByPrimaryKey(long releaseId)
|
Release |
ReleasePersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
|
static Release |
ReleaseUtil.fetchByServletContextName(String servletContextName)
|
Release |
ReleasePersistence.fetchByServletContextName(String servletContextName)
|
Release |
ReleasePersistenceImpl.fetchByServletContextName(String servletContextName)
|
static Release |
ReleaseUtil.fetchByServletContextName(String servletContextName,
boolean retrieveFromCache)
|
Release |
ReleasePersistence.fetchByServletContextName(String servletContextName,
boolean retrieveFromCache)
|
Release |
ReleasePersistenceImpl.fetchByServletContextName(String servletContextName,
boolean retrieveFromCache)
|
static Release |
ReleaseUtil.findByPrimaryKey(long releaseId)
|
Release |
ReleasePersistence.findByPrimaryKey(long releaseId)
|
Release |
ReleasePersistenceImpl.findByPrimaryKey(long releaseId)
|
Release |
ReleasePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
|
static Release |
ReleaseUtil.findByServletContextName(String servletContextName)
|
Release |
ReleasePersistence.findByServletContextName(String servletContextName)
|
Release |
ReleasePersistenceImpl.findByServletContextName(String servletContextName)
|
static Release |
ReleaseUtil.remove(long releaseId)
|
Release |
ReleasePersistence.remove(long releaseId)
|
Release |
ReleasePersistenceImpl.remove(long releaseId)
|
static Release |
ReleaseUtil.remove(Release release)
|
Release |
ReleasePersistenceImpl.remove(Serializable primaryKey)
|
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()
|
List<Release> |
ReleasePersistence.findAll()
|
List<Release> |
ReleasePersistenceImpl.findAll()
|
static List<Release> |
ReleaseUtil.findAll(int start,
int end)
|
List<Release> |
ReleasePersistence.findAll(int start,
int end)
|
List<Release> |
ReleasePersistenceImpl.findAll(int start,
int end)
|
static List<Release> |
ReleaseUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
|
List<Release> |
ReleasePersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
|
List<Release> |
ReleasePersistenceImpl.findAll(int start,
int end,
OrderByComparator orderByComparator)
|
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)
|
void |
ReleasePersistence.cacheResult(Release release)
|
void |
ReleasePersistenceImpl.cacheResult(Release release)
|
static void |
ReleaseUtil.clearCache(Release release)
|
void |
ReleasePersistenceImpl.clearCache(Release 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)
|
void |
ReleasePersistence.cacheResult(List<Release> releases)
|
void |
ReleasePersistenceImpl.cacheResult(List<Release> releases)
|
|
Liferay 6.0.3 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||