|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LocalRepository | |
|---|---|
| com.liferay.portal.kernel.repository | |
| com.liferay.portal.repository | |
| com.liferay.portal.repository.capabilities | |
| com.liferay.portal.repository.external | |
| com.liferay.portal.repository.liferayrepository | |
| com.liferay.portal.repository.proxy | This package defines the portal repository proxy beans. |
| com.liferay.portal.repository.registry | |
| com.liferay.portal.repository.util | |
| com.liferay.portal.util | This package defines the portal utility interfaces and classes. |
| 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 |
RepositoryFactory.createLocalRepository(long repositoryId)
|
static LocalRepository |
RepositoryFactoryUtil.createLocalRepository(long repositoryId)
|
static LocalRepository |
RepositoryProviderUtil.getFileEntryLocalRepository(long fileEntryId)
|
LocalRepository |
RepositoryProvider.getFileEntryLocalRepository(long fileEntryId)
|
static LocalRepository |
RepositoryProviderUtil.getFileShortcutLocalRepository(long fileShortcutId)
|
LocalRepository |
RepositoryProvider.getFileShortcutLocalRepository(long fileShortcutId)
|
static LocalRepository |
RepositoryProviderUtil.getFileVersionLocalRepository(long fileVersionId)
|
LocalRepository |
RepositoryProvider.getFileVersionLocalRepository(long fileVersionId)
|
static LocalRepository |
RepositoryProviderUtil.getFolderLocalRepository(long folderId)
|
LocalRepository |
RepositoryProvider.getFolderLocalRepository(long folderId)
|
static LocalRepository |
RepositoryProviderUtil.getImageLocalRepository(long imageId)
|
LocalRepository |
RepositoryProvider.getImageLocalRepository(long imageId)
|
LocalRepository |
BaseRepository.getLocalRepository()
|
LocalRepository |
BaseRepositoryImpl.getLocalRepository()
|
static LocalRepository |
RepositoryProviderUtil.getLocalRepository(long repositoryId)
|
LocalRepository |
RepositoryProvider.getLocalRepository(long repositoryId)
|
| Methods in com.liferay.portal.kernel.repository that return types with arguments of type LocalRepository | |
|---|---|
static List<LocalRepository> |
RepositoryProviderUtil.getGroupLocalRepositories(long groupId)
|
List<LocalRepository> |
RepositoryProvider.getGroupLocalRepositories(long groupId)
|
| Uses of LocalRepository in com.liferay.portal.repository |
|---|
| Classes in com.liferay.portal.repository that implement LocalRepository | |
|---|---|
class |
InitializedLocalRepository
|
| Methods in com.liferay.portal.repository that return LocalRepository | |
|---|---|
LocalRepository |
RepositoryFactoryImpl.createLocalRepository(long repositoryId)
|
LocalRepository |
RepositoryProviderImpl.getFileEntryLocalRepository(long fileEntryId)
|
LocalRepository |
RepositoryProviderImpl.getFileShortcutLocalRepository(long fileShortcutId)
|
LocalRepository |
RepositoryProviderImpl.getFileVersionLocalRepository(long fileVersionId)
|
LocalRepository |
RepositoryProviderImpl.getFolderLocalRepository(long folderId)
|
LocalRepository |
RepositoryProviderImpl.getImageLocalRepository(long imageId)
|
LocalRepository |
RepositoryProviderImpl.getLocalRepository(long repositoryId)
|
| Methods in com.liferay.portal.repository that return types with arguments of type LocalRepository | |
|---|---|
List<LocalRepository> |
RepositoryProviderImpl.getGroupLocalRepositories(long groupId)
|
| Uses of LocalRepository in com.liferay.portal.repository.capabilities |
|---|
| Classes in com.liferay.portal.repository.capabilities that implement LocalRepository | |
|---|---|
class |
CapabilityLocalRepository
|
| Methods in com.liferay.portal.repository.capabilities that return LocalRepository | |
|---|---|
LocalRepository |
LiferayWorkflowCapability.wrapLocalRepository(LocalRepository localRepository)
|
LocalRepository |
LiferayProcessorCapability.wrapLocalRepository(LocalRepository localRepository)
|
LocalRepository |
MinimalWorkflowCapability.wrapLocalRepository(LocalRepository localRepository)
|
| Methods in com.liferay.portal.repository.capabilities with parameters of type LocalRepository | |
|---|---|
LocalRepository |
LiferayWorkflowCapability.wrapLocalRepository(LocalRepository localRepository)
|
LocalRepository |
LiferayProcessorCapability.wrapLocalRepository(LocalRepository localRepository)
|
LocalRepository |
MinimalWorkflowCapability.wrapLocalRepository(LocalRepository localRepository)
|
| Constructors in com.liferay.portal.repository.capabilities with parameters of type LocalRepository | |
|---|---|
CapabilityLocalRepository(LocalRepository localRepository,
CapabilityProvider capabilityProvider,
RepositoryEventTrigger repositoryEventTrigger)
|
|
| Uses of LocalRepository in com.liferay.portal.repository.external |
|---|
| Methods in com.liferay.portal.repository.external that return LocalRepository | |
|---|---|
LocalRepository |
LegacyExternalRepositoryFactory.createLocalRepository(long repositoryId)
|
| Uses of LocalRepository in com.liferay.portal.repository.liferayrepository |
|---|
| Classes in com.liferay.portal.repository.liferayrepository that implement LocalRepository | |
|---|---|
class |
LiferayLocalRepository
|
class |
LiferayProcessorLocalRepositoryWrapper
|
class |
LiferayWorkflowLocalRepositoryWrapper
|
class |
ModelValidatorLocalRepositoryWrapper
|
| Methods in com.liferay.portal.repository.liferayrepository that return LocalRepository | |
|---|---|
LocalRepository |
LiferayRepositoryFactory.createLocalRepository(long repositoryId)
|
protected LocalRepository |
LiferayRepositoryFactory.createLocalRepositoryInstance(long[] repositoryLocation)
|
| Constructors in com.liferay.portal.repository.liferayrepository with parameters of type LocalRepository | |
|---|---|
LiferayProcessorLocalRepositoryWrapper(LocalRepository localRepository,
ProcessorCapability processorCapability)
|
|
LiferayWorkflowLocalRepositoryWrapper(LocalRepository localRepository,
WorkflowSupport workflowSupport)
|
|
ModelValidatorLocalRepositoryWrapper(LocalRepository localRepository,
ModelValidator<FileContentReference> modelValidator)
|
|
| 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.repository.registry |
|---|
| Methods in com.liferay.portal.repository.registry that return LocalRepository | |
|---|---|
LocalRepository |
RepositoryClassDefinition.createLocalRepository(long repositoryId)
|
LocalRepository |
DefaultCapabilityRegistry.invokeCapabilityWrappers(LocalRepository localRepository)
|
| Methods in com.liferay.portal.repository.registry with parameters of type LocalRepository | |
|---|---|
LocalRepository |
DefaultCapabilityRegistry.invokeCapabilityWrappers(LocalRepository localRepository)
|
| Uses of LocalRepository in com.liferay.portal.repository.util |
|---|
| Classes in com.liferay.portal.repository.util that implement LocalRepository | |
|---|---|
class |
LocalRepositoryWrapper
|
| Methods in com.liferay.portal.repository.util that return LocalRepository | |
|---|---|
LocalRepository |
RepositoryWrapperAware.wrapLocalRepository(LocalRepository localRepository)
|
| Methods in com.liferay.portal.repository.util with parameters of type LocalRepository | |
|---|---|
LocalRepository |
RepositoryWrapperAware.wrapLocalRepository(LocalRepository localRepository)
|
| Constructors in com.liferay.portal.repository.util with parameters of type LocalRepository | |
|---|---|
LocalRepositoryWrapper(LocalRepository localRepository)
|
|
| Uses of LocalRepository in com.liferay.portal.util |
|---|
| Methods in com.liferay.portal.util with parameters of type LocalRepository | |
|---|---|
protected static RepositoryEventTrigger |
RepositoryUtil.getRepositoryEventTrigger(LocalRepository localRepository)
|
| Uses of LocalRepository in com.liferay.portlet.documentlibrary.service.impl |
|---|
| Methods in com.liferay.portlet.documentlibrary.service.impl that return LocalRepository | |
|---|---|
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 Folder |
DLAppLocalServiceImpl.copyFolder(long userId,
long folderId,
long parentFolderId,
LocalRepository fromLocalRepository,
LocalRepository toLocalRepository,
ServiceContext serviceContext)
|
protected void |
DLAppLocalServiceImpl.copyFolderDependencies(long userId,
Folder sourceFolder,
Folder destinationFolder,
LocalRepository fromLocalRepository,
LocalRepository toLocalRepository,
ServiceContext serviceContext)
|
protected void |
DLAppLocalServiceImpl.deleteFileEntry(long oldFileEntryId,
long newFileEntryId,
LocalRepository fromLocalRepository,
LocalRepository toLocalRepository)
|
protected void |
DLAppLocalServiceImpl.deleteRepository(LocalRepository localRepository)
|
protected FileEntry |
DLAppLocalServiceImpl.moveFileEntry(long userId,
long fileEntryId,
long newFolderId,
LocalRepository fromLocalRepository,
LocalRepository toLocalRepository,
ServiceContext serviceContext)
|
protected Folder |
DLAppLocalServiceImpl.moveFolder(long userId,
long folderId,
long parentFolderId,
LocalRepository fromLocalRepository,
LocalRepository toLocalRepository,
ServiceContext serviceContext)
|
|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||