|
Liferay 6.2-ce-ga5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LocalRepository | |
---|---|
com.liferay.portal.kernel.repository | |
com.liferay.portal.repository.liferayrepository | |
com.liferay.portal.repository.proxy | This package defines the portal repository proxy beans. |
com.liferay.portal.service | This package defines the portal service interfaces and 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.portlet.documentlibrary.service.impl | This package defines the document library portlet local and remote service implementations. |
Uses of LocalRepository in com.liferay.portal.kernel.repository |
---|
Classes in com.liferay.portal.kernel.repository that implement LocalRepository | |
---|---|
class |
DefaultLocalRepositoryImpl
This class is designed for third party repository implementations. |
Methods in com.liferay.portal.kernel.repository that return LocalRepository | |
---|---|
LocalRepository |
BaseRepository.getLocalRepository()
|
LocalRepository |
BaseRepositoryImpl.getLocalRepository()
|
Uses of LocalRepository in com.liferay.portal.repository.liferayrepository |
---|
Classes in com.liferay.portal.repository.liferayrepository that implement LocalRepository | |
---|---|
class |
LiferayLocalRepository
|
Uses of LocalRepository in com.liferay.portal.repository.proxy |
---|
Classes in com.liferay.portal.repository.proxy that implement LocalRepository | |
---|---|
class |
LocalRepositoryProxyBean
|
Methods in com.liferay.portal.repository.proxy that return LocalRepository | |
---|---|
LocalRepository |
BaseRepositoryProxyBean.getLocalRepository()
|
Methods in com.liferay.portal.repository.proxy with parameters of type LocalRepository | |
---|---|
protected LocalRepositoryProxyBean |
RepositoryModelProxyBean.newLocalRepositoryProxyBean(LocalRepository localRepository)
|
Constructors in com.liferay.portal.repository.proxy with parameters of type LocalRepository | |
---|---|
LocalRepositoryProxyBean(LocalRepository localRepository,
ClassLoader classLoader)
|
Uses of LocalRepository in com.liferay.portal.service |
---|
Methods in com.liferay.portal.service that return LocalRepository | |
---|---|
static LocalRepository |
RepositoryServiceUtil.getLocalRepositoryImpl(long repositoryId)
|
LocalRepository |
RepositoryService.getLocalRepositoryImpl(long repositoryId)
|
LocalRepository |
RepositoryLocalServiceWrapper.getLocalRepositoryImpl(long repositoryId)
|
LocalRepository |
RepositoryLocalService.getLocalRepositoryImpl(long repositoryId)
|
static LocalRepository |
RepositoryLocalServiceUtil.getLocalRepositoryImpl(long repositoryId)
|
LocalRepository |
RepositoryServiceWrapper.getLocalRepositoryImpl(long repositoryId)
|
static LocalRepository |
RepositoryServiceUtil.getLocalRepositoryImpl(long folderId,
long fileEntryId,
long fileVersionId)
|
LocalRepository |
RepositoryService.getLocalRepositoryImpl(long folderId,
long fileEntryId,
long fileVersionId)
|
LocalRepository |
RepositoryLocalServiceWrapper.getLocalRepositoryImpl(long folderId,
long fileEntryId,
long fileVersionId)
|
LocalRepository |
RepositoryLocalService.getLocalRepositoryImpl(long folderId,
long fileEntryId,
long fileVersionId)
|
static LocalRepository |
RepositoryLocalServiceUtil.getLocalRepositoryImpl(long folderId,
long fileEntryId,
long fileVersionId)
|
LocalRepository |
RepositoryServiceWrapper.getLocalRepositoryImpl(long folderId,
long fileEntryId,
long fileVersionId)
|
Uses of LocalRepository in com.liferay.portal.service.http |
---|
Methods in com.liferay.portal.service.http that return LocalRepository | |
---|---|
static LocalRepository |
RepositoryServiceHttp.getLocalRepositoryImpl(HttpPrincipal httpPrincipal,
long repositoryId)
|
static LocalRepository |
RepositoryServiceHttp.getLocalRepositoryImpl(HttpPrincipal httpPrincipal,
long folderId,
long fileEntryId,
long fileVersionId)
|
Uses of LocalRepository in com.liferay.portal.service.impl |
---|
Methods in com.liferay.portal.service.impl that return LocalRepository | |
---|---|
LocalRepository |
RepositoryLocalServiceImpl.getLocalRepositoryImpl(long repositoryId)
|
LocalRepository |
RepositoryServiceImpl.getLocalRepositoryImpl(long repositoryId)
|
LocalRepository |
RepositoryLocalServiceImpl.getLocalRepositoryImpl(long folderId,
long fileEntryId,
long fileVersionId)
|
LocalRepository |
RepositoryServiceImpl.getLocalRepositoryImpl(long folderId,
long fileEntryId,
long fileVersionId)
|
Uses of LocalRepository in com.liferay.portlet.documentlibrary.service.impl |
---|
Methods in com.liferay.portlet.documentlibrary.service.impl that return LocalRepository | |
---|---|
protected LocalRepository |
DLAppLocalServiceImpl.getFileEntryLocalRepository(long fileEntryId)
|
protected LocalRepository |
DLAppLocalServiceImpl.getFileVersionLocalRepository(long fileVersionId)
|
protected LocalRepository |
DLAppLocalServiceImpl.getFolderLocalRepository(long folderId)
|
protected LocalRepository |
DLAppLocalServiceImpl.getFolderLocalRepository(long folderId,
long groupId)
|
protected LocalRepository |
DLAppLocalServiceImpl.getLocalRepository(long repositoryId)
|
Methods in com.liferay.portlet.documentlibrary.service.impl with parameters of type LocalRepository | |
---|---|
protected FileEntry |
DLAppLocalServiceImpl.copyFileEntry(long userId,
LocalRepository toLocalRepository,
FileEntry fileEntry,
long newFolderId,
ServiceContext serviceContext)
|
protected void |
DLAppLocalServiceImpl.deleteFileEntry(long oldFileEntryId,
long newFileEntryId,
LocalRepository fromLocalRepository,
LocalRepository toLocalRepository)
|
protected FileEntry |
DLAppLocalServiceImpl.moveFileEntries(long userId,
long fileEntryId,
long newFolderId,
LocalRepository fromLocalRepository,
LocalRepository toLocalRepository,
ServiceContext serviceContext)
|
protected Folder |
DLAppLocalServiceImpl.moveFolders(long userId,
long folderId,
long parentFolderId,
LocalRepository sourceLocalRepository,
LocalRepository destinationLocalRepository,
ServiceContext serviceContext)
|
|
Liferay 6.2-ce-ga5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |