|
Liferay 6.1.10-ee-ga1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RepositoryEntry | |
---|---|
com.liferay.portal.model | This package defines the portal model interfaces and classes, including SOAP and wrapper classes. |
com.liferay.portal.model.impl | |
com.liferay.portal.service | This package defines the local and remote portal service interfaces and classes. |
com.liferay.portal.service.base | |
com.liferay.portal.service.persistence | This package defines the portal service persistence interfaces and classes. |
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 . |
Methods in com.liferay.portal.model that return RepositoryEntry | |
---|---|
RepositoryEntry |
RepositoryEntryWrapper.getWrappedModel()
|
RepositoryEntry |
RepositoryEntryWrapper.getWrappedRepositoryEntry()
Deprecated. Renamed to RepositoryEntryWrapper.getWrappedModel() |
RepositoryEntry |
RepositoryEntryWrapper.toEscapedModel()
|
RepositoryEntry |
RepositoryEntryModel.toEscapedModel()
|
Methods in com.liferay.portal.model that return types with arguments of type RepositoryEntry | |
---|---|
CacheModel<RepositoryEntry> |
RepositoryEntryWrapper.toCacheModel()
|
CacheModel<RepositoryEntry> |
RepositoryEntryModel.toCacheModel()
|
Methods in com.liferay.portal.model with parameters of type RepositoryEntry | |
---|---|
int |
RepositoryEntryWrapper.compareTo(RepositoryEntry repositoryEntry)
|
int |
RepositoryEntryModel.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 | |
---|---|
RepositoryEntry |
RepositoryEntryLocalServiceWrapper.addRepositoryEntry(RepositoryEntry repositoryEntry)
Adds the repository entry to the database. |
static RepositoryEntry |
RepositoryEntryLocalServiceUtil.addRepositoryEntry(RepositoryEntry repositoryEntry)
Adds the repository entry to the database. |
RepositoryEntry |
RepositoryEntryLocalService.addRepositoryEntry(RepositoryEntry repositoryEntry)
Adds the repository entry to the database. |
RepositoryEntry |
RepositoryEntryLocalServiceWrapper.createRepositoryEntry(long repositoryEntryId)
Creates a new repository entry with the primary key. |
static RepositoryEntry |
RepositoryEntryLocalServiceUtil.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. |
RepositoryEntry |
RepositoryEntryLocalServiceWrapper.fetchRepositoryEntry(long repositoryEntryId)
|
static RepositoryEntry |
RepositoryEntryLocalServiceUtil.fetchRepositoryEntry(long repositoryEntryId)
|
RepositoryEntry |
RepositoryEntryLocalService.fetchRepositoryEntry(long repositoryEntryId)
|
RepositoryEntry |
RepositoryEntryLocalServiceWrapper.getRepositoryEntry(long repositoryEntryId)
Returns the repository entry with the primary key. |
static RepositoryEntry |
RepositoryEntryLocalServiceUtil.getRepositoryEntry(long repositoryEntryId)
Returns the repository entry with the primary key. |
RepositoryEntry |
RepositoryEntryLocalService.getRepositoryEntry(long repositoryEntryId)
Returns the repository entry with the primary key. |
RepositoryEntry |
RepositoryEntryLocalServiceWrapper.getRepositoryEntryByUuidAndGroupId(String uuid,
long groupId)
Returns the repository entry with the UUID in the group. |
static RepositoryEntry |
RepositoryEntryLocalServiceUtil.getRepositoryEntryByUuidAndGroupId(String uuid,
long groupId)
Returns the repository entry with the UUID in the group. |
RepositoryEntry |
RepositoryEntryLocalService.getRepositoryEntryByUuidAndGroupId(String uuid,
long groupId)
Returns the repository entry with the UUID in the group. |
RepositoryEntry |
RepositoryEntryLocalServiceWrapper.updateRepositoryEntry(RepositoryEntry repositoryEntry)
Updates the repository entry in the database or adds it if it does not yet exist. |
static RepositoryEntry |
RepositoryEntryLocalServiceUtil.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. |
RepositoryEntry |
RepositoryEntryLocalServiceWrapper.updateRepositoryEntry(RepositoryEntry repositoryEntry,
boolean merge)
Updates the repository entry in the database or adds it if it does not yet exist. |
static RepositoryEntry |
RepositoryEntryLocalServiceUtil.updateRepositoryEntry(RepositoryEntry repositoryEntry,
boolean merge)
Updates the repository entry in the database or adds it if it does not yet exist. |
RepositoryEntry |
RepositoryEntryLocalService.updateRepositoryEntry(RepositoryEntry repositoryEntry,
boolean merge)
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 | |
---|---|
List<RepositoryEntry> |
RepositoryEntryLocalServiceWrapper.getRepositoryEntries(int start,
int end)
Returns a range of all the repository entries. |
static List<RepositoryEntry> |
RepositoryEntryLocalServiceUtil.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. |
Methods in com.liferay.portal.service with parameters of type RepositoryEntry | |
---|---|
RepositoryEntry |
RepositoryEntryLocalServiceWrapper.addRepositoryEntry(RepositoryEntry repositoryEntry)
Adds the repository entry to the database. |
static RepositoryEntry |
RepositoryEntryLocalServiceUtil.addRepositoryEntry(RepositoryEntry repositoryEntry)
Adds the repository entry to the database. |
RepositoryEntry |
RepositoryEntryLocalService.addRepositoryEntry(RepositoryEntry repositoryEntry)
Adds the repository entry to the database. |
void |
RepositoryEntryLocalServiceWrapper.deleteRepositoryEntry(RepositoryEntry repositoryEntry)
Deletes the repository entry from the database. |
static void |
RepositoryEntryLocalServiceUtil.deleteRepositoryEntry(RepositoryEntry repositoryEntry)
Deletes the repository entry from the database. |
void |
RepositoryEntryLocalService.deleteRepositoryEntry(RepositoryEntry repositoryEntry)
Deletes the repository entry from the database. |
RepositoryEntry |
RepositoryEntryLocalServiceWrapper.updateRepositoryEntry(RepositoryEntry repositoryEntry)
Updates the repository entry in the database or adds it if it does not yet exist. |
static RepositoryEntry |
RepositoryEntryLocalServiceUtil.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. |
RepositoryEntry |
RepositoryEntryLocalServiceWrapper.updateRepositoryEntry(RepositoryEntry repositoryEntry,
boolean merge)
Updates the repository entry in the database or adds it if it does not yet exist. |
static RepositoryEntry |
RepositoryEntryLocalServiceUtil.updateRepositoryEntry(RepositoryEntry repositoryEntry,
boolean merge)
Updates the repository entry in the database or adds it if it does not yet exist. |
RepositoryEntry |
RepositoryEntryLocalService.updateRepositoryEntry(RepositoryEntry repositoryEntry,
boolean merge)
Updates the repository entry in the database or adds it if it does not yet exist. |
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.fetchRepositoryEntry(long repositoryEntryId)
|
RepositoryEntry |
RepositoryEntryLocalServiceBaseImpl.getRepositoryEntry(long repositoryEntryId)
Returns the repository entry with the primary key. |
RepositoryEntry |
RepositoryEntryLocalServiceBaseImpl.getRepositoryEntryByUuidAndGroupId(String uuid,
long groupId)
Returns the repository entry with the UUID in the group. |
RepositoryEntry |
RepositoryEntryLocalServiceBaseImpl.updateRepositoryEntry(RepositoryEntry repositoryEntry)
Updates the repository entry in the database or adds it if it does not yet exist. |
RepositoryEntry |
RepositoryEntryLocalServiceBaseImpl.updateRepositoryEntry(RepositoryEntry repositoryEntry,
boolean merge)
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. |
Methods in com.liferay.portal.service.base with parameters of type RepositoryEntry | |
---|---|
RepositoryEntry |
RepositoryEntryLocalServiceBaseImpl.addRepositoryEntry(RepositoryEntry repositoryEntry)
Adds the repository entry to the database. |
void |
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. |
RepositoryEntry |
RepositoryEntryLocalServiceBaseImpl.updateRepositoryEntry(RepositoryEntry repositoryEntry,
boolean merge)
Updates the repository entry in the database or adds it if it does not yet exist. |
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. |
RepositoryEntry |
RepositoryEntryPersistenceImpl.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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
static RepositoryEntry |
RepositoryEntryUtil.findByRepositoryId_First(long repositoryId,
OrderByComparator orderByComparator)
Returns the first repository entry in the ordered set where repositoryId = ?. |
RepositoryEntry |
RepositoryEntryPersistence.findByRepositoryId_First(long repositoryId,
OrderByComparator orderByComparator)
Returns the first repository entry in the ordered set where repositoryId = ?. |
RepositoryEntry |
RepositoryEntryPersistenceImpl.findByRepositoryId_First(long repositoryId,
OrderByComparator orderByComparator)
Returns the first repository entry in the ordered set where repositoryId = ?. |
static RepositoryEntry |
RepositoryEntryUtil.findByRepositoryId_Last(long repositoryId,
OrderByComparator orderByComparator)
Returns the last repository entry in the ordered set where repositoryId = ?. |
RepositoryEntry |
RepositoryEntryPersistence.findByRepositoryId_Last(long repositoryId,
OrderByComparator orderByComparator)
Returns the last repository entry in the ordered set where repositoryId = ?. |
RepositoryEntry |
RepositoryEntryPersistenceImpl.findByRepositoryId_Last(long repositoryId,
OrderByComparator orderByComparator)
Returns the last repository entry in the ordered set where repositoryId = ?. |
static RepositoryEntry[] |
RepositoryEntryUtil.findByRepositoryId_PrevAndNext(long repositoryEntryId,
long repositoryId,
OrderByComparator 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 orderByComparator)
Returns the repository entries before and after the current repository entry in the ordered set where repositoryId = ?. |
RepositoryEntry[] |
RepositoryEntryPersistenceImpl.findByRepositoryId_PrevAndNext(long repositoryEntryId,
long repositoryId,
OrderByComparator orderByComparator)
Returns the repository entries before and after the current repository entry in the ordered set where repositoryId = ?. |
static RepositoryEntry |
RepositoryEntryUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first repository entry in the ordered set where uuid = ?. |
RepositoryEntry |
RepositoryEntryPersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first repository entry in the ordered set where uuid = ?. |
RepositoryEntry |
RepositoryEntryPersistenceImpl.findByUuid_First(String uuid,
OrderByComparator 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. |
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. |
static RepositoryEntry |
RepositoryEntryUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last repository entry in the ordered set where uuid = ?. |
RepositoryEntry |
RepositoryEntryPersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last repository entry in the ordered set where uuid = ?. |
RepositoryEntry |
RepositoryEntryPersistenceImpl.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last repository entry in the ordered set where uuid = ?. |
static RepositoryEntry[] |
RepositoryEntryUtil.findByUuid_PrevAndNext(long repositoryEntryId,
String uuid,
OrderByComparator 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 orderByComparator)
Returns the repository entries before and after the current repository entry in the ordered set where uuid = ?. |
RepositoryEntry[] |
RepositoryEntryPersistenceImpl.findByUuid_PrevAndNext(long repositoryEntryId,
String uuid,
OrderByComparator 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 orderByComparator,
boolean previous)
|
protected RepositoryEntry |
RepositoryEntryPersistenceImpl.getByUuid_PrevAndNext(Session session,
RepositoryEntry repositoryEntry,
String uuid,
OrderByComparator orderByComparator,
boolean previous)
|
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. |
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. |
protected RepositoryEntry |
RepositoryEntryPersistenceImpl.removeImpl(RepositoryEntry repositoryEntry)
|
protected RepositoryEntry |
RepositoryEntryPersistenceImpl.toUnwrappedModel(RepositoryEntry repositoryEntry)
|
static RepositoryEntry |
RepositoryEntryUtil.update(RepositoryEntry repositoryEntry,
boolean merge)
|
static RepositoryEntry |
RepositoryEntryUtil.update(RepositoryEntry repositoryEntry,
boolean merge,
ServiceContext serviceContext)
|
static RepositoryEntry |
RepositoryEntryUtil.updateImpl(RepositoryEntry repositoryEntry,
boolean merge)
|
RepositoryEntry |
RepositoryEntryPersistence.updateImpl(RepositoryEntry repositoryEntry,
boolean merge)
|
RepositoryEntry |
RepositoryEntryPersistenceImpl.updateImpl(RepositoryEntry repositoryEntry,
boolean merge)
|
Methods in com.liferay.portal.service.persistence that return types with arguments of type RepositoryEntry | |
---|---|
static List<RepositoryEntry> |
RepositoryEntryUtil.findAll()
Returns all the repository entries. |
List<RepositoryEntry> |
RepositoryEntryPersistence.findAll()
Returns all the repository entries. |
List<RepositoryEntry> |
RepositoryEntryPersistenceImpl.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. |
List<RepositoryEntry> |
RepositoryEntryPersistenceImpl.findAll(int start,
int end)
Returns a range of all the repository entries. |
static List<RepositoryEntry> |
RepositoryEntryUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the repository entries. |
List<RepositoryEntry> |
RepositoryEntryPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the repository entries. |
List<RepositoryEntry> |
RepositoryEntryPersistenceImpl.findAll(int start,
int end,
OrderByComparator orderByComparator)
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 = ?. |
List<RepositoryEntry> |
RepositoryEntryPersistenceImpl.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 = ?. |
List<RepositoryEntry> |
RepositoryEntryPersistenceImpl.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 orderByComparator)
Returns an ordered range of all the repository entries where repositoryId = ?. |
List<RepositoryEntry> |
RepositoryEntryPersistence.findByRepositoryId(long repositoryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the repository entries where repositoryId = ?. |
List<RepositoryEntry> |
RepositoryEntryPersistenceImpl.findByRepositoryId(long repositoryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the repository entries where repositoryId = ?. |
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 = ?. |
List<RepositoryEntry> |
RepositoryEntryPersistenceImpl.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 = ?. |
List<RepositoryEntry> |
RepositoryEntryPersistenceImpl.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 orderByComparator)
Returns an ordered range of all the repository entries where uuid = ?. |
List<RepositoryEntry> |
RepositoryEntryPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the repository entries where uuid = ?. |
List<RepositoryEntry> |
RepositoryEntryPersistenceImpl.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
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 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. |
void |
RepositoryEntryPersistenceImpl.cacheResult(RepositoryEntry repositoryEntry)
Caches the repository entry in the entity cache if it is enabled. |
static void |
RepositoryEntryUtil.clearCache(RepositoryEntry repositoryEntry)
|
void |
RepositoryEntryPersistenceImpl.clearCache(RepositoryEntry repositoryEntry)
Clears the cache for the repository entry. |
protected void |
RepositoryEntryPersistenceImpl.clearUniqueFindersCache(RepositoryEntry repositoryEntry)
|
protected RepositoryEntry |
RepositoryEntryPersistenceImpl.getByRepositoryId_PrevAndNext(Session session,
RepositoryEntry repositoryEntry,
long repositoryId,
OrderByComparator orderByComparator,
boolean previous)
|
protected RepositoryEntry |
RepositoryEntryPersistenceImpl.getByUuid_PrevAndNext(Session session,
RepositoryEntry repositoryEntry,
String uuid,
OrderByComparator orderByComparator,
boolean previous)
|
protected RepositoryEntry |
RepositoryEntryPersistenceImpl.removeImpl(RepositoryEntry repositoryEntry)
|
protected RepositoryEntry |
RepositoryEntryPersistenceImpl.toUnwrappedModel(RepositoryEntry repositoryEntry)
|
static RepositoryEntry |
RepositoryEntryUtil.update(RepositoryEntry repositoryEntry,
boolean merge)
|
static RepositoryEntry |
RepositoryEntryUtil.update(RepositoryEntry repositoryEntry,
boolean merge,
ServiceContext serviceContext)
|
static RepositoryEntry |
RepositoryEntryUtil.updateImpl(RepositoryEntry repositoryEntry,
boolean merge)
|
RepositoryEntry |
RepositoryEntryPersistence.updateImpl(RepositoryEntry repositoryEntry,
boolean merge)
|
RepositoryEntry |
RepositoryEntryPersistenceImpl.updateImpl(RepositoryEntry repositoryEntry,
boolean merge)
|
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. |
void |
RepositoryEntryPersistenceImpl.cacheResult(List<RepositoryEntry> repositoryEntries)
Caches the repository entries in the entity cache if it is enabled. |
void |
RepositoryEntryPersistenceImpl.clearCache(List<RepositoryEntry> repositoryEntries)
|
|
Liferay 6.1.10-ee-ga1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |