|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RepositoryEntry | |
|---|---|
| com.liferay.portal.kernel.repository | |
| 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 RepositoryEntry in com.liferay.portal.kernel.repository |
|---|
| Methods in com.liferay.portal.kernel.repository that return RepositoryEntry | |
|---|---|
protected RepositoryEntry |
BaseRepositoryImpl.getRepositoryEntry(String objectId)
|
| Uses of RepositoryEntry in com.liferay.portal.model |
|---|
| Classes in com.liferay.portal.model that implement RepositoryEntry | |
|---|---|
class |
RepositoryEntryWrapper
This class is a wrapper for RepositoryEntry. |
| Fields in com.liferay.portal.model with type parameters of type RepositoryEntry | |
|---|---|
static Accessor<RepositoryEntry,Long> |
RepositoryEntry.REPOSITORY_ENTRY_ID_ACCESSOR
|
| Methods in com.liferay.portal.model that return RepositoryEntry | |
|---|---|
RepositoryEntry |
RepositoryEntryWrapper.getWrappedModel()
|
RepositoryEntry |
RepositoryEntryModel.toEscapedModel()
|
RepositoryEntry |
RepositoryEntryWrapper.toEscapedModel()
|
RepositoryEntry |
RepositoryEntryModel.toUnescapedModel()
|
RepositoryEntry |
RepositoryEntryWrapper.toUnescapedModel()
|
| Methods in com.liferay.portal.model that return types with arguments of type RepositoryEntry | |
|---|---|
CacheModel<RepositoryEntry> |
RepositoryEntryModel.toCacheModel()
|
CacheModel<RepositoryEntry> |
RepositoryEntryWrapper.toCacheModel()
|
| Methods in com.liferay.portal.model with parameters of type RepositoryEntry | |
|---|---|
int |
RepositoryEntryModel.compareTo(RepositoryEntry repositoryEntry)
|
int |
RepositoryEntryWrapper.compareTo(RepositoryEntry repositoryEntry)
|
static RepositoryEntrySoap |
RepositoryEntrySoap.toSoapModel(RepositoryEntry model)
|
static RepositoryEntrySoap[] |
RepositoryEntrySoap.toSoapModels(RepositoryEntry[] models)
|
static RepositoryEntrySoap[][] |
RepositoryEntrySoap.toSoapModels(RepositoryEntry[][] models)
|
| Method parameters in com.liferay.portal.model with type arguments of type RepositoryEntry | |
|---|---|
static RepositoryEntrySoap[] |
RepositoryEntrySoap.toSoapModels(List<RepositoryEntry> models)
|
| Constructors in com.liferay.portal.model with parameters of type RepositoryEntry | |
|---|---|
RepositoryEntryWrapper(RepositoryEntry repositoryEntry)
|
|
| Uses of RepositoryEntry in com.liferay.portal.model.impl |
|---|
| Classes in com.liferay.portal.model.impl that implement RepositoryEntry | |
|---|---|
class |
RepositoryEntryBaseImpl
The extended model base implementation for the RepositoryEntry service. |
class |
RepositoryEntryImpl
|
| Methods in com.liferay.portal.model.impl that return RepositoryEntry | |
|---|---|
RepositoryEntry |
RepositoryEntryCacheModel.toEntityModel()
|
RepositoryEntry |
RepositoryEntryModelImpl.toEscapedModel()
|
| Methods in com.liferay.portal.model.impl that return types with arguments of type RepositoryEntry | |
|---|---|
CacheModel<RepositoryEntry> |
RepositoryEntryModelImpl.toCacheModel()
|
| Methods in com.liferay.portal.model.impl with parameters of type RepositoryEntry | |
|---|---|
int |
RepositoryEntryModelImpl.compareTo(RepositoryEntry repositoryEntry)
|
| Uses of RepositoryEntry in com.liferay.portal.service |
|---|
| Methods in com.liferay.portal.service that return RepositoryEntry | |
|---|---|
static RepositoryEntry |
RepositoryEntryLocalServiceUtil.addRepositoryEntry(long userId,
long groupId,
long repositoryId,
String mappedId,
ServiceContext serviceContext)
|
RepositoryEntry |
RepositoryEntryLocalServiceWrapper.addRepositoryEntry(long userId,
long groupId,
long repositoryId,
String mappedId,
ServiceContext serviceContext)
|
RepositoryEntry |
RepositoryEntryLocalService.addRepositoryEntry(long userId,
long groupId,
long repositoryId,
String mappedId,
ServiceContext serviceContext)
|
static RepositoryEntry |
RepositoryEntryLocalServiceUtil.addRepositoryEntry(RepositoryEntry repositoryEntry)
Adds the repository entry to the database. |
RepositoryEntry |
RepositoryEntryLocalServiceWrapper.addRepositoryEntry(RepositoryEntry repositoryEntry)
Adds the repository entry to the database. |
RepositoryEntry |
RepositoryEntryLocalService.addRepositoryEntry(RepositoryEntry repositoryEntry)
Adds the repository entry to the database. |
static RepositoryEntry |
RepositoryEntryLocalServiceUtil.createRepositoryEntry(long repositoryEntryId)
Creates a new repository entry with the primary key. |
RepositoryEntry |
RepositoryEntryLocalServiceWrapper.createRepositoryEntry(long repositoryEntryId)
Creates a new repository entry with the primary key. |
RepositoryEntry |
RepositoryEntryLocalService.createRepositoryEntry(long repositoryEntryId)
Creates a new repository entry with the primary key. |
static RepositoryEntry |
RepositoryEntryLocalServiceUtil.deleteRepositoryEntry(long repositoryEntryId)
Deletes the repository entry with the primary key from the database. |
RepositoryEntry |
RepositoryEntryLocalServiceWrapper.deleteRepositoryEntry(long repositoryEntryId)
Deletes the repository entry with the primary key from the database. |
RepositoryEntry |
RepositoryEntryLocalService.deleteRepositoryEntry(long repositoryEntryId)
Deletes the repository entry with the primary key from the database. |
static RepositoryEntry |
RepositoryEntryLocalServiceUtil.deleteRepositoryEntry(RepositoryEntry repositoryEntry)
Deletes the repository entry from the database. |
RepositoryEntry |
RepositoryEntryLocalServiceWrapper.deleteRepositoryEntry(RepositoryEntry repositoryEntry)
Deletes the repository entry from the database. |
RepositoryEntry |
RepositoryEntryLocalService.deleteRepositoryEntry(RepositoryEntry repositoryEntry)
Deletes the repository entry from the database. |
static RepositoryEntry |
RepositoryEntryLocalServiceUtil.fetchRepositoryEntry(long repositoryEntryId)
|
RepositoryEntry |
RepositoryEntryLocalServiceWrapper.fetchRepositoryEntry(long repositoryEntryId)
|
RepositoryEntry |
RepositoryEntryLocalService.fetchRepositoryEntry(long repositoryEntryId)
|
static RepositoryEntry |
RepositoryEntryLocalServiceUtil.fetchRepositoryEntryByUuidAndGroupId(String uuid,
long groupId)
Returns the repository entry matching the UUID and group. |
RepositoryEntry |
RepositoryEntryLocalServiceWrapper.fetchRepositoryEntryByUuidAndGroupId(String uuid,
long groupId)
Returns the repository entry matching the UUID and group. |
RepositoryEntry |
RepositoryEntryLocalService.fetchRepositoryEntryByUuidAndGroupId(String uuid,
long groupId)
Returns the repository entry matching the UUID and group. |
static RepositoryEntry |
RepositoryEntryLocalServiceUtil.getRepositoryEntry(long repositoryEntryId)
Returns the repository entry with the primary key. |
RepositoryEntry |
RepositoryEntryLocalServiceWrapper.getRepositoryEntry(long repositoryEntryId)
Returns the repository entry with the primary key. |
RepositoryEntry |
RepositoryEntryLocalService.getRepositoryEntry(long repositoryEntryId)
Returns the repository entry with the primary key. |
static RepositoryEntry |
RepositoryEntryLocalServiceUtil.getRepositoryEntry(long userId,
long groupId,
long repositoryId,
String objectId)
|
RepositoryEntry |
RepositoryEntryLocalServiceWrapper.getRepositoryEntry(long userId,
long groupId,
long repositoryId,
String objectId)
|
RepositoryEntry |
RepositoryEntryLocalService.getRepositoryEntry(long userId,
long groupId,
long repositoryId,
String objectId)
|
static RepositoryEntry |
RepositoryEntryLocalServiceUtil.getRepositoryEntry(String uuid,
long groupId)
|
RepositoryEntry |
RepositoryEntryLocalServiceWrapper.getRepositoryEntry(String uuid,
long groupId)
|
RepositoryEntry |
RepositoryEntryLocalService.getRepositoryEntry(String uuid,
long groupId)
|
static RepositoryEntry |
RepositoryEntryLocalServiceUtil.getRepositoryEntryByUuidAndGroupId(String uuid,
long groupId)
Returns the repository entry matching the UUID and group. |
RepositoryEntry |
RepositoryEntryLocalServiceWrapper.getRepositoryEntryByUuidAndGroupId(String uuid,
long groupId)
Returns the repository entry matching the UUID and group. |
RepositoryEntry |
RepositoryEntryLocalService.getRepositoryEntryByUuidAndGroupId(String uuid,
long groupId)
Returns the repository entry matching the UUID and group. |
static RepositoryEntry |
RepositoryEntryLocalServiceUtil.updateRepositoryEntry(long repositoryEntryId,
String mappedId)
|
RepositoryEntry |
RepositoryEntryLocalServiceWrapper.updateRepositoryEntry(long repositoryEntryId,
String mappedId)
|
RepositoryEntry |
RepositoryEntryLocalService.updateRepositoryEntry(long repositoryEntryId,
String mappedId)
|
static RepositoryEntry |
RepositoryEntryLocalServiceUtil.updateRepositoryEntry(RepositoryEntry repositoryEntry)
Updates the repository entry in the database or adds it if it does not yet exist. |
RepositoryEntry |
RepositoryEntryLocalServiceWrapper.updateRepositoryEntry(RepositoryEntry repositoryEntry)
Updates the repository entry in the database or adds it if it does not yet exist. |
RepositoryEntry |
RepositoryEntryLocalService.updateRepositoryEntry(RepositoryEntry repositoryEntry)
Updates the repository entry 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 RepositoryEntry | |
|---|---|
static List<RepositoryEntry> |
RepositoryEntryLocalServiceUtil.getRepositoryEntries(int start,
int end)
Returns a range of all the repository entries. |
List<RepositoryEntry> |
RepositoryEntryLocalServiceWrapper.getRepositoryEntries(int start,
int end)
Returns a range of all the repository entries. |
List<RepositoryEntry> |
RepositoryEntryLocalService.getRepositoryEntries(int start,
int end)
Returns a range of all the repository entries. |
static List<RepositoryEntry> |
RepositoryEntryLocalServiceUtil.getRepositoryEntries(long repositoryId)
|
List<RepositoryEntry> |
RepositoryEntryLocalServiceWrapper.getRepositoryEntries(long repositoryId)
|
List<RepositoryEntry> |
RepositoryEntryLocalService.getRepositoryEntries(long repositoryId)
|
static List<RepositoryEntry> |
RepositoryEntryLocalServiceUtil.getRepositoryEntriesByUuidAndCompanyId(String uuid,
long companyId)
Returns all the repository entries matching the UUID and company. |
List<RepositoryEntry> |
RepositoryEntryLocalServiceWrapper.getRepositoryEntriesByUuidAndCompanyId(String uuid,
long companyId)
Returns all the repository entries matching the UUID and company. |
List<RepositoryEntry> |
RepositoryEntryLocalService.getRepositoryEntriesByUuidAndCompanyId(String uuid,
long companyId)
Returns all the repository entries matching the UUID and company. |
static List<RepositoryEntry> |
RepositoryEntryLocalServiceUtil.getRepositoryEntriesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns a range of repository entries matching the UUID and company. |
List<RepositoryEntry> |
RepositoryEntryLocalServiceWrapper.getRepositoryEntriesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns a range of repository entries matching the UUID and company. |
List<RepositoryEntry> |
RepositoryEntryLocalService.getRepositoryEntriesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns a range of repository entries matching the UUID and company. |
| Methods in com.liferay.portal.service with parameters of type RepositoryEntry | |
|---|---|
static RepositoryEntry |
RepositoryEntryLocalServiceUtil.addRepositoryEntry(RepositoryEntry repositoryEntry)
Adds the repository entry to the database. |
RepositoryEntry |
RepositoryEntryLocalServiceWrapper.addRepositoryEntry(RepositoryEntry repositoryEntry)
Adds the repository entry to the database. |
RepositoryEntry |
RepositoryEntryLocalService.addRepositoryEntry(RepositoryEntry repositoryEntry)
Adds the repository entry to the database. |
static RepositoryEntry |
RepositoryEntryLocalServiceUtil.deleteRepositoryEntry(RepositoryEntry repositoryEntry)
Deletes the repository entry from the database. |
RepositoryEntry |
RepositoryEntryLocalServiceWrapper.deleteRepositoryEntry(RepositoryEntry repositoryEntry)
Deletes the repository entry from the database. |
RepositoryEntry |
RepositoryEntryLocalService.deleteRepositoryEntry(RepositoryEntry repositoryEntry)
Deletes the repository entry from the database. |
static RepositoryEntry |
RepositoryEntryLocalServiceUtil.updateRepositoryEntry(RepositoryEntry repositoryEntry)
Updates the repository entry in the database or adds it if it does not yet exist. |
RepositoryEntry |
RepositoryEntryLocalServiceWrapper.updateRepositoryEntry(RepositoryEntry repositoryEntry)
Updates the repository entry in the database or adds it if it does not yet exist. |
RepositoryEntry |
RepositoryEntryLocalService.updateRepositoryEntry(RepositoryEntry repositoryEntry)
Updates the repository entry in the database or adds it if it does not yet exist. |
| Method parameters in com.liferay.portal.service with type arguments of type RepositoryEntry | |
|---|---|
static List<RepositoryEntry> |
RepositoryEntryLocalServiceUtil.getRepositoryEntriesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns a range of repository entries matching the UUID and company. |
List<RepositoryEntry> |
RepositoryEntryLocalServiceWrapper.getRepositoryEntriesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns a range of repository entries matching the UUID and company. |
List<RepositoryEntry> |
RepositoryEntryLocalService.getRepositoryEntriesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns a range of repository entries matching the UUID and company. |
| Uses of RepositoryEntry in com.liferay.portal.service.base |
|---|
| Methods in com.liferay.portal.service.base that return RepositoryEntry | |
|---|---|
RepositoryEntry |
RepositoryEntryLocalServiceBaseImpl.addRepositoryEntry(RepositoryEntry repositoryEntry)
Adds the repository entry to the database. |
RepositoryEntry |
RepositoryEntryLocalServiceBaseImpl.createRepositoryEntry(long repositoryEntryId)
Creates a new repository entry with the primary key. |
RepositoryEntry |
RepositoryEntryLocalServiceBaseImpl.deleteRepositoryEntry(long repositoryEntryId)
Deletes the repository entry with the primary key from the database. |
RepositoryEntry |
RepositoryEntryLocalServiceBaseImpl.deleteRepositoryEntry(RepositoryEntry repositoryEntry)
Deletes the repository entry from the database. |
RepositoryEntry |
RepositoryEntryLocalServiceBaseImpl.fetchRepositoryEntry(long repositoryEntryId)
|
RepositoryEntry |
RepositoryEntryLocalServiceBaseImpl.fetchRepositoryEntryByUuidAndGroupId(String uuid,
long groupId)
Returns the repository entry matching the UUID and group. |
RepositoryEntry |
RepositoryEntryLocalServiceBaseImpl.getRepositoryEntry(long repositoryEntryId)
Returns the repository entry with the primary key. |
RepositoryEntry |
RepositoryEntryLocalServiceBaseImpl.getRepositoryEntryByUuidAndGroupId(String uuid,
long groupId)
Returns the repository entry matching the UUID and group. |
RepositoryEntry |
RepositoryEntryLocalServiceBaseImpl.updateRepositoryEntry(RepositoryEntry repositoryEntry)
Updates the repository entry 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 RepositoryEntry | |
|---|---|
List<RepositoryEntry> |
RepositoryEntryLocalServiceBaseImpl.getRepositoryEntries(int start,
int end)
Returns a range of all the repository entries. |
List<RepositoryEntry> |
RepositoryEntryLocalServiceBaseImpl.getRepositoryEntriesByUuidAndCompanyId(String uuid,
long companyId)
Returns all the repository entries matching the UUID and company. |
List<RepositoryEntry> |
RepositoryEntryLocalServiceBaseImpl.getRepositoryEntriesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns a range of repository entries matching the UUID and company. |
| Methods in com.liferay.portal.service.base with parameters of type RepositoryEntry | |
|---|---|
RepositoryEntry |
RepositoryEntryLocalServiceBaseImpl.addRepositoryEntry(RepositoryEntry repositoryEntry)
Adds the repository entry to the database. |
RepositoryEntry |
RepositoryEntryLocalServiceBaseImpl.deleteRepositoryEntry(RepositoryEntry repositoryEntry)
Deletes the repository entry from the database. |
RepositoryEntry |
RepositoryEntryLocalServiceBaseImpl.updateRepositoryEntry(RepositoryEntry repositoryEntry)
Updates the repository entry in the database or adds it if it does not yet exist. |
| Method parameters in com.liferay.portal.service.base with type arguments of type RepositoryEntry | |
|---|---|
List<RepositoryEntry> |
RepositoryEntryLocalServiceBaseImpl.getRepositoryEntriesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns a range of repository entries matching the UUID and company. |
| Uses of RepositoryEntry in com.liferay.portal.service.impl |
|---|
| Methods in com.liferay.portal.service.impl that return RepositoryEntry | |
|---|---|
RepositoryEntry |
RepositoryEntryLocalServiceImpl.addRepositoryEntry(long userId,
long groupId,
long repositoryId,
String mappedId,
ServiceContext serviceContext)
|
RepositoryEntry |
RepositoryEntryLocalServiceImpl.getRepositoryEntry(long userId,
long groupId,
long repositoryId,
String objectId)
|
RepositoryEntry |
RepositoryEntryLocalServiceImpl.getRepositoryEntry(String uuid,
long groupId)
|
RepositoryEntry |
RepositoryEntryLocalServiceImpl.updateRepositoryEntry(long repositoryEntryId,
String mappedId)
|
| Methods in com.liferay.portal.service.impl that return types with arguments of type RepositoryEntry | |
|---|---|
List<RepositoryEntry> |
RepositoryEntryLocalServiceImpl.getRepositoryEntries(long repositoryId)
|
| Uses of RepositoryEntry in com.liferay.portal.service.persistence |
|---|
| Methods in com.liferay.portal.service.persistence that return RepositoryEntry | |
|---|---|
static RepositoryEntry |
RepositoryEntryUtil.create(long repositoryEntryId)
Creates a new repository entry with the primary key. |
RepositoryEntry |
RepositoryEntryPersistence.create(long repositoryEntryId)
Creates a new repository entry with the primary key. |
static RepositoryEntry |
RepositoryEntryUtil.fetchByPrimaryKey(long repositoryEntryId)
Returns the repository entry with the primary key or returns null if it could not be found. |
RepositoryEntry |
RepositoryEntryPersistence.fetchByPrimaryKey(long repositoryEntryId)
Returns the repository entry with the primary key or returns null if it could not be found. |
static RepositoryEntry |
RepositoryEntryUtil.fetchByR_M(long repositoryId,
String mappedId)
Returns the repository entry where repositoryId = ? and mappedId = ? or returns null if it could not be found. |
RepositoryEntry |
RepositoryEntryPersistence.fetchByR_M(long repositoryId,
String mappedId)
Returns the repository entry where repositoryId = ? and mappedId = ? or returns null if it could not be found. |
static RepositoryEntry |
RepositoryEntryUtil.fetchByR_M(long repositoryId,
String mappedId,
boolean retrieveFromCache)
Returns the repository entry where repositoryId = ? and mappedId = ? or returns null if it could not be found, optionally using the finder cache. |
RepositoryEntry |
RepositoryEntryPersistence.fetchByR_M(long repositoryId,
String mappedId,
boolean retrieveFromCache)
Returns the repository entry where repositoryId = ? and mappedId = ? or returns null if it could not be found, optionally using the finder cache. |
static RepositoryEntry |
RepositoryEntryUtil.fetchByRepositoryId_First(long repositoryId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the first repository entry in the ordered set where repositoryId = ?. |
RepositoryEntry |
RepositoryEntryPersistence.fetchByRepositoryId_First(long repositoryId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the first repository entry in the ordered set where repositoryId = ?. |
static RepositoryEntry |
RepositoryEntryUtil.fetchByRepositoryId_Last(long repositoryId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the last repository entry in the ordered set where repositoryId = ?. |
RepositoryEntry |
RepositoryEntryPersistence.fetchByRepositoryId_Last(long repositoryId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the last repository entry in the ordered set where repositoryId = ?. |
static RepositoryEntry |
RepositoryEntryUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the first repository entry in the ordered set where uuid = ? and companyId = ?. |
RepositoryEntry |
RepositoryEntryPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the first repository entry in the ordered set where uuid = ? and companyId = ?. |
static RepositoryEntry |
RepositoryEntryUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the last repository entry in the ordered set where uuid = ? and companyId = ?. |
RepositoryEntry |
RepositoryEntryPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the last repository entry in the ordered set where uuid = ? and companyId = ?. |
static RepositoryEntry |
RepositoryEntryUtil.fetchByUuid_First(String uuid,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the first repository entry in the ordered set where uuid = ?. |
RepositoryEntry |
RepositoryEntryPersistence.fetchByUuid_First(String uuid,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the first repository entry in the ordered set where uuid = ?. |
static RepositoryEntry |
RepositoryEntryUtil.fetchByUUID_G(String uuid,
long groupId)
Returns the repository entry where uuid = ? and groupId = ? or returns null if it could not be found. |
RepositoryEntry |
RepositoryEntryPersistence.fetchByUUID_G(String uuid,
long groupId)
Returns the repository entry where uuid = ? and groupId = ? or returns null if it could not be found. |
static RepositoryEntry |
RepositoryEntryUtil.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the repository entry where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
RepositoryEntry |
RepositoryEntryPersistence.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the repository entry where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
static RepositoryEntry |
RepositoryEntryUtil.fetchByUuid_Last(String uuid,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the last repository entry in the ordered set where uuid = ?. |
RepositoryEntry |
RepositoryEntryPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the last repository entry in the ordered set where uuid = ?. |
static RepositoryEntry |
RepositoryEntryUtil.findByPrimaryKey(long repositoryEntryId)
Returns the repository entry with the primary key or throws a NoSuchRepositoryEntryException if it could not be found. |
RepositoryEntry |
RepositoryEntryPersistence.findByPrimaryKey(long repositoryEntryId)
Returns the repository entry with the primary key or throws a NoSuchRepositoryEntryException if it could not be found. |
static RepositoryEntry |
RepositoryEntryUtil.findByR_M(long repositoryId,
String mappedId)
Returns the repository entry where repositoryId = ? and mappedId = ? or throws a NoSuchRepositoryEntryException if it could not be found. |
RepositoryEntry |
RepositoryEntryPersistence.findByR_M(long repositoryId,
String mappedId)
Returns the repository entry where repositoryId = ? and mappedId = ? or throws a NoSuchRepositoryEntryException if it could not be found. |
static RepositoryEntry |
RepositoryEntryUtil.findByRepositoryId_First(long repositoryId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the first repository entry in the ordered set where repositoryId = ?. |
RepositoryEntry |
RepositoryEntryPersistence.findByRepositoryId_First(long repositoryId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the first repository entry in the ordered set where repositoryId = ?. |
static RepositoryEntry |
RepositoryEntryUtil.findByRepositoryId_Last(long repositoryId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the last repository entry in the ordered set where repositoryId = ?. |
RepositoryEntry |
RepositoryEntryPersistence.findByRepositoryId_Last(long repositoryId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the last repository entry in the ordered set where repositoryId = ?. |
static RepositoryEntry[] |
RepositoryEntryUtil.findByRepositoryId_PrevAndNext(long repositoryEntryId,
long repositoryId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the repository entries before and after the current repository entry in the ordered set where repositoryId = ?. |
RepositoryEntry[] |
RepositoryEntryPersistence.findByRepositoryId_PrevAndNext(long repositoryEntryId,
long repositoryId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the repository entries before and after the current repository entry in the ordered set where repositoryId = ?. |
static RepositoryEntry |
RepositoryEntryUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the first repository entry in the ordered set where uuid = ? and companyId = ?. |
RepositoryEntry |
RepositoryEntryPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the first repository entry in the ordered set where uuid = ? and companyId = ?. |
static RepositoryEntry |
RepositoryEntryUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the last repository entry in the ordered set where uuid = ? and companyId = ?. |
RepositoryEntry |
RepositoryEntryPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the last repository entry in the ordered set where uuid = ? and companyId = ?. |
static RepositoryEntry[] |
RepositoryEntryUtil.findByUuid_C_PrevAndNext(long repositoryEntryId,
String uuid,
long companyId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the repository entries before and after the current repository entry in the ordered set where uuid = ? and companyId = ?. |
RepositoryEntry[] |
RepositoryEntryPersistence.findByUuid_C_PrevAndNext(long repositoryEntryId,
String uuid,
long companyId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the repository entries before and after the current repository entry in the ordered set where uuid = ? and companyId = ?. |
static RepositoryEntry |
RepositoryEntryUtil.findByUuid_First(String uuid,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the first repository entry in the ordered set where uuid = ?. |
RepositoryEntry |
RepositoryEntryPersistence.findByUuid_First(String uuid,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the first repository entry in the ordered set where uuid = ?. |
static RepositoryEntry |
RepositoryEntryUtil.findByUUID_G(String uuid,
long groupId)
Returns the repository entry where uuid = ? and groupId = ? or throws a NoSuchRepositoryEntryException if it could not be found. |
RepositoryEntry |
RepositoryEntryPersistence.findByUUID_G(String uuid,
long groupId)
Returns the repository entry where uuid = ? and groupId = ? or throws a NoSuchRepositoryEntryException if it could not be found. |
static RepositoryEntry |
RepositoryEntryUtil.findByUuid_Last(String uuid,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the last repository entry in the ordered set where uuid = ?. |
RepositoryEntry |
RepositoryEntryPersistence.findByUuid_Last(String uuid,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the last repository entry in the ordered set where uuid = ?. |
static RepositoryEntry[] |
RepositoryEntryUtil.findByUuid_PrevAndNext(long repositoryEntryId,
String uuid,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the repository entries before and after the current repository entry in the ordered set where uuid = ?. |
RepositoryEntry[] |
RepositoryEntryPersistence.findByUuid_PrevAndNext(long repositoryEntryId,
String uuid,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the repository entries before and after the current repository entry in the ordered set where uuid = ?. |
static RepositoryEntry |
RepositoryEntryUtil.remove(long repositoryEntryId)
Removes the repository entry with the primary key from the database. |
RepositoryEntry |
RepositoryEntryPersistence.remove(long repositoryEntryId)
Removes the repository entry with the primary key from the database. |
static RepositoryEntry |
RepositoryEntryUtil.removeByR_M(long repositoryId,
String mappedId)
Removes the repository entry where repositoryId = ? and mappedId = ? from the database. |
RepositoryEntry |
RepositoryEntryPersistence.removeByR_M(long repositoryId,
String mappedId)
Removes the repository entry where repositoryId = ? and mappedId = ? from the database. |
static RepositoryEntry |
RepositoryEntryUtil.removeByUUID_G(String uuid,
long groupId)
Removes the repository entry where uuid = ? and groupId = ? from the database. |
RepositoryEntry |
RepositoryEntryPersistence.removeByUUID_G(String uuid,
long groupId)
Removes the repository entry where uuid = ? and groupId = ? from the database. |
static RepositoryEntry |
RepositoryEntryUtil.update(RepositoryEntry repositoryEntry)
|
static RepositoryEntry |
RepositoryEntryUtil.update(RepositoryEntry repositoryEntry,
ServiceContext serviceContext)
|
static RepositoryEntry |
RepositoryEntryUtil.updateImpl(RepositoryEntry repositoryEntry)
|
RepositoryEntry |
RepositoryEntryPersistence.updateImpl(RepositoryEntry repositoryEntry)
|
| Methods in com.liferay.portal.service.persistence that return types with arguments of type RepositoryEntry | |
|---|---|
static Map<Serializable,RepositoryEntry> |
RepositoryEntryUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
Map<Serializable,RepositoryEntry> |
RepositoryEntryPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
static List<RepositoryEntry> |
RepositoryEntryUtil.findAll()
Returns all the repository entries. |
List<RepositoryEntry> |
RepositoryEntryPersistence.findAll()
Returns all the repository entries. |
static List<RepositoryEntry> |
RepositoryEntryUtil.findAll(int start,
int end)
Returns a range of all the repository entries. |
List<RepositoryEntry> |
RepositoryEntryPersistence.findAll(int start,
int end)
Returns a range of all the repository entries. |
static List<RepositoryEntry> |
RepositoryEntryUtil.findAll(int start,
int end,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns an ordered range of all the repository entries. |
List<RepositoryEntry> |
RepositoryEntryPersistence.findAll(int start,
int end,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns an ordered range of all the repository entries. |
static List<RepositoryEntry> |
RepositoryEntryUtil.findAll(int start,
int end,
OrderByComparator<RepositoryEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the repository entries. |
List<RepositoryEntry> |
RepositoryEntryPersistence.findAll(int start,
int end,
OrderByComparator<RepositoryEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the repository entries. |
static List<RepositoryEntry> |
RepositoryEntryUtil.findByRepositoryId(long repositoryId)
Returns all the repository entries where repositoryId = ?. |
List<RepositoryEntry> |
RepositoryEntryPersistence.findByRepositoryId(long repositoryId)
Returns all the repository entries where repositoryId = ?. |
static List<RepositoryEntry> |
RepositoryEntryUtil.findByRepositoryId(long repositoryId,
int start,
int end)
Returns a range of all the repository entries where repositoryId = ?. |
List<RepositoryEntry> |
RepositoryEntryPersistence.findByRepositoryId(long repositoryId,
int start,
int end)
Returns a range of all the repository entries where repositoryId = ?. |
static List<RepositoryEntry> |
RepositoryEntryUtil.findByRepositoryId(long repositoryId,
int start,
int end,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns an ordered range of all the repository entries where repositoryId = ?. |
List<RepositoryEntry> |
RepositoryEntryPersistence.findByRepositoryId(long repositoryId,
int start,
int end,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns an ordered range of all the repository entries where repositoryId = ?. |
static List<RepositoryEntry> |
RepositoryEntryUtil.findByRepositoryId(long repositoryId,
int start,
int end,
OrderByComparator<RepositoryEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the repository entries where repositoryId = ?. |
List<RepositoryEntry> |
RepositoryEntryPersistence.findByRepositoryId(long repositoryId,
int start,
int end,
OrderByComparator<RepositoryEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the repository entries where repositoryId = ?. |
static List<RepositoryEntry> |
RepositoryEntryUtil.findByUuid_C(String uuid,
long companyId)
Returns all the repository entries where uuid = ? and companyId = ?. |
List<RepositoryEntry> |
RepositoryEntryPersistence.findByUuid_C(String uuid,
long companyId)
Returns all the repository entries where uuid = ? and companyId = ?. |
static List<RepositoryEntry> |
RepositoryEntryUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the repository entries where uuid = ? and companyId = ?. |
List<RepositoryEntry> |
RepositoryEntryPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the repository entries where uuid = ? and companyId = ?. |
static List<RepositoryEntry> |
RepositoryEntryUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns an ordered range of all the repository entries where uuid = ? and companyId = ?. |
List<RepositoryEntry> |
RepositoryEntryPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns an ordered range of all the repository entries where uuid = ? and companyId = ?. |
static List<RepositoryEntry> |
RepositoryEntryUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<RepositoryEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the repository entries where uuid = ? and companyId = ?. |
List<RepositoryEntry> |
RepositoryEntryPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<RepositoryEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the repository entries where uuid = ? and companyId = ?. |
static List<RepositoryEntry> |
RepositoryEntryUtil.findByUuid(String uuid)
Returns all the repository entries where uuid = ?. |
List<RepositoryEntry> |
RepositoryEntryPersistence.findByUuid(String uuid)
Returns all the repository entries where uuid = ?. |
static List<RepositoryEntry> |
RepositoryEntryUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the repository entries where uuid = ?. |
List<RepositoryEntry> |
RepositoryEntryPersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the repository entries where uuid = ?. |
static List<RepositoryEntry> |
RepositoryEntryUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns an ordered range of all the repository entries where uuid = ?. |
List<RepositoryEntry> |
RepositoryEntryPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns an ordered range of all the repository entries where uuid = ?. |
static List<RepositoryEntry> |
RepositoryEntryUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<RepositoryEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the repository entries where uuid = ?. |
List<RepositoryEntry> |
RepositoryEntryPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<RepositoryEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the repository entries where uuid = ?. |
static List<RepositoryEntry> |
RepositoryEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<RepositoryEntry> |
RepositoryEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<RepositoryEntry> |
RepositoryEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<RepositoryEntry> orderByComparator)
|
| Methods in com.liferay.portal.service.persistence with parameters of type RepositoryEntry | |
|---|---|
static void |
RepositoryEntryUtil.cacheResult(RepositoryEntry repositoryEntry)
Caches the repository entry in the entity cache if it is enabled. |
void |
RepositoryEntryPersistence.cacheResult(RepositoryEntry repositoryEntry)
Caches the repository entry in the entity cache if it is enabled. |
static void |
RepositoryEntryUtil.clearCache(RepositoryEntry repositoryEntry)
|
static RepositoryEntry |
RepositoryEntryUtil.update(RepositoryEntry repositoryEntry)
|
static RepositoryEntry |
RepositoryEntryUtil.update(RepositoryEntry repositoryEntry,
ServiceContext serviceContext)
|
static RepositoryEntry |
RepositoryEntryUtil.updateImpl(RepositoryEntry repositoryEntry)
|
RepositoryEntry |
RepositoryEntryPersistence.updateImpl(RepositoryEntry repositoryEntry)
|
| Method parameters in com.liferay.portal.service.persistence with type arguments of type RepositoryEntry | |
|---|---|
static void |
RepositoryEntryUtil.cacheResult(List<RepositoryEntry> repositoryEntries)
Caches the repository entries in the entity cache if it is enabled. |
void |
RepositoryEntryPersistence.cacheResult(List<RepositoryEntry> repositoryEntries)
Caches the repository entries in the entity cache if it is enabled. |
static RepositoryEntry |
RepositoryEntryUtil.fetchByRepositoryId_First(long repositoryId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the first repository entry in the ordered set where repositoryId = ?. |
RepositoryEntry |
RepositoryEntryPersistence.fetchByRepositoryId_First(long repositoryId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the first repository entry in the ordered set where repositoryId = ?. |
static RepositoryEntry |
RepositoryEntryUtil.fetchByRepositoryId_Last(long repositoryId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the last repository entry in the ordered set where repositoryId = ?. |
RepositoryEntry |
RepositoryEntryPersistence.fetchByRepositoryId_Last(long repositoryId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the last repository entry in the ordered set where repositoryId = ?. |
static RepositoryEntry |
RepositoryEntryUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the first repository entry in the ordered set where uuid = ? and companyId = ?. |
RepositoryEntry |
RepositoryEntryPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the first repository entry in the ordered set where uuid = ? and companyId = ?. |
static RepositoryEntry |
RepositoryEntryUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the last repository entry in the ordered set where uuid = ? and companyId = ?. |
RepositoryEntry |
RepositoryEntryPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the last repository entry in the ordered set where uuid = ? and companyId = ?. |
static RepositoryEntry |
RepositoryEntryUtil.fetchByUuid_First(String uuid,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the first repository entry in the ordered set where uuid = ?. |
RepositoryEntry |
RepositoryEntryPersistence.fetchByUuid_First(String uuid,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the first repository entry in the ordered set where uuid = ?. |
static RepositoryEntry |
RepositoryEntryUtil.fetchByUuid_Last(String uuid,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the last repository entry in the ordered set where uuid = ?. |
RepositoryEntry |
RepositoryEntryPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the last repository entry in the ordered set where uuid = ?. |
static List<RepositoryEntry> |
RepositoryEntryUtil.findAll(int start,
int end,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns an ordered range of all the repository entries. |
List<RepositoryEntry> |
RepositoryEntryPersistence.findAll(int start,
int end,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns an ordered range of all the repository entries. |
static List<RepositoryEntry> |
RepositoryEntryUtil.findAll(int start,
int end,
OrderByComparator<RepositoryEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the repository entries. |
List<RepositoryEntry> |
RepositoryEntryPersistence.findAll(int start,
int end,
OrderByComparator<RepositoryEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the repository entries. |
static RepositoryEntry |
RepositoryEntryUtil.findByRepositoryId_First(long repositoryId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the first repository entry in the ordered set where repositoryId = ?. |
RepositoryEntry |
RepositoryEntryPersistence.findByRepositoryId_First(long repositoryId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the first repository entry in the ordered set where repositoryId = ?. |
static RepositoryEntry |
RepositoryEntryUtil.findByRepositoryId_Last(long repositoryId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the last repository entry in the ordered set where repositoryId = ?. |
RepositoryEntry |
RepositoryEntryPersistence.findByRepositoryId_Last(long repositoryId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the last repository entry in the ordered set where repositoryId = ?. |
static RepositoryEntry[] |
RepositoryEntryUtil.findByRepositoryId_PrevAndNext(long repositoryEntryId,
long repositoryId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the repository entries before and after the current repository entry in the ordered set where repositoryId = ?. |
RepositoryEntry[] |
RepositoryEntryPersistence.findByRepositoryId_PrevAndNext(long repositoryEntryId,
long repositoryId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the repository entries before and after the current repository entry in the ordered set where repositoryId = ?. |
static List<RepositoryEntry> |
RepositoryEntryUtil.findByRepositoryId(long repositoryId,
int start,
int end,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns an ordered range of all the repository entries where repositoryId = ?. |
List<RepositoryEntry> |
RepositoryEntryPersistence.findByRepositoryId(long repositoryId,
int start,
int end,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns an ordered range of all the repository entries where repositoryId = ?. |
static List<RepositoryEntry> |
RepositoryEntryUtil.findByRepositoryId(long repositoryId,
int start,
int end,
OrderByComparator<RepositoryEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the repository entries where repositoryId = ?. |
List<RepositoryEntry> |
RepositoryEntryPersistence.findByRepositoryId(long repositoryId,
int start,
int end,
OrderByComparator<RepositoryEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the repository entries where repositoryId = ?. |
static RepositoryEntry |
RepositoryEntryUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the first repository entry in the ordered set where uuid = ? and companyId = ?. |
RepositoryEntry |
RepositoryEntryPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the first repository entry in the ordered set where uuid = ? and companyId = ?. |
static RepositoryEntry |
RepositoryEntryUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the last repository entry in the ordered set where uuid = ? and companyId = ?. |
RepositoryEntry |
RepositoryEntryPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the last repository entry in the ordered set where uuid = ? and companyId = ?. |
static RepositoryEntry[] |
RepositoryEntryUtil.findByUuid_C_PrevAndNext(long repositoryEntryId,
String uuid,
long companyId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the repository entries before and after the current repository entry in the ordered set where uuid = ? and companyId = ?. |
RepositoryEntry[] |
RepositoryEntryPersistence.findByUuid_C_PrevAndNext(long repositoryEntryId,
String uuid,
long companyId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the repository entries before and after the current repository entry in the ordered set where uuid = ? and companyId = ?. |
static List<RepositoryEntry> |
RepositoryEntryUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns an ordered range of all the repository entries where uuid = ? and companyId = ?. |
List<RepositoryEntry> |
RepositoryEntryPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns an ordered range of all the repository entries where uuid = ? and companyId = ?. |
static List<RepositoryEntry> |
RepositoryEntryUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<RepositoryEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the repository entries where uuid = ? and companyId = ?. |
List<RepositoryEntry> |
RepositoryEntryPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<RepositoryEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the repository entries where uuid = ? and companyId = ?. |
static RepositoryEntry |
RepositoryEntryUtil.findByUuid_First(String uuid,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the first repository entry in the ordered set where uuid = ?. |
RepositoryEntry |
RepositoryEntryPersistence.findByUuid_First(String uuid,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the first repository entry in the ordered set where uuid = ?. |
static RepositoryEntry |
RepositoryEntryUtil.findByUuid_Last(String uuid,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the last repository entry in the ordered set where uuid = ?. |
RepositoryEntry |
RepositoryEntryPersistence.findByUuid_Last(String uuid,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the last repository entry in the ordered set where uuid = ?. |
static RepositoryEntry[] |
RepositoryEntryUtil.findByUuid_PrevAndNext(long repositoryEntryId,
String uuid,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the repository entries before and after the current repository entry in the ordered set where uuid = ?. |
RepositoryEntry[] |
RepositoryEntryPersistence.findByUuid_PrevAndNext(long repositoryEntryId,
String uuid,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the repository entries before and after the current repository entry in the ordered set where uuid = ?. |
static List<RepositoryEntry> |
RepositoryEntryUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns an ordered range of all the repository entries where uuid = ?. |
List<RepositoryEntry> |
RepositoryEntryPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns an ordered range of all the repository entries where uuid = ?. |
static List<RepositoryEntry> |
RepositoryEntryUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<RepositoryEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the repository entries where uuid = ?. |
List<RepositoryEntry> |
RepositoryEntryPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<RepositoryEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the repository entries where uuid = ?. |
static List<RepositoryEntry> |
RepositoryEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<RepositoryEntry> orderByComparator)
|
| Uses of RepositoryEntry in com.liferay.portal.service.persistence.impl |
|---|
| Methods in com.liferay.portal.service.persistence.impl that return RepositoryEntry | |
|---|---|
RepositoryEntry |
RepositoryEntryPersistenceImpl.create(long repositoryEntryId)
Creates a new repository entry with the primary key. |
RepositoryEntry |
RepositoryEntryPersistenceImpl.fetchByPrimaryKey(long repositoryEntryId)
Returns the repository entry with the primary key or returns null if it could not be found. |
RepositoryEntry |
RepositoryEntryPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
Returns the repository entry with the primary key or returns null if it could not be found. |
RepositoryEntry |
RepositoryEntryPersistenceImpl.fetchByR_M(long repositoryId,
String mappedId)
Returns the repository entry where repositoryId = ? and mappedId = ? or returns null if it could not be found. |
RepositoryEntry |
RepositoryEntryPersistenceImpl.fetchByR_M(long repositoryId,
String mappedId,
boolean retrieveFromCache)
Returns the repository entry where repositoryId = ? and mappedId = ? or returns null if it could not be found, optionally using the finder cache. |
RepositoryEntry |
RepositoryEntryPersistenceImpl.fetchByRepositoryId_First(long repositoryId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the first repository entry in the ordered set where repositoryId = ?. |
RepositoryEntry |
RepositoryEntryPersistenceImpl.fetchByRepositoryId_Last(long repositoryId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the last repository entry in the ordered set where repositoryId = ?. |
RepositoryEntry |
RepositoryEntryPersistenceImpl.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the first repository entry in the ordered set where uuid = ? and companyId = ?. |
RepositoryEntry |
RepositoryEntryPersistenceImpl.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the last repository entry in the ordered set where uuid = ? and companyId = ?. |
RepositoryEntry |
RepositoryEntryPersistenceImpl.fetchByUuid_First(String uuid,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the first repository entry in the ordered set where uuid = ?. |
RepositoryEntry |
RepositoryEntryPersistenceImpl.fetchByUUID_G(String uuid,
long groupId)
Returns the repository entry where uuid = ? and groupId = ? or returns null if it could not be found. |
RepositoryEntry |
RepositoryEntryPersistenceImpl.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the repository entry where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
RepositoryEntry |
RepositoryEntryPersistenceImpl.fetchByUuid_Last(String uuid,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the last repository entry in the ordered set where uuid = ?. |
RepositoryEntry |
RepositoryEntryPersistenceImpl.findByPrimaryKey(long repositoryEntryId)
Returns the repository entry with the primary key or throws a NoSuchRepositoryEntryException if it could not be found. |
RepositoryEntry |
RepositoryEntryPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
Returns the repository entry with the primary key or throws a NoSuchModelException if it could not be found. |
RepositoryEntry |
RepositoryEntryPersistenceImpl.findByR_M(long repositoryId,
String mappedId)
Returns the repository entry where repositoryId = ? and mappedId = ? or throws a NoSuchRepositoryEntryException if it could not be found. |
RepositoryEntry |
RepositoryEntryPersistenceImpl.findByRepositoryId_First(long repositoryId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the first repository entry in the ordered set where repositoryId = ?. |
RepositoryEntry |
RepositoryEntryPersistenceImpl.findByRepositoryId_Last(long repositoryId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the last repository entry in the ordered set where repositoryId = ?. |
RepositoryEntry[] |
RepositoryEntryPersistenceImpl.findByRepositoryId_PrevAndNext(long repositoryEntryId,
long repositoryId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the repository entries before and after the current repository entry in the ordered set where repositoryId = ?. |
RepositoryEntry |
RepositoryEntryPersistenceImpl.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the first repository entry in the ordered set where uuid = ? and companyId = ?. |
RepositoryEntry |
RepositoryEntryPersistenceImpl.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the last repository entry in the ordered set where uuid = ? and companyId = ?. |
RepositoryEntry[] |
RepositoryEntryPersistenceImpl.findByUuid_C_PrevAndNext(long repositoryEntryId,
String uuid,
long companyId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the repository entries before and after the current repository entry in the ordered set where uuid = ? and companyId = ?. |
RepositoryEntry |
RepositoryEntryPersistenceImpl.findByUuid_First(String uuid,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the first repository entry in the ordered set where uuid = ?. |
RepositoryEntry |
RepositoryEntryPersistenceImpl.findByUUID_G(String uuid,
long groupId)
Returns the repository entry where uuid = ? and groupId = ? or throws a NoSuchRepositoryEntryException if it could not be found. |
RepositoryEntry |
RepositoryEntryPersistenceImpl.findByUuid_Last(String uuid,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the last repository entry in the ordered set where uuid = ?. |
RepositoryEntry[] |
RepositoryEntryPersistenceImpl.findByUuid_PrevAndNext(long repositoryEntryId,
String uuid,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the repository entries before and after the current repository entry in the ordered set where uuid = ?. |
protected RepositoryEntry |
RepositoryEntryPersistenceImpl.getByRepositoryId_PrevAndNext(Session session,
RepositoryEntry repositoryEntry,
long repositoryId,
OrderByComparator<RepositoryEntry> orderByComparator,
boolean previous)
|
protected RepositoryEntry |
RepositoryEntryPersistenceImpl.getByUuid_C_PrevAndNext(Session session,
RepositoryEntry repositoryEntry,
String uuid,
long companyId,
OrderByComparator<RepositoryEntry> orderByComparator,
boolean previous)
|
protected RepositoryEntry |
RepositoryEntryPersistenceImpl.getByUuid_PrevAndNext(Session session,
RepositoryEntry repositoryEntry,
String uuid,
OrderByComparator<RepositoryEntry> orderByComparator,
boolean previous)
|
RepositoryEntry |
RepositoryEntryPersistenceImpl.remove(long repositoryEntryId)
Removes the repository entry with the primary key from the database. |
RepositoryEntry |
RepositoryEntryPersistenceImpl.remove(Serializable primaryKey)
Removes the repository entry with the primary key from the database. |
RepositoryEntry |
RepositoryEntryPersistenceImpl.removeByR_M(long repositoryId,
String mappedId)
Removes the repository entry where repositoryId = ? and mappedId = ? from the database. |
RepositoryEntry |
RepositoryEntryPersistenceImpl.removeByUUID_G(String uuid,
long groupId)
Removes the repository entry where uuid = ? and groupId = ? from the database. |
protected RepositoryEntry |
RepositoryEntryPersistenceImpl.removeImpl(RepositoryEntry repositoryEntry)
|
protected RepositoryEntry |
RepositoryEntryPersistenceImpl.toUnwrappedModel(RepositoryEntry repositoryEntry)
|
RepositoryEntry |
RepositoryEntryPersistenceImpl.updateImpl(RepositoryEntry repositoryEntry)
|
| Methods in com.liferay.portal.service.persistence.impl that return types with arguments of type RepositoryEntry | |
|---|---|
Map<Serializable,RepositoryEntry> |
RepositoryEntryPersistenceImpl.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
List<RepositoryEntry> |
RepositoryEntryPersistenceImpl.findAll()
Returns all the repository entries. |
List<RepositoryEntry> |
RepositoryEntryPersistenceImpl.findAll(int start,
int end)
Returns a range of all the repository entries. |
List<RepositoryEntry> |
RepositoryEntryPersistenceImpl.findAll(int start,
int end,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns an ordered range of all the repository entries. |
List<RepositoryEntry> |
RepositoryEntryPersistenceImpl.findAll(int start,
int end,
OrderByComparator<RepositoryEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the repository entries. |
List<RepositoryEntry> |
RepositoryEntryPersistenceImpl.findByRepositoryId(long repositoryId)
Returns all the repository entries where repositoryId = ?. |
List<RepositoryEntry> |
RepositoryEntryPersistenceImpl.findByRepositoryId(long repositoryId,
int start,
int end)
Returns a range of all the repository entries where repositoryId = ?. |
List<RepositoryEntry> |
RepositoryEntryPersistenceImpl.findByRepositoryId(long repositoryId,
int start,
int end,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns an ordered range of all the repository entries where repositoryId = ?. |
List<RepositoryEntry> |
RepositoryEntryPersistenceImpl.findByRepositoryId(long repositoryId,
int start,
int end,
OrderByComparator<RepositoryEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the repository entries where repositoryId = ?. |
List<RepositoryEntry> |
RepositoryEntryPersistenceImpl.findByUuid_C(String uuid,
long companyId)
Returns all the repository entries where uuid = ? and companyId = ?. |
List<RepositoryEntry> |
RepositoryEntryPersistenceImpl.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the repository entries where uuid = ? and companyId = ?. |
List<RepositoryEntry> |
RepositoryEntryPersistenceImpl.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns an ordered range of all the repository entries where uuid = ? and companyId = ?. |
List<RepositoryEntry> |
RepositoryEntryPersistenceImpl.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<RepositoryEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the repository entries where uuid = ? and companyId = ?. |
List<RepositoryEntry> |
RepositoryEntryPersistenceImpl.findByUuid(String uuid)
Returns all the repository entries where uuid = ?. |
List<RepositoryEntry> |
RepositoryEntryPersistenceImpl.findByUuid(String uuid,
int start,
int end)
Returns a range of all the repository entries where uuid = ?. |
List<RepositoryEntry> |
RepositoryEntryPersistenceImpl.findByUuid(String uuid,
int start,
int end,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns an ordered range of all the repository entries where uuid = ?. |
List<RepositoryEntry> |
RepositoryEntryPersistenceImpl.findByUuid(String uuid,
int start,
int end,
OrderByComparator<RepositoryEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the repository entries where uuid = ?. |
| Methods in com.liferay.portal.service.persistence.impl with parameters of type RepositoryEntry | |
|---|---|
void |
RepositoryEntryPersistenceImpl.cacheResult(RepositoryEntry repositoryEntry)
Caches the repository entry in the entity cache if it is enabled. |
void |
RepositoryEntryPersistenceImpl.clearCache(RepositoryEntry repositoryEntry)
Clears the cache for the repository entry. |
protected RepositoryEntry |
RepositoryEntryPersistenceImpl.getByRepositoryId_PrevAndNext(Session session,
RepositoryEntry repositoryEntry,
long repositoryId,
OrderByComparator<RepositoryEntry> orderByComparator,
boolean previous)
|
protected RepositoryEntry |
RepositoryEntryPersistenceImpl.getByUuid_C_PrevAndNext(Session session,
RepositoryEntry repositoryEntry,
String uuid,
long companyId,
OrderByComparator<RepositoryEntry> orderByComparator,
boolean previous)
|
protected RepositoryEntry |
RepositoryEntryPersistenceImpl.getByUuid_PrevAndNext(Session session,
RepositoryEntry repositoryEntry,
String uuid,
OrderByComparator<RepositoryEntry> orderByComparator,
boolean previous)
|
protected RepositoryEntry |
RepositoryEntryPersistenceImpl.removeImpl(RepositoryEntry repositoryEntry)
|
protected RepositoryEntry |
RepositoryEntryPersistenceImpl.toUnwrappedModel(RepositoryEntry repositoryEntry)
|
RepositoryEntry |
RepositoryEntryPersistenceImpl.updateImpl(RepositoryEntry repositoryEntry)
|
| Method parameters in com.liferay.portal.service.persistence.impl with type arguments of type RepositoryEntry | |
|---|---|
void |
RepositoryEntryPersistenceImpl.cacheResult(List<RepositoryEntry> repositoryEntries)
Caches the repository entries in the entity cache if it is enabled. |
void |
RepositoryEntryPersistenceImpl.clearCache(List<RepositoryEntry> repositoryEntries)
|
RepositoryEntry |
RepositoryEntryPersistenceImpl.fetchByRepositoryId_First(long repositoryId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the first repository entry in the ordered set where repositoryId = ?. |
RepositoryEntry |
RepositoryEntryPersistenceImpl.fetchByRepositoryId_Last(long repositoryId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the last repository entry in the ordered set where repositoryId = ?. |
RepositoryEntry |
RepositoryEntryPersistenceImpl.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the first repository entry in the ordered set where uuid = ? and companyId = ?. |
RepositoryEntry |
RepositoryEntryPersistenceImpl.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the last repository entry in the ordered set where uuid = ? and companyId = ?. |
RepositoryEntry |
RepositoryEntryPersistenceImpl.fetchByUuid_First(String uuid,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the first repository entry in the ordered set where uuid = ?. |
RepositoryEntry |
RepositoryEntryPersistenceImpl.fetchByUuid_Last(String uuid,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the last repository entry in the ordered set where uuid = ?. |
List<RepositoryEntry> |
RepositoryEntryPersistenceImpl.findAll(int start,
int end,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns an ordered range of all the repository entries. |
List<RepositoryEntry> |
RepositoryEntryPersistenceImpl.findAll(int start,
int end,
OrderByComparator<RepositoryEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the repository entries. |
RepositoryEntry |
RepositoryEntryPersistenceImpl.findByRepositoryId_First(long repositoryId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the first repository entry in the ordered set where repositoryId = ?. |
RepositoryEntry |
RepositoryEntryPersistenceImpl.findByRepositoryId_Last(long repositoryId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the last repository entry in the ordered set where repositoryId = ?. |
RepositoryEntry[] |
RepositoryEntryPersistenceImpl.findByRepositoryId_PrevAndNext(long repositoryEntryId,
long repositoryId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the repository entries before and after the current repository entry in the ordered set where repositoryId = ?. |
List<RepositoryEntry> |
RepositoryEntryPersistenceImpl.findByRepositoryId(long repositoryId,
int start,
int end,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns an ordered range of all the repository entries where repositoryId = ?. |
List<RepositoryEntry> |
RepositoryEntryPersistenceImpl.findByRepositoryId(long repositoryId,
int start,
int end,
OrderByComparator<RepositoryEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the repository entries where repositoryId = ?. |
RepositoryEntry |
RepositoryEntryPersistenceImpl.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the first repository entry in the ordered set where uuid = ? and companyId = ?. |
RepositoryEntry |
RepositoryEntryPersistenceImpl.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the last repository entry in the ordered set where uuid = ? and companyId = ?. |
RepositoryEntry[] |
RepositoryEntryPersistenceImpl.findByUuid_C_PrevAndNext(long repositoryEntryId,
String uuid,
long companyId,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the repository entries before and after the current repository entry in the ordered set where uuid = ? and companyId = ?. |
List<RepositoryEntry> |
RepositoryEntryPersistenceImpl.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns an ordered range of all the repository entries where uuid = ? and companyId = ?. |
List<RepositoryEntry> |
RepositoryEntryPersistenceImpl.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<RepositoryEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the repository entries where uuid = ? and companyId = ?. |
RepositoryEntry |
RepositoryEntryPersistenceImpl.findByUuid_First(String uuid,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the first repository entry in the ordered set where uuid = ?. |
RepositoryEntry |
RepositoryEntryPersistenceImpl.findByUuid_Last(String uuid,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the last repository entry in the ordered set where uuid = ?. |
RepositoryEntry[] |
RepositoryEntryPersistenceImpl.findByUuid_PrevAndNext(long repositoryEntryId,
String uuid,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns the repository entries before and after the current repository entry in the ordered set where uuid = ?. |
List<RepositoryEntry> |
RepositoryEntryPersistenceImpl.findByUuid(String uuid,
int start,
int end,
OrderByComparator<RepositoryEntry> orderByComparator)
Returns an ordered range of all the repository entries where uuid = ?. |
List<RepositoryEntry> |
RepositoryEntryPersistenceImpl.findByUuid(String uuid,
int start,
int end,
OrderByComparator<RepositoryEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the repository entries where uuid = ?. |
protected RepositoryEntry |
RepositoryEntryPersistenceImpl.getByRepositoryId_PrevAndNext(Session session,
RepositoryEntry repositoryEntry,
long repositoryId,
OrderByComparator<RepositoryEntry> orderByComparator,
boolean previous)
|
protected RepositoryEntry |
RepositoryEntryPersistenceImpl.getByUuid_C_PrevAndNext(Session session,
RepositoryEntry repositoryEntry,
String uuid,
long companyId,
OrderByComparator<RepositoryEntry> orderByComparator,
boolean previous)
|
protected RepositoryEntry |
RepositoryEntryPersistenceImpl.getByUuid_PrevAndNext(Session session,
RepositoryEntry repositoryEntry,
String uuid,
OrderByComparator<RepositoryEntry> orderByComparator,
boolean previous)
|
|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||