|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use 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.portletfilerepository | |
| com.liferay.portal.repository.capabilities.util | |
| com.liferay.portal.repository.external | |
| 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.http | This package defines the HTTP and SOAP portal service utilities. |
| 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 Repository in com.liferay.portal.model |
|---|
| Classes in com.liferay.portal.model that implement Repository | |
|---|---|
class |
RepositoryWrapper
This class is a wrapper for Repository. |
| Fields in com.liferay.portal.model with type parameters of type Repository | |
|---|---|
static Accessor<Repository,Long> |
Repository.REPOSITORY_ID_ACCESSOR
|
| Methods in com.liferay.portal.model that return Repository | |
|---|---|
Repository |
RepositoryWrapper.getWrappedModel()
|
Repository |
RepositoryWrapper.toEscapedModel()
|
Repository |
RepositoryModel.toEscapedModel()
|
Repository |
RepositoryWrapper.toUnescapedModel()
|
Repository |
RepositoryModel.toUnescapedModel()
|
| Methods in com.liferay.portal.model that return types with arguments of type Repository | |
|---|---|
CacheModel<Repository> |
RepositoryWrapper.toCacheModel()
|
CacheModel<Repository> |
RepositoryModel.toCacheModel()
|
| Methods in com.liferay.portal.model with parameters of type Repository | |
|---|---|
int |
RepositoryWrapper.compareTo(Repository repository)
|
int |
RepositoryModel.compareTo(Repository repository)
|
static RepositorySoap |
RepositorySoap.toSoapModel(Repository model)
|
static RepositorySoap[] |
RepositorySoap.toSoapModels(Repository[] models)
|
static RepositorySoap[][] |
RepositorySoap.toSoapModels(Repository[][] models)
|
| Method parameters in com.liferay.portal.model with type arguments of type Repository | |
|---|---|
static RepositorySoap[] |
RepositorySoap.toSoapModels(List<Repository> models)
|
| Constructors in com.liferay.portal.model with parameters of type Repository | |
|---|---|
RepositoryWrapper(Repository repository)
|
|
| Uses of Repository in com.liferay.portal.model.impl |
|---|
| Classes in com.liferay.portal.model.impl that implement Repository | |
|---|---|
class |
RepositoryBaseImpl
The extended model base implementation for the Repository service. |
class |
RepositoryImpl
|
| Methods in com.liferay.portal.model.impl that return Repository | |
|---|---|
Repository |
RepositoryCacheModel.toEntityModel()
|
Repository |
RepositoryModelImpl.toEscapedModel()
|
static Repository |
RepositoryModelImpl.toModel(RepositorySoap soapModel)
Converts the soap model instance into a normal model instance. |
| Methods in com.liferay.portal.model.impl that return types with arguments of type Repository | |
|---|---|
CacheModel<Repository> |
RepositoryModelImpl.toCacheModel()
|
static List<Repository> |
RepositoryModelImpl.toModels(RepositorySoap[] soapModels)
Converts the soap model instances into normal model instances. |
| Methods in com.liferay.portal.model.impl with parameters of type Repository | |
|---|---|
int |
RepositoryModelImpl.compareTo(Repository repository)
|
| Uses of Repository in com.liferay.portal.portletfilerepository |
|---|
| Methods in com.liferay.portal.portletfilerepository that return Repository | |
|---|---|
Repository |
PortletFileRepository.addPortletRepository(long groupId,
String portletId,
ServiceContext serviceContext)
|
static Repository |
PortletFileRepositoryUtil.addPortletRepository(long groupId,
String portletId,
ServiceContext serviceContext)
|
Repository |
PortletFileRepositoryImpl.addPortletRepository(long groupId,
String portletId,
ServiceContext serviceContext)
|
Repository |
PortletFileRepository.fetchPortletRepository(long groupId,
String portletId)
|
static Repository |
PortletFileRepositoryUtil.fetchPortletRepository(long groupId,
String portletId)
|
Repository |
PortletFileRepositoryImpl.fetchPortletRepository(long groupId,
String portletId)
|
Repository |
PortletFileRepository.getPortletRepository(long groupId,
String portletId)
|
static Repository |
PortletFileRepositoryUtil.getPortletRepository(long groupId,
String portletId)
|
Repository |
PortletFileRepositoryImpl.getPortletRepository(long groupId,
String portletId)
|
| Uses of Repository in com.liferay.portal.repository.capabilities.util |
|---|
| Methods in com.liferay.portal.repository.capabilities.util that return Repository | |
|---|---|
Repository |
RepositoryServiceAdapter.fetchRepository(long repositoryId)
|
Repository |
RepositoryServiceAdapter.getRepository(long repositoryId)
|
Repository |
RepositoryServiceAdapter.updateRepository(Repository repository)
|
| Methods in com.liferay.portal.repository.capabilities.util with parameters of type Repository | |
|---|---|
Repository |
RepositoryServiceAdapter.updateRepository(Repository repository)
|
| Uses of Repository in com.liferay.portal.repository.external |
|---|
| Methods in com.liferay.portal.repository.external with parameters of type Repository | |
|---|---|
protected void |
LegacyExternalRepositoryFactory.setupRepository(long repositoryId,
Repository repository,
BaseRepository baseRepository)
|
| Uses of Repository in com.liferay.portal.service |
|---|
| Methods in com.liferay.portal.service that return Repository | |
|---|---|
Repository |
RepositoryLocalServiceWrapper.addRepository(long userId,
long groupId,
long classNameId,
long parentFolderId,
String name,
String description,
String portletId,
UnicodeProperties typeSettingsProperties,
boolean hidden,
ServiceContext serviceContext)
|
Repository |
RepositoryLocalService.addRepository(long userId,
long groupId,
long classNameId,
long parentFolderId,
String name,
String description,
String portletId,
UnicodeProperties typeSettingsProperties,
boolean hidden,
ServiceContext serviceContext)
|
static Repository |
RepositoryLocalServiceUtil.addRepository(long userId,
long groupId,
long classNameId,
long parentFolderId,
String name,
String description,
String portletId,
UnicodeProperties typeSettingsProperties,
boolean hidden,
ServiceContext serviceContext)
|
Repository |
RepositoryLocalServiceWrapper.addRepository(long userId,
long groupId,
long classNameId,
long parentFolderId,
String name,
String description,
String portletId,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by RepositoryLocalServiceWrapper.addRepository(long, long,
long, long, String, String, String, UnicodeProperties,
boolean, ServiceContext) |
Repository |
RepositoryLocalService.addRepository(long userId,
long groupId,
long classNameId,
long parentFolderId,
String name,
String description,
String portletId,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by RepositoryLocalService.addRepository(long, long,
long, long, String, String, String, UnicodeProperties,
boolean, ServiceContext) |
static Repository |
RepositoryLocalServiceUtil.addRepository(long userId,
long groupId,
long classNameId,
long parentFolderId,
String name,
String description,
String portletId,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by RepositoryLocalServiceUtil.addRepository(long, long,
long, long, String, String, String, UnicodeProperties,
boolean, ServiceContext) |
static Repository |
RepositoryServiceUtil.addRepository(long groupId,
long classNameId,
long parentFolderId,
String name,
String description,
String portletId,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
Repository |
RepositoryService.addRepository(long groupId,
long classNameId,
long parentFolderId,
String name,
String description,
String portletId,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
Repository |
RepositoryServiceWrapper.addRepository(long groupId,
long classNameId,
long parentFolderId,
String name,
String description,
String portletId,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
Repository |
RepositoryLocalServiceWrapper.addRepository(Repository repository)
Adds the repository to the database. |
Repository |
RepositoryLocalService.addRepository(Repository repository)
Adds the repository to the database. |
static Repository |
RepositoryLocalServiceUtil.addRepository(Repository repository)
Adds the repository to the database. |
Repository |
RepositoryLocalServiceWrapper.createRepository(long repositoryId)
Creates a new repository with the primary key. |
Repository |
RepositoryLocalService.createRepository(long repositoryId)
Creates a new repository with the primary key. |
static Repository |
RepositoryLocalServiceUtil.createRepository(long repositoryId)
Creates a new repository with the primary key. |
Repository |
RepositoryLocalServiceWrapper.deleteRepository(long repositoryId)
Deletes the repository with the primary key from the database. |
Repository |
RepositoryLocalService.deleteRepository(long repositoryId)
Deletes the repository with the primary key from the database. |
static Repository |
RepositoryLocalServiceUtil.deleteRepository(long repositoryId)
Deletes the repository with the primary key from the database. |
Repository |
RepositoryLocalServiceWrapper.deleteRepository(Repository repository)
Deletes the repository from the database. |
Repository |
RepositoryLocalService.deleteRepository(Repository repository)
Deletes the repository from the database. |
static Repository |
RepositoryLocalServiceUtil.deleteRepository(Repository repository)
Deletes the repository from the database. |
Repository |
RepositoryLocalServiceWrapper.fetchRepository(long repositoryId)
|
Repository |
RepositoryLocalService.fetchRepository(long repositoryId)
|
static Repository |
RepositoryLocalServiceUtil.fetchRepository(long repositoryId)
|
Repository |
RepositoryLocalServiceWrapper.fetchRepository(long groupId,
String portletId)
|
Repository |
RepositoryLocalService.fetchRepository(long groupId,
String portletId)
|
static Repository |
RepositoryLocalServiceUtil.fetchRepository(long groupId,
String portletId)
|
Repository |
RepositoryLocalServiceWrapper.fetchRepository(long groupId,
String name,
String portletId)
|
Repository |
RepositoryLocalService.fetchRepository(long groupId,
String name,
String portletId)
|
static Repository |
RepositoryLocalServiceUtil.fetchRepository(long groupId,
String name,
String portletId)
|
Repository |
RepositoryLocalServiceWrapper.fetchRepositoryByUuidAndGroupId(String uuid,
long groupId)
Returns the repository matching the UUID and group. |
Repository |
RepositoryLocalService.fetchRepositoryByUuidAndGroupId(String uuid,
long groupId)
Returns the repository matching the UUID and group. |
static Repository |
RepositoryLocalServiceUtil.fetchRepositoryByUuidAndGroupId(String uuid,
long groupId)
Returns the repository matching the UUID and group. |
static Repository |
RepositoryServiceUtil.getRepository(long repositoryId)
|
Repository |
RepositoryService.getRepository(long repositoryId)
|
Repository |
RepositoryLocalServiceWrapper.getRepository(long repositoryId)
Returns the repository with the primary key. |
Repository |
RepositoryLocalService.getRepository(long repositoryId)
Returns the repository with the primary key. |
static Repository |
RepositoryLocalServiceUtil.getRepository(long repositoryId)
Returns the repository with the primary key. |
Repository |
RepositoryServiceWrapper.getRepository(long repositoryId)
|
Repository |
RepositoryLocalServiceWrapper.getRepository(long groupId,
String portletId)
|
Repository |
RepositoryLocalService.getRepository(long groupId,
String portletId)
|
static Repository |
RepositoryLocalServiceUtil.getRepository(long groupId,
String portletId)
|
Repository |
RepositoryLocalServiceWrapper.getRepository(long groupId,
String name,
String portletId)
|
Repository |
RepositoryLocalService.getRepository(long groupId,
String name,
String portletId)
|
static Repository |
RepositoryLocalServiceUtil.getRepository(long groupId,
String name,
String portletId)
|
Repository |
RepositoryLocalServiceWrapper.getRepositoryByUuidAndGroupId(String uuid,
long groupId)
Returns the repository matching the UUID and group. |
Repository |
RepositoryLocalService.getRepositoryByUuidAndGroupId(String uuid,
long groupId)
Returns the repository matching the UUID and group. |
static Repository |
RepositoryLocalServiceUtil.getRepositoryByUuidAndGroupId(String uuid,
long groupId)
Returns the repository matching the UUID and group. |
Repository |
RepositoryLocalServiceWrapper.updateRepository(Repository repository)
Updates the repository in the database or adds it if it does not yet exist. |
Repository |
RepositoryLocalService.updateRepository(Repository repository)
Updates the repository in the database or adds it if it does not yet exist. |
static Repository |
RepositoryLocalServiceUtil.updateRepository(Repository repository)
Updates the repository 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 Repository | |
|---|---|
List<Repository> |
RepositoryLocalServiceWrapper.getGroupRepositories(long groupId)
|
List<Repository> |
RepositoryLocalService.getGroupRepositories(long groupId)
|
static List<Repository> |
RepositoryLocalServiceUtil.getGroupRepositories(long groupId)
|
List<Repository> |
RepositoryLocalServiceWrapper.getRepositories(int start,
int end)
Returns a range of all the repositories. |
List<Repository> |
RepositoryLocalService.getRepositories(int start,
int end)
Returns a range of all the repositories. |
static List<Repository> |
RepositoryLocalServiceUtil.getRepositories(int start,
int end)
Returns a range of all the repositories. |
List<Repository> |
RepositoryLocalServiceWrapper.getRepositoriesByUuidAndCompanyId(String uuid,
long companyId)
Returns all the repositories matching the UUID and company. |
List<Repository> |
RepositoryLocalService.getRepositoriesByUuidAndCompanyId(String uuid,
long companyId)
Returns all the repositories matching the UUID and company. |
static List<Repository> |
RepositoryLocalServiceUtil.getRepositoriesByUuidAndCompanyId(String uuid,
long companyId)
Returns all the repositories matching the UUID and company. |
List<Repository> |
RepositoryLocalServiceWrapper.getRepositoriesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Repository> orderByComparator)
Returns a range of repositories matching the UUID and company. |
List<Repository> |
RepositoryLocalService.getRepositoriesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Repository> orderByComparator)
Returns a range of repositories matching the UUID and company. |
static List<Repository> |
RepositoryLocalServiceUtil.getRepositoriesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Repository> orderByComparator)
Returns a range of repositories matching the UUID and company. |
| Methods in com.liferay.portal.service with parameters of type Repository | |
|---|---|
Repository |
RepositoryLocalServiceWrapper.addRepository(Repository repository)
Adds the repository to the database. |
Repository |
RepositoryLocalService.addRepository(Repository repository)
Adds the repository to the database. |
static Repository |
RepositoryLocalServiceUtil.addRepository(Repository repository)
Adds the repository to the database. |
Repository |
RepositoryLocalServiceWrapper.deleteRepository(Repository repository)
Deletes the repository from the database. |
Repository |
RepositoryLocalService.deleteRepository(Repository repository)
Deletes the repository from the database. |
static Repository |
RepositoryLocalServiceUtil.deleteRepository(Repository repository)
Deletes the repository from the database. |
Repository |
RepositoryLocalServiceWrapper.updateRepository(Repository repository)
Updates the repository in the database or adds it if it does not yet exist. |
Repository |
RepositoryLocalService.updateRepository(Repository repository)
Updates the repository in the database or adds it if it does not yet exist. |
static Repository |
RepositoryLocalServiceUtil.updateRepository(Repository repository)
Updates the repository in the database or adds it if it does not yet exist. |
| Method parameters in com.liferay.portal.service with type arguments of type Repository | |
|---|---|
List<Repository> |
RepositoryLocalServiceWrapper.getRepositoriesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Repository> orderByComparator)
Returns a range of repositories matching the UUID and company. |
List<Repository> |
RepositoryLocalService.getRepositoriesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Repository> orderByComparator)
Returns a range of repositories matching the UUID and company. |
static List<Repository> |
RepositoryLocalServiceUtil.getRepositoriesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Repository> orderByComparator)
Returns a range of repositories matching the UUID and company. |
| Uses of Repository in com.liferay.portal.service.base |
|---|
| Methods in com.liferay.portal.service.base that return Repository | |
|---|---|
Repository |
RepositoryLocalServiceBaseImpl.addRepository(Repository repository)
Adds the repository to the database. |
Repository |
RepositoryLocalServiceBaseImpl.createRepository(long repositoryId)
Creates a new repository with the primary key. |
Repository |
RepositoryLocalServiceBaseImpl.deleteRepository(long repositoryId)
Deletes the repository with the primary key from the database. |
Repository |
RepositoryLocalServiceBaseImpl.deleteRepository(Repository repository)
Deletes the repository from the database. |
Repository |
RepositoryLocalServiceBaseImpl.fetchRepository(long repositoryId)
|
Repository |
RepositoryLocalServiceBaseImpl.fetchRepositoryByUuidAndGroupId(String uuid,
long groupId)
Returns the repository matching the UUID and group. |
Repository |
RepositoryLocalServiceBaseImpl.getRepository(long repositoryId)
Returns the repository with the primary key. |
Repository |
RepositoryLocalServiceBaseImpl.getRepositoryByUuidAndGroupId(String uuid,
long groupId)
Returns the repository matching the UUID and group. |
Repository |
RepositoryLocalServiceBaseImpl.updateRepository(Repository repository)
Updates the repository 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 Repository | |
|---|---|
List<Repository> |
RepositoryLocalServiceBaseImpl.getRepositories(int start,
int end)
Returns a range of all the repositories. |
List<Repository> |
RepositoryLocalServiceBaseImpl.getRepositoriesByUuidAndCompanyId(String uuid,
long companyId)
Returns all the repositories matching the UUID and company. |
List<Repository> |
RepositoryLocalServiceBaseImpl.getRepositoriesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Repository> orderByComparator)
Returns a range of repositories matching the UUID and company. |
| Methods in com.liferay.portal.service.base with parameters of type Repository | |
|---|---|
Repository |
RepositoryLocalServiceBaseImpl.addRepository(Repository repository)
Adds the repository to the database. |
Repository |
RepositoryLocalServiceBaseImpl.deleteRepository(Repository repository)
Deletes the repository from the database. |
Repository |
RepositoryLocalServiceBaseImpl.updateRepository(Repository repository)
Updates the repository 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 Repository | |
|---|---|
List<Repository> |
RepositoryLocalServiceBaseImpl.getRepositoriesByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Repository> orderByComparator)
Returns a range of repositories matching the UUID and company. |
| Uses of Repository in com.liferay.portal.service.http |
|---|
| Methods in com.liferay.portal.service.http that return Repository | |
|---|---|
static Repository |
RepositoryServiceHttp.addRepository(HttpPrincipal httpPrincipal,
long groupId,
long classNameId,
long parentFolderId,
String name,
String description,
String portletId,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
static Repository |
RepositoryServiceHttp.getRepository(HttpPrincipal httpPrincipal,
long repositoryId)
|
| Uses of Repository in com.liferay.portal.service.impl |
|---|
| Methods in com.liferay.portal.service.impl that return Repository | |
|---|---|
Repository |
RepositoryLocalServiceImpl.addRepository(long userId,
long groupId,
long classNameId,
long parentFolderId,
String name,
String description,
String portletId,
UnicodeProperties typeSettingsProperties,
boolean hidden,
ServiceContext serviceContext)
|
Repository |
RepositoryLocalServiceImpl.addRepository(long userId,
long groupId,
long classNameId,
long parentFolderId,
String name,
String description,
String portletId,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
Deprecated. As of 6.2.0, replaced by RepositoryLocalServiceImpl.addRepository(long, long,
long, long, String, String, String, UnicodeProperties,
boolean, ServiceContext) |
Repository |
RepositoryServiceImpl.addRepository(long groupId,
long classNameId,
long parentFolderId,
String name,
String description,
String portletId,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
Repository |
RepositoryLocalServiceImpl.deleteRepository(long repositoryId)
|
Repository |
RepositoryLocalServiceImpl.deleteRepository(Repository repository)
|
Repository |
RepositoryLocalServiceImpl.fetchRepository(long groupId,
String portletId)
|
Repository |
RepositoryLocalServiceImpl.fetchRepository(long groupId,
String name,
String portletId)
|
Repository |
RepositoryServiceImpl.getRepository(long repositoryId)
|
Repository |
RepositoryLocalServiceImpl.getRepository(long groupId,
String portletId)
|
Repository |
RepositoryLocalServiceImpl.getRepository(long groupId,
String name,
String portletId)
|
| Methods in com.liferay.portal.service.impl that return types with arguments of type Repository | |
|---|---|
List<Repository> |
RepositoryLocalServiceImpl.getGroupRepositories(long groupId)
|
| Methods in com.liferay.portal.service.impl with parameters of type Repository | |
|---|---|
Repository |
RepositoryLocalServiceImpl.deleteRepository(Repository repository)
|
| Uses of Repository in com.liferay.portal.service.persistence |
|---|
| Methods in com.liferay.portal.service.persistence that return Repository | |
|---|---|
Repository |
RepositoryPersistence.create(long repositoryId)
Creates a new repository with the primary key. |
static Repository |
RepositoryUtil.create(long repositoryId)
Creates a new repository with the primary key. |
Repository |
RepositoryPersistence.fetchByG_N_P(long groupId,
String name,
String portletId)
Returns the repository where groupId = ? and name = ? and portletId = ? or returns null if it could not be found. |
static Repository |
RepositoryUtil.fetchByG_N_P(long groupId,
String name,
String portletId)
Returns the repository where groupId = ? and name = ? and portletId = ? or returns null if it could not be found. |
Repository |
RepositoryPersistence.fetchByG_N_P(long groupId,
String name,
String portletId,
boolean retrieveFromCache)
Returns the repository where groupId = ? and name = ? and portletId = ? or returns null if it could not be found, optionally using the finder cache. |
static Repository |
RepositoryUtil.fetchByG_N_P(long groupId,
String name,
String portletId,
boolean retrieveFromCache)
Returns the repository where groupId = ? and name = ? and portletId = ? or returns null if it could not be found, optionally using the finder cache. |
Repository |
RepositoryPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<Repository> orderByComparator)
Returns the first repository in the ordered set where groupId = ?. |
static Repository |
RepositoryUtil.fetchByGroupId_First(long groupId,
OrderByComparator<Repository> orderByComparator)
Returns the first repository in the ordered set where groupId = ?. |
Repository |
RepositoryPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<Repository> orderByComparator)
Returns the last repository in the ordered set where groupId = ?. |
static Repository |
RepositoryUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<Repository> orderByComparator)
Returns the last repository in the ordered set where groupId = ?. |
Repository |
RepositoryPersistence.fetchByPrimaryKey(long repositoryId)
Returns the repository with the primary key or returns null if it could not be found. |
static Repository |
RepositoryUtil.fetchByPrimaryKey(long repositoryId)
Returns the repository with the primary key or returns null if it could not be found. |
Repository |
RepositoryPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Repository> orderByComparator)
Returns the first repository in the ordered set where uuid = ? and companyId = ?. |
static Repository |
RepositoryUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Repository> orderByComparator)
Returns the first repository in the ordered set where uuid = ? and companyId = ?. |
Repository |
RepositoryPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Repository> orderByComparator)
Returns the last repository in the ordered set where uuid = ? and companyId = ?. |
static Repository |
RepositoryUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Repository> orderByComparator)
Returns the last repository in the ordered set where uuid = ? and companyId = ?. |
Repository |
RepositoryPersistence.fetchByUuid_First(String uuid,
OrderByComparator<Repository> orderByComparator)
Returns the first repository in the ordered set where uuid = ?. |
static Repository |
RepositoryUtil.fetchByUuid_First(String uuid,
OrderByComparator<Repository> orderByComparator)
Returns the first repository in the ordered set where uuid = ?. |
Repository |
RepositoryPersistence.fetchByUUID_G(String uuid,
long groupId)
Returns the repository where uuid = ? and groupId = ? or returns null if it could not be found. |
static Repository |
RepositoryUtil.fetchByUUID_G(String uuid,
long groupId)
Returns the repository where uuid = ? and groupId = ? or returns null if it could not be found. |
Repository |
RepositoryPersistence.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the repository where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
static Repository |
RepositoryUtil.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the repository where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
Repository |
RepositoryPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<Repository> orderByComparator)
Returns the last repository in the ordered set where uuid = ?. |
static Repository |
RepositoryUtil.fetchByUuid_Last(String uuid,
OrderByComparator<Repository> orderByComparator)
Returns the last repository in the ordered set where uuid = ?. |
Repository |
RepositoryPersistence.findByG_N_P(long groupId,
String name,
String portletId)
Returns the repository where groupId = ? and name = ? and portletId = ? or throws a NoSuchRepositoryException if it could not be found. |
static Repository |
RepositoryUtil.findByG_N_P(long groupId,
String name,
String portletId)
Returns the repository where groupId = ? and name = ? and portletId = ? or throws a NoSuchRepositoryException if it could not be found. |
Repository |
RepositoryPersistence.findByGroupId_First(long groupId,
OrderByComparator<Repository> orderByComparator)
Returns the first repository in the ordered set where groupId = ?. |
static Repository |
RepositoryUtil.findByGroupId_First(long groupId,
OrderByComparator<Repository> orderByComparator)
Returns the first repository in the ordered set where groupId = ?. |
Repository |
RepositoryPersistence.findByGroupId_Last(long groupId,
OrderByComparator<Repository> orderByComparator)
Returns the last repository in the ordered set where groupId = ?. |
static Repository |
RepositoryUtil.findByGroupId_Last(long groupId,
OrderByComparator<Repository> orderByComparator)
Returns the last repository in the ordered set where groupId = ?. |
Repository[] |
RepositoryPersistence.findByGroupId_PrevAndNext(long repositoryId,
long groupId,
OrderByComparator<Repository> orderByComparator)
Returns the repositories before and after the current repository in the ordered set where groupId = ?. |
static Repository[] |
RepositoryUtil.findByGroupId_PrevAndNext(long repositoryId,
long groupId,
OrderByComparator<Repository> orderByComparator)
Returns the repositories before and after the current repository in the ordered set where groupId = ?. |
Repository |
RepositoryPersistence.findByPrimaryKey(long repositoryId)
Returns the repository with the primary key or throws a NoSuchRepositoryException if it could not be found. |
static Repository |
RepositoryUtil.findByPrimaryKey(long repositoryId)
Returns the repository with the primary key or throws a NoSuchRepositoryException if it could not be found. |
Repository |
RepositoryPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Repository> orderByComparator)
Returns the first repository in the ordered set where uuid = ? and companyId = ?. |
static Repository |
RepositoryUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Repository> orderByComparator)
Returns the first repository in the ordered set where uuid = ? and companyId = ?. |
Repository |
RepositoryPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Repository> orderByComparator)
Returns the last repository in the ordered set where uuid = ? and companyId = ?. |
static Repository |
RepositoryUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Repository> orderByComparator)
Returns the last repository in the ordered set where uuid = ? and companyId = ?. |
Repository[] |
RepositoryPersistence.findByUuid_C_PrevAndNext(long repositoryId,
String uuid,
long companyId,
OrderByComparator<Repository> orderByComparator)
Returns the repositories before and after the current repository in the ordered set where uuid = ? and companyId = ?. |
static Repository[] |
RepositoryUtil.findByUuid_C_PrevAndNext(long repositoryId,
String uuid,
long companyId,
OrderByComparator<Repository> orderByComparator)
Returns the repositories before and after the current repository in the ordered set where uuid = ? and companyId = ?. |
Repository |
RepositoryPersistence.findByUuid_First(String uuid,
OrderByComparator<Repository> orderByComparator)
Returns the first repository in the ordered set where uuid = ?. |
static Repository |
RepositoryUtil.findByUuid_First(String uuid,
OrderByComparator<Repository> orderByComparator)
Returns the first repository in the ordered set where uuid = ?. |
Repository |
RepositoryPersistence.findByUUID_G(String uuid,
long groupId)
Returns the repository where uuid = ? and groupId = ? or throws a NoSuchRepositoryException if it could not be found. |
static Repository |
RepositoryUtil.findByUUID_G(String uuid,
long groupId)
Returns the repository where uuid = ? and groupId = ? or throws a NoSuchRepositoryException if it could not be found. |
Repository |
RepositoryPersistence.findByUuid_Last(String uuid,
OrderByComparator<Repository> orderByComparator)
Returns the last repository in the ordered set where uuid = ?. |
static Repository |
RepositoryUtil.findByUuid_Last(String uuid,
OrderByComparator<Repository> orderByComparator)
Returns the last repository in the ordered set where uuid = ?. |
Repository[] |
RepositoryPersistence.findByUuid_PrevAndNext(long repositoryId,
String uuid,
OrderByComparator<Repository> orderByComparator)
Returns the repositories before and after the current repository in the ordered set where uuid = ?. |
static Repository[] |
RepositoryUtil.findByUuid_PrevAndNext(long repositoryId,
String uuid,
OrderByComparator<Repository> orderByComparator)
Returns the repositories before and after the current repository in the ordered set where uuid = ?. |
Repository |
RepositoryPersistence.remove(long repositoryId)
Removes the repository with the primary key from the database. |
static Repository |
RepositoryUtil.remove(long repositoryId)
Removes the repository with the primary key from the database. |
Repository |
RepositoryPersistence.removeByG_N_P(long groupId,
String name,
String portletId)
Removes the repository where groupId = ? and name = ? and portletId = ? from the database. |
static Repository |
RepositoryUtil.removeByG_N_P(long groupId,
String name,
String portletId)
Removes the repository where groupId = ? and name = ? and portletId = ? from the database. |
Repository |
RepositoryPersistence.removeByUUID_G(String uuid,
long groupId)
Removes the repository where uuid = ? and groupId = ? from the database. |
static Repository |
RepositoryUtil.removeByUUID_G(String uuid,
long groupId)
Removes the repository where uuid = ? and groupId = ? from the database. |
static Repository |
RepositoryUtil.update(Repository repository)
|
static Repository |
RepositoryUtil.update(Repository repository,
ServiceContext serviceContext)
|
Repository |
RepositoryPersistence.updateImpl(Repository repository)
|
static Repository |
RepositoryUtil.updateImpl(Repository repository)
|
| Methods in com.liferay.portal.service.persistence that return types with arguments of type Repository | |
|---|---|
Map<Serializable,Repository> |
RepositoryPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
static Map<Serializable,Repository> |
RepositoryUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
List<Repository> |
RepositoryPersistence.findAll()
Returns all the repositories. |
static List<Repository> |
RepositoryUtil.findAll()
Returns all the repositories. |
List<Repository> |
RepositoryPersistence.findAll(int start,
int end)
Returns a range of all the repositories. |
static List<Repository> |
RepositoryUtil.findAll(int start,
int end)
Returns a range of all the repositories. |
List<Repository> |
RepositoryPersistence.findAll(int start,
int end,
OrderByComparator<Repository> orderByComparator)
Returns an ordered range of all the repositories. |
static List<Repository> |
RepositoryUtil.findAll(int start,
int end,
OrderByComparator<Repository> orderByComparator)
Returns an ordered range of all the repositories. |
List<Repository> |
RepositoryPersistence.findAll(int start,
int end,
OrderByComparator<Repository> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the repositories. |
static List<Repository> |
RepositoryUtil.findAll(int start,
int end,
OrderByComparator<Repository> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the repositories. |
List<Repository> |
RepositoryPersistence.findByGroupId(long groupId)
Returns all the repositories where groupId = ?. |
static List<Repository> |
RepositoryUtil.findByGroupId(long groupId)
Returns all the repositories where groupId = ?. |
List<Repository> |
RepositoryPersistence.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the repositories where groupId = ?. |
static List<Repository> |
RepositoryUtil.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the repositories where groupId = ?. |
List<Repository> |
RepositoryPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<Repository> orderByComparator)
Returns an ordered range of all the repositories where groupId = ?. |
static List<Repository> |
RepositoryUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<Repository> orderByComparator)
Returns an ordered range of all the repositories where groupId = ?. |
List<Repository> |
RepositoryPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<Repository> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the repositories where groupId = ?. |
static List<Repository> |
RepositoryUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<Repository> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the repositories where groupId = ?. |
List<Repository> |
RepositoryPersistence.findByUuid_C(String uuid,
long companyId)
Returns all the repositories where uuid = ? and companyId = ?. |
static List<Repository> |
RepositoryUtil.findByUuid_C(String uuid,
long companyId)
Returns all the repositories where uuid = ? and companyId = ?. |
List<Repository> |
RepositoryPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the repositories where uuid = ? and companyId = ?. |
static List<Repository> |
RepositoryUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the repositories where uuid = ? and companyId = ?. |
List<Repository> |
RepositoryPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Repository> orderByComparator)
Returns an ordered range of all the repositories where uuid = ? and companyId = ?. |
static List<Repository> |
RepositoryUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Repository> orderByComparator)
Returns an ordered range of all the repositories where uuid = ? and companyId = ?. |
List<Repository> |
RepositoryPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Repository> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the repositories where uuid = ? and companyId = ?. |
static List<Repository> |
RepositoryUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Repository> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the repositories where uuid = ? and companyId = ?. |
List<Repository> |
RepositoryPersistence.findByUuid(String uuid)
Returns all the repositories where uuid = ?. |
static List<Repository> |
RepositoryUtil.findByUuid(String uuid)
Returns all the repositories where uuid = ?. |
List<Repository> |
RepositoryPersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the repositories where uuid = ?. |
static List<Repository> |
RepositoryUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the repositories where uuid = ?. |
List<Repository> |
RepositoryPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Repository> orderByComparator)
Returns an ordered range of all the repositories where uuid = ?. |
static List<Repository> |
RepositoryUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Repository> orderByComparator)
Returns an ordered range of all the repositories where uuid = ?. |
List<Repository> |
RepositoryPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Repository> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the repositories where uuid = ?. |
static List<Repository> |
RepositoryUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Repository> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the repositories where uuid = ?. |
static List<Repository> |
RepositoryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<Repository> |
RepositoryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<Repository> |
RepositoryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<Repository> orderByComparator)
|
| Methods in com.liferay.portal.service.persistence with parameters of type Repository | |
|---|---|
void |
RepositoryPersistence.cacheResult(Repository repository)
Caches the repository in the entity cache if it is enabled. |
static void |
RepositoryUtil.cacheResult(Repository repository)
Caches the repository in the entity cache if it is enabled. |
static void |
RepositoryUtil.clearCache(Repository repository)
|
static Repository |
RepositoryUtil.update(Repository repository)
|
static Repository |
RepositoryUtil.update(Repository repository,
ServiceContext serviceContext)
|
Repository |
RepositoryPersistence.updateImpl(Repository repository)
|
static Repository |
RepositoryUtil.updateImpl(Repository repository)
|
| Method parameters in com.liferay.portal.service.persistence with type arguments of type Repository | |
|---|---|
void |
RepositoryPersistence.cacheResult(List<Repository> repositories)
Caches the repositories in the entity cache if it is enabled. |
static void |
RepositoryUtil.cacheResult(List<Repository> repositories)
Caches the repositories in the entity cache if it is enabled. |
Repository |
RepositoryPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<Repository> orderByComparator)
Returns the first repository in the ordered set where groupId = ?. |
static Repository |
RepositoryUtil.fetchByGroupId_First(long groupId,
OrderByComparator<Repository> orderByComparator)
Returns the first repository in the ordered set where groupId = ?. |
Repository |
RepositoryPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<Repository> orderByComparator)
Returns the last repository in the ordered set where groupId = ?. |
static Repository |
RepositoryUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<Repository> orderByComparator)
Returns the last repository in the ordered set where groupId = ?. |
Repository |
RepositoryPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Repository> orderByComparator)
Returns the first repository in the ordered set where uuid = ? and companyId = ?. |
static Repository |
RepositoryUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Repository> orderByComparator)
Returns the first repository in the ordered set where uuid = ? and companyId = ?. |
Repository |
RepositoryPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Repository> orderByComparator)
Returns the last repository in the ordered set where uuid = ? and companyId = ?. |
static Repository |
RepositoryUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Repository> orderByComparator)
Returns the last repository in the ordered set where uuid = ? and companyId = ?. |
Repository |
RepositoryPersistence.fetchByUuid_First(String uuid,
OrderByComparator<Repository> orderByComparator)
Returns the first repository in the ordered set where uuid = ?. |
static Repository |
RepositoryUtil.fetchByUuid_First(String uuid,
OrderByComparator<Repository> orderByComparator)
Returns the first repository in the ordered set where uuid = ?. |
Repository |
RepositoryPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<Repository> orderByComparator)
Returns the last repository in the ordered set where uuid = ?. |
static Repository |
RepositoryUtil.fetchByUuid_Last(String uuid,
OrderByComparator<Repository> orderByComparator)
Returns the last repository in the ordered set where uuid = ?. |
List<Repository> |
RepositoryPersistence.findAll(int start,
int end,
OrderByComparator<Repository> orderByComparator)
Returns an ordered range of all the repositories. |
static List<Repository> |
RepositoryUtil.findAll(int start,
int end,
OrderByComparator<Repository> orderByComparator)
Returns an ordered range of all the repositories. |
List<Repository> |
RepositoryPersistence.findAll(int start,
int end,
OrderByComparator<Repository> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the repositories. |
static List<Repository> |
RepositoryUtil.findAll(int start,
int end,
OrderByComparator<Repository> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the repositories. |
Repository |
RepositoryPersistence.findByGroupId_First(long groupId,
OrderByComparator<Repository> orderByComparator)
Returns the first repository in the ordered set where groupId = ?. |
static Repository |
RepositoryUtil.findByGroupId_First(long groupId,
OrderByComparator<Repository> orderByComparator)
Returns the first repository in the ordered set where groupId = ?. |
Repository |
RepositoryPersistence.findByGroupId_Last(long groupId,
OrderByComparator<Repository> orderByComparator)
Returns the last repository in the ordered set where groupId = ?. |
static Repository |
RepositoryUtil.findByGroupId_Last(long groupId,
OrderByComparator<Repository> orderByComparator)
Returns the last repository in the ordered set where groupId = ?. |
Repository[] |
RepositoryPersistence.findByGroupId_PrevAndNext(long repositoryId,
long groupId,
OrderByComparator<Repository> orderByComparator)
Returns the repositories before and after the current repository in the ordered set where groupId = ?. |
static Repository[] |
RepositoryUtil.findByGroupId_PrevAndNext(long repositoryId,
long groupId,
OrderByComparator<Repository> orderByComparator)
Returns the repositories before and after the current repository in the ordered set where groupId = ?. |
List<Repository> |
RepositoryPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<Repository> orderByComparator)
Returns an ordered range of all the repositories where groupId = ?. |
static List<Repository> |
RepositoryUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<Repository> orderByComparator)
Returns an ordered range of all the repositories where groupId = ?. |
List<Repository> |
RepositoryPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<Repository> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the repositories where groupId = ?. |
static List<Repository> |
RepositoryUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<Repository> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the repositories where groupId = ?. |
Repository |
RepositoryPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Repository> orderByComparator)
Returns the first repository in the ordered set where uuid = ? and companyId = ?. |
static Repository |
RepositoryUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Repository> orderByComparator)
Returns the first repository in the ordered set where uuid = ? and companyId = ?. |
Repository |
RepositoryPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Repository> orderByComparator)
Returns the last repository in the ordered set where uuid = ? and companyId = ?. |
static Repository |
RepositoryUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Repository> orderByComparator)
Returns the last repository in the ordered set where uuid = ? and companyId = ?. |
Repository[] |
RepositoryPersistence.findByUuid_C_PrevAndNext(long repositoryId,
String uuid,
long companyId,
OrderByComparator<Repository> orderByComparator)
Returns the repositories before and after the current repository in the ordered set where uuid = ? and companyId = ?. |
static Repository[] |
RepositoryUtil.findByUuid_C_PrevAndNext(long repositoryId,
String uuid,
long companyId,
OrderByComparator<Repository> orderByComparator)
Returns the repositories before and after the current repository in the ordered set where uuid = ? and companyId = ?. |
List<Repository> |
RepositoryPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Repository> orderByComparator)
Returns an ordered range of all the repositories where uuid = ? and companyId = ?. |
static List<Repository> |
RepositoryUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Repository> orderByComparator)
Returns an ordered range of all the repositories where uuid = ? and companyId = ?. |
List<Repository> |
RepositoryPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Repository> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the repositories where uuid = ? and companyId = ?. |
static List<Repository> |
RepositoryUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Repository> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the repositories where uuid = ? and companyId = ?. |
Repository |
RepositoryPersistence.findByUuid_First(String uuid,
OrderByComparator<Repository> orderByComparator)
Returns the first repository in the ordered set where uuid = ?. |
static Repository |
RepositoryUtil.findByUuid_First(String uuid,
OrderByComparator<Repository> orderByComparator)
Returns the first repository in the ordered set where uuid = ?. |
Repository |
RepositoryPersistence.findByUuid_Last(String uuid,
OrderByComparator<Repository> orderByComparator)
Returns the last repository in the ordered set where uuid = ?. |
static Repository |
RepositoryUtil.findByUuid_Last(String uuid,
OrderByComparator<Repository> orderByComparator)
Returns the last repository in the ordered set where uuid = ?. |
Repository[] |
RepositoryPersistence.findByUuid_PrevAndNext(long repositoryId,
String uuid,
OrderByComparator<Repository> orderByComparator)
Returns the repositories before and after the current repository in the ordered set where uuid = ?. |
static Repository[] |
RepositoryUtil.findByUuid_PrevAndNext(long repositoryId,
String uuid,
OrderByComparator<Repository> orderByComparator)
Returns the repositories before and after the current repository in the ordered set where uuid = ?. |
List<Repository> |
RepositoryPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Repository> orderByComparator)
Returns an ordered range of all the repositories where uuid = ?. |
static List<Repository> |
RepositoryUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Repository> orderByComparator)
Returns an ordered range of all the repositories where uuid = ?. |
List<Repository> |
RepositoryPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Repository> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the repositories where uuid = ?. |
static List<Repository> |
RepositoryUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Repository> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the repositories where uuid = ?. |
static List<Repository> |
RepositoryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<Repository> orderByComparator)
|
| Uses of Repository in com.liferay.portal.service.persistence.impl |
|---|
| Methods in com.liferay.portal.service.persistence.impl that return Repository | |
|---|---|
Repository |
RepositoryPersistenceImpl.create(long repositoryId)
Creates a new repository with the primary key. |
Repository |
RepositoryPersistenceImpl.fetchByG_N_P(long groupId,
String name,
String portletId)
Returns the repository where groupId = ? and name = ? and portletId = ? or returns null if it could not be found. |
Repository |
RepositoryPersistenceImpl.fetchByG_N_P(long groupId,
String name,
String portletId,
boolean retrieveFromCache)
Returns the repository where groupId = ? and name = ? and portletId = ? or returns null if it could not be found, optionally using the finder cache. |
Repository |
RepositoryPersistenceImpl.fetchByGroupId_First(long groupId,
OrderByComparator<Repository> orderByComparator)
Returns the first repository in the ordered set where groupId = ?. |
Repository |
RepositoryPersistenceImpl.fetchByGroupId_Last(long groupId,
OrderByComparator<Repository> orderByComparator)
Returns the last repository in the ordered set where groupId = ?. |
Repository |
RepositoryPersistenceImpl.fetchByPrimaryKey(long repositoryId)
Returns the repository with the primary key or returns null if it could not be found. |
Repository |
RepositoryPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
Returns the repository with the primary key or returns null if it could not be found. |
Repository |
RepositoryPersistenceImpl.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Repository> orderByComparator)
Returns the first repository in the ordered set where uuid = ? and companyId = ?. |
Repository |
RepositoryPersistenceImpl.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Repository> orderByComparator)
Returns the last repository in the ordered set where uuid = ? and companyId = ?. |
Repository |
RepositoryPersistenceImpl.fetchByUuid_First(String uuid,
OrderByComparator<Repository> orderByComparator)
Returns the first repository in the ordered set where uuid = ?. |
Repository |
RepositoryPersistenceImpl.fetchByUUID_G(String uuid,
long groupId)
Returns the repository where uuid = ? and groupId = ? or returns null if it could not be found. |
Repository |
RepositoryPersistenceImpl.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the repository where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
Repository |
RepositoryPersistenceImpl.fetchByUuid_Last(String uuid,
OrderByComparator<Repository> orderByComparator)
Returns the last repository in the ordered set where uuid = ?. |
Repository |
RepositoryPersistenceImpl.findByG_N_P(long groupId,
String name,
String portletId)
Returns the repository where groupId = ? and name = ? and portletId = ? or throws a NoSuchRepositoryException if it could not be found. |
Repository |
RepositoryPersistenceImpl.findByGroupId_First(long groupId,
OrderByComparator<Repository> orderByComparator)
Returns the first repository in the ordered set where groupId = ?. |
Repository |
RepositoryPersistenceImpl.findByGroupId_Last(long groupId,
OrderByComparator<Repository> orderByComparator)
Returns the last repository in the ordered set where groupId = ?. |
Repository[] |
RepositoryPersistenceImpl.findByGroupId_PrevAndNext(long repositoryId,
long groupId,
OrderByComparator<Repository> orderByComparator)
Returns the repositories before and after the current repository in the ordered set where groupId = ?. |
Repository |
RepositoryPersistenceImpl.findByPrimaryKey(long repositoryId)
Returns the repository with the primary key or throws a NoSuchRepositoryException if it could not be found. |
Repository |
RepositoryPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
Returns the repository with the primary key or throws a NoSuchModelException if it could not be found. |
Repository |
RepositoryPersistenceImpl.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Repository> orderByComparator)
Returns the first repository in the ordered set where uuid = ? and companyId = ?. |
Repository |
RepositoryPersistenceImpl.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Repository> orderByComparator)
Returns the last repository in the ordered set where uuid = ? and companyId = ?. |
Repository[] |
RepositoryPersistenceImpl.findByUuid_C_PrevAndNext(long repositoryId,
String uuid,
long companyId,
OrderByComparator<Repository> orderByComparator)
Returns the repositories before and after the current repository in the ordered set where uuid = ? and companyId = ?. |
Repository |
RepositoryPersistenceImpl.findByUuid_First(String uuid,
OrderByComparator<Repository> orderByComparator)
Returns the first repository in the ordered set where uuid = ?. |
Repository |
RepositoryPersistenceImpl.findByUUID_G(String uuid,
long groupId)
Returns the repository where uuid = ? and groupId = ? or throws a NoSuchRepositoryException if it could not be found. |
Repository |
RepositoryPersistenceImpl.findByUuid_Last(String uuid,
OrderByComparator<Repository> orderByComparator)
Returns the last repository in the ordered set where uuid = ?. |
Repository[] |
RepositoryPersistenceImpl.findByUuid_PrevAndNext(long repositoryId,
String uuid,
OrderByComparator<Repository> orderByComparator)
Returns the repositories before and after the current repository in the ordered set where uuid = ?. |
protected Repository |
RepositoryPersistenceImpl.getByGroupId_PrevAndNext(Session session,
Repository repository,
long groupId,
OrderByComparator<Repository> orderByComparator,
boolean previous)
|
protected Repository |
RepositoryPersistenceImpl.getByUuid_C_PrevAndNext(Session session,
Repository repository,
String uuid,
long companyId,
OrderByComparator<Repository> orderByComparator,
boolean previous)
|
protected Repository |
RepositoryPersistenceImpl.getByUuid_PrevAndNext(Session session,
Repository repository,
String uuid,
OrderByComparator<Repository> orderByComparator,
boolean previous)
|
Repository |
RepositoryPersistenceImpl.remove(long repositoryId)
Removes the repository with the primary key from the database. |
Repository |
RepositoryPersistenceImpl.remove(Serializable primaryKey)
Removes the repository with the primary key from the database. |
Repository |
RepositoryPersistenceImpl.removeByG_N_P(long groupId,
String name,
String portletId)
Removes the repository where groupId = ? and name = ? and portletId = ? from the database. |
Repository |
RepositoryPersistenceImpl.removeByUUID_G(String uuid,
long groupId)
Removes the repository where uuid = ? and groupId = ? from the database. |
protected Repository |
RepositoryPersistenceImpl.removeImpl(Repository repository)
|
protected Repository |
RepositoryPersistenceImpl.toUnwrappedModel(Repository repository)
|
Repository |
RepositoryPersistenceImpl.updateImpl(Repository repository)
|
| Methods in com.liferay.portal.service.persistence.impl that return types with arguments of type Repository | |
|---|---|
Map<Serializable,Repository> |
RepositoryPersistenceImpl.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
List<Repository> |
RepositoryPersistenceImpl.findAll()
Returns all the repositories. |
List<Repository> |
RepositoryPersistenceImpl.findAll(int start,
int end)
Returns a range of all the repositories. |
List<Repository> |
RepositoryPersistenceImpl.findAll(int start,
int end,
OrderByComparator<Repository> orderByComparator)
Returns an ordered range of all the repositories. |
List<Repository> |
RepositoryPersistenceImpl.findAll(int start,
int end,
OrderByComparator<Repository> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the repositories. |
List<Repository> |
RepositoryPersistenceImpl.findByGroupId(long groupId)
Returns all the repositories where groupId = ?. |
List<Repository> |
RepositoryPersistenceImpl.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the repositories where groupId = ?. |
List<Repository> |
RepositoryPersistenceImpl.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<Repository> orderByComparator)
Returns an ordered range of all the repositories where groupId = ?. |
List<Repository> |
RepositoryPersistenceImpl.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<Repository> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the repositories where groupId = ?. |
List<Repository> |
RepositoryPersistenceImpl.findByUuid_C(String uuid,
long companyId)
Returns all the repositories where uuid = ? and companyId = ?. |
List<Repository> |
RepositoryPersistenceImpl.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the repositories where uuid = ? and companyId = ?. |
List<Repository> |
RepositoryPersistenceImpl.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Repository> orderByComparator)
Returns an ordered range of all the repositories where uuid = ? and companyId = ?. |
List<Repository> |
RepositoryPersistenceImpl.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Repository> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the repositories where uuid = ? and companyId = ?. |
List<Repository> |
RepositoryPersistenceImpl.findByUuid(String uuid)
Returns all the repositories where uuid = ?. |
List<Repository> |
RepositoryPersistenceImpl.findByUuid(String uuid,
int start,
int end)
Returns a range of all the repositories where uuid = ?. |
List<Repository> |
RepositoryPersistenceImpl.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Repository> orderByComparator)
Returns an ordered range of all the repositories where uuid = ?. |
List<Repository> |
RepositoryPersistenceImpl.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Repository> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the repositories where uuid = ?. |
| Methods in com.liferay.portal.service.persistence.impl with parameters of type Repository | |
|---|---|
void |
RepositoryPersistenceImpl.cacheResult(Repository repository)
Caches the repository in the entity cache if it is enabled. |
void |
RepositoryPersistenceImpl.clearCache(Repository repository)
Clears the cache for the repository. |
protected Repository |
RepositoryPersistenceImpl.getByGroupId_PrevAndNext(Session session,
Repository repository,
long groupId,
OrderByComparator<Repository> orderByComparator,
boolean previous)
|
protected Repository |
RepositoryPersistenceImpl.getByUuid_C_PrevAndNext(Session session,
Repository repository,
String uuid,
long companyId,
OrderByComparator<Repository> orderByComparator,
boolean previous)
|
protected Repository |
RepositoryPersistenceImpl.getByUuid_PrevAndNext(Session session,
Repository repository,
String uuid,
OrderByComparator<Repository> orderByComparator,
boolean previous)
|
protected Repository |
RepositoryPersistenceImpl.removeImpl(Repository repository)
|
protected Repository |
RepositoryPersistenceImpl.toUnwrappedModel(Repository repository)
|
Repository |
RepositoryPersistenceImpl.updateImpl(Repository repository)
|
| Method parameters in com.liferay.portal.service.persistence.impl with type arguments of type Repository | |
|---|---|
void |
RepositoryPersistenceImpl.cacheResult(List<Repository> repositories)
Caches the repositories in the entity cache if it is enabled. |
void |
RepositoryPersistenceImpl.clearCache(List<Repository> repositories)
|
Repository |
RepositoryPersistenceImpl.fetchByGroupId_First(long groupId,
OrderByComparator<Repository> orderByComparator)
Returns the first repository in the ordered set where groupId = ?. |
Repository |
RepositoryPersistenceImpl.fetchByGroupId_Last(long groupId,
OrderByComparator<Repository> orderByComparator)
Returns the last repository in the ordered set where groupId = ?. |
Repository |
RepositoryPersistenceImpl.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Repository> orderByComparator)
Returns the first repository in the ordered set where uuid = ? and companyId = ?. |
Repository |
RepositoryPersistenceImpl.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Repository> orderByComparator)
Returns the last repository in the ordered set where uuid = ? and companyId = ?. |
Repository |
RepositoryPersistenceImpl.fetchByUuid_First(String uuid,
OrderByComparator<Repository> orderByComparator)
Returns the first repository in the ordered set where uuid = ?. |
Repository |
RepositoryPersistenceImpl.fetchByUuid_Last(String uuid,
OrderByComparator<Repository> orderByComparator)
Returns the last repository in the ordered set where uuid = ?. |
List<Repository> |
RepositoryPersistenceImpl.findAll(int start,
int end,
OrderByComparator<Repository> orderByComparator)
Returns an ordered range of all the repositories. |
List<Repository> |
RepositoryPersistenceImpl.findAll(int start,
int end,
OrderByComparator<Repository> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the repositories. |
Repository |
RepositoryPersistenceImpl.findByGroupId_First(long groupId,
OrderByComparator<Repository> orderByComparator)
Returns the first repository in the ordered set where groupId = ?. |
Repository |
RepositoryPersistenceImpl.findByGroupId_Last(long groupId,
OrderByComparator<Repository> orderByComparator)
Returns the last repository in the ordered set where groupId = ?. |
Repository[] |
RepositoryPersistenceImpl.findByGroupId_PrevAndNext(long repositoryId,
long groupId,
OrderByComparator<Repository> orderByComparator)
Returns the repositories before and after the current repository in the ordered set where groupId = ?. |
List<Repository> |
RepositoryPersistenceImpl.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<Repository> orderByComparator)
Returns an ordered range of all the repositories where groupId = ?. |
List<Repository> |
RepositoryPersistenceImpl.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<Repository> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the repositories where groupId = ?. |
Repository |
RepositoryPersistenceImpl.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Repository> orderByComparator)
Returns the first repository in the ordered set where uuid = ? and companyId = ?. |
Repository |
RepositoryPersistenceImpl.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Repository> orderByComparator)
Returns the last repository in the ordered set where uuid = ? and companyId = ?. |
Repository[] |
RepositoryPersistenceImpl.findByUuid_C_PrevAndNext(long repositoryId,
String uuid,
long companyId,
OrderByComparator<Repository> orderByComparator)
Returns the repositories before and after the current repository in the ordered set where uuid = ? and companyId = ?. |
List<Repository> |
RepositoryPersistenceImpl.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Repository> orderByComparator)
Returns an ordered range of all the repositories where uuid = ? and companyId = ?. |
List<Repository> |
RepositoryPersistenceImpl.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<Repository> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the repositories where uuid = ? and companyId = ?. |
Repository |
RepositoryPersistenceImpl.findByUuid_First(String uuid,
OrderByComparator<Repository> orderByComparator)
Returns the first repository in the ordered set where uuid = ?. |
Repository |
RepositoryPersistenceImpl.findByUuid_Last(String uuid,
OrderByComparator<Repository> orderByComparator)
Returns the last repository in the ordered set where uuid = ?. |
Repository[] |
RepositoryPersistenceImpl.findByUuid_PrevAndNext(long repositoryId,
String uuid,
OrderByComparator<Repository> orderByComparator)
Returns the repositories before and after the current repository in the ordered set where uuid = ?. |
List<Repository> |
RepositoryPersistenceImpl.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Repository> orderByComparator)
Returns an ordered range of all the repositories where uuid = ?. |
List<Repository> |
RepositoryPersistenceImpl.findByUuid(String uuid,
int start,
int end,
OrderByComparator<Repository> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the repositories where uuid = ?. |
protected Repository |
RepositoryPersistenceImpl.getByGroupId_PrevAndNext(Session session,
Repository repository,
long groupId,
OrderByComparator<Repository> orderByComparator,
boolean previous)
|
protected Repository |
RepositoryPersistenceImpl.getByUuid_C_PrevAndNext(Session session,
Repository repository,
String uuid,
long companyId,
OrderByComparator<Repository> orderByComparator,
boolean previous)
|
protected Repository |
RepositoryPersistenceImpl.getByUuid_PrevAndNext(Session session,
Repository repository,
String uuid,
OrderByComparator<Repository> orderByComparator,
boolean previous)
|
|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||