Liferay 6.1.2-ce-ga3

Uses of Interface
com.liferay.portal.model.RepositoryEntry

Packages that use RepositoryEntry
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
 

Uses of 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 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.service
 

Methods in com.liferay.portal.service that return RepositoryEntry
 RepositoryEntry RepositoryEntryLocalService.addRepositoryEntry(long groupId, long repositoryId, String mappedId, ServiceContext serviceContext)
           
 RepositoryEntry RepositoryEntryLocalServiceWrapper.addRepositoryEntry(long groupId, long repositoryId, String mappedId, ServiceContext serviceContext)
           
static RepositoryEntry RepositoryEntryLocalServiceUtil.addRepositoryEntry(long groupId, long repositoryId, String mappedId, ServiceContext serviceContext)
           
 RepositoryEntry RepositoryEntryLocalService.addRepositoryEntry(RepositoryEntry repositoryEntry)
          Adds the repository entry to the database.
 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.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.
static RepositoryEntry RepositoryEntryLocalServiceUtil.createRepositoryEntry(long repositoryEntryId)
          Creates a new repository entry with the primary key.
 RepositoryEntry RepositoryEntryLocalService.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.
static RepositoryEntry RepositoryEntryLocalServiceUtil.deleteRepositoryEntry(long repositoryEntryId)
          Deletes the repository entry with the primary key from the database.
 RepositoryEntry RepositoryEntryLocalService.deleteRepositoryEntry(RepositoryEntry repositoryEntry)
          Deletes the repository entry from the database.
 RepositoryEntry RepositoryEntryLocalServiceWrapper.deleteRepositoryEntry(RepositoryEntry repositoryEntry)
          Deletes the repository entry from the database.
static RepositoryEntry RepositoryEntryLocalServiceUtil.deleteRepositoryEntry(RepositoryEntry repositoryEntry)
          Deletes the repository entry from the database.
 RepositoryEntry RepositoryEntryLocalService.fetchRepositoryEntry(long repositoryEntryId)
           
 RepositoryEntry RepositoryEntryLocalServiceWrapper.fetchRepositoryEntry(long repositoryEntryId)
           
static RepositoryEntry RepositoryEntryLocalServiceUtil.fetchRepositoryEntry(long repositoryEntryId)
           
 RepositoryEntry RepositoryEntryLocalService.getRepositoryEntry(long repositoryEntryId)
          Returns the repository entry with the primary key.
 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.getRepositoryEntryByUuidAndGroupId(String uuid, long groupId)
          Returns the repository entry with the UUID in the group.
 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.updateRepositoryEntry(long repositoryEntryId, String mappedId)
           
 RepositoryEntry RepositoryEntryLocalServiceWrapper.updateRepositoryEntry(long repositoryEntryId, String mappedId)
           
static RepositoryEntry RepositoryEntryLocalServiceUtil.updateRepositoryEntry(long repositoryEntryId, String mappedId)
           
 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)
          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, boolean merge)
          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.
 

Methods in com.liferay.portal.service that return types with arguments of type RepositoryEntry
 List<RepositoryEntry> RepositoryEntryLocalService.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.
static List<RepositoryEntry> RepositoryEntryLocalServiceUtil.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 RepositoryEntryLocalService.addRepositoryEntry(RepositoryEntry repositoryEntry)
          Adds the repository entry to the database.
 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.deleteRepositoryEntry(RepositoryEntry repositoryEntry)
          Deletes the repository entry from the database.
 RepositoryEntry RepositoryEntryLocalServiceWrapper.deleteRepositoryEntry(RepositoryEntry repositoryEntry)
          Deletes the repository entry from the database.
static RepositoryEntry RepositoryEntryLocalServiceUtil.deleteRepositoryEntry(RepositoryEntry repositoryEntry)
          Deletes the repository entry from the database.
 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)
          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, boolean merge)
          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.
 

Uses of RepositoryEntry in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence that return RepositoryEntry
 RepositoryEntry RepositoryEntryPersistence.create(long repositoryEntryId)
          Creates a new repository entry with the primary key.
static RepositoryEntry RepositoryEntryUtil.create(long repositoryEntryId)
          Creates a new repository entry with the primary key.
 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.fetchByPrimaryKey(long repositoryEntryId)
          Returns the repository entry with the primary key 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)
          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, 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.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.fetchByRepositoryId_First(long repositoryId, OrderByComparator orderByComparator)
          Returns the first repository entry in the ordered set where repositoryId = ?.
static RepositoryEntry RepositoryEntryUtil.fetchByRepositoryId_First(long repositoryId, OrderByComparator orderByComparator)
          Returns the first repository entry in the ordered set where repositoryId = ?.
 RepositoryEntry RepositoryEntryPersistence.fetchByRepositoryId_Last(long repositoryId, OrderByComparator orderByComparator)
          Returns the last repository entry in the ordered set where repositoryId = ?.
static RepositoryEntry RepositoryEntryUtil.fetchByRepositoryId_Last(long repositoryId, OrderByComparator orderByComparator)
          Returns the last repository entry in the ordered set where repositoryId = ?.
 RepositoryEntry RepositoryEntryPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first repository entry in the ordered set where uuid = ?.
static RepositoryEntry RepositoryEntryUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first repository entry in the ordered set where uuid = ?.
 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)
          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, 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_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_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last repository entry in the ordered set where uuid = ?.
static RepositoryEntry RepositoryEntryUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last repository entry in the ordered set where uuid = ?.
 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.findByPrimaryKey(long repositoryEntryId)
          Returns the repository entry with the primary key 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.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.findByRepositoryId_First(long repositoryId, OrderByComparator orderByComparator)
          Returns the first repository entry in the ordered set where repositoryId = ?.
static RepositoryEntry RepositoryEntryUtil.findByRepositoryId_First(long repositoryId, OrderByComparator orderByComparator)
          Returns the first 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 = ?.
static RepositoryEntry RepositoryEntryUtil.findByRepositoryId_Last(long repositoryId, OrderByComparator orderByComparator)
          Returns the last 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 = ?.
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.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first repository entry in the ordered set where uuid = ?.
static RepositoryEntry RepositoryEntryUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first repository entry in the ordered set where uuid = ?.
 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_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_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last repository entry in the ordered set where uuid = ?.
static RepositoryEntry RepositoryEntryUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last 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 = ?.
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.remove(long repositoryEntryId)
          Removes the repository entry with the primary key from the database.
static RepositoryEntry RepositoryEntryUtil.remove(long repositoryEntryId)
          Removes the repository entry with the primary key 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.removeByR_M(long repositoryId, String mappedId)
          Removes the repository entry where repositoryId = ? and mappedId = ? 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.removeByUUID_G(String uuid, long groupId)
          Removes the repository entry where uuid = ? and groupId = ? from the database.
static RepositoryEntry RepositoryEntryUtil.update(RepositoryEntry repositoryEntry, boolean merge)
           
static RepositoryEntry RepositoryEntryUtil.update(RepositoryEntry repositoryEntry, boolean merge, ServiceContext serviceContext)
           
 RepositoryEntry RepositoryEntryPersistence.updateImpl(RepositoryEntry repositoryEntry, boolean merge)
           
static RepositoryEntry RepositoryEntryUtil.updateImpl(RepositoryEntry repositoryEntry, boolean merge)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type RepositoryEntry
 List<RepositoryEntry> RepositoryEntryPersistence.findAll()
          Returns all the repository entries.
static List<RepositoryEntry> RepositoryEntryUtil.findAll()
          Returns 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)
          Returns a 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.
static List<RepositoryEntry> RepositoryEntryUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the repository entries.
 List<RepositoryEntry> RepositoryEntryPersistence.findByRepositoryId(long repositoryId)
          Returns all the repository entries where repositoryId = ?.
static List<RepositoryEntry> RepositoryEntryUtil.findByRepositoryId(long repositoryId)
          Returns 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)
          Returns a 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 = ?.
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.findByUuid(String uuid)
          Returns all the repository entries where uuid = ?.
static List<RepositoryEntry> RepositoryEntryUtil.findByUuid(String uuid)
          Returns 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)
          Returns a 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 = ?.
static List<RepositoryEntry> RepositoryEntryUtil.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
 void RepositoryEntryPersistence.cacheResult(RepositoryEntry repositoryEntry)
          Caches the repository entry in the entity cache if it is enabled.
static void RepositoryEntryUtil.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, boolean merge)
           
static RepositoryEntry RepositoryEntryUtil.update(RepositoryEntry repositoryEntry, boolean merge, ServiceContext serviceContext)
           
 RepositoryEntry RepositoryEntryPersistence.updateImpl(RepositoryEntry repositoryEntry, boolean merge)
           
static RepositoryEntry RepositoryEntryUtil.updateImpl(RepositoryEntry repositoryEntry, boolean merge)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type RepositoryEntry
 void RepositoryEntryPersistence.cacheResult(List<RepositoryEntry> repositoryEntries)
          Caches the repository entries in the entity cache if it is enabled.
static void RepositoryEntryUtil.cacheResult(List<RepositoryEntry> repositoryEntries)
          Caches the repository entries in the entity cache if it is enabled.
 


Liferay 6.1.2-ce-ga3