com.liferay.portal.service
Class RepositoryServiceWrapper
java.lang.Object
com.liferay.portal.service.RepositoryServiceWrapper
- All Implemented Interfaces:
- RepositoryService
public class RepositoryServiceWrapper
- extends Object
- implements RepositoryService
This class is a wrapper for RepositoryService.
- See Also:
RepositoryService
|
Method Summary |
long |
addRepository(long groupId,
long classNameId,
long parentFolderId,
String name,
String description,
String portletId,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
void |
checkRepository(long repositoryId)
|
LocalRepository |
getLocalRepositoryImpl(long repositoryId)
|
LocalRepository |
getLocalRepositoryImpl(long folderId,
long fileEntryId,
long fileVersionId)
|
Repository |
getRepository(long repositoryId)
|
Repository |
getRepositoryImpl(long repositoryId)
|
Repository |
getRepositoryImpl(long folderId,
long fileEntryId,
long fileVersionId)
|
String[] |
getSupportedConfigurations(long classNameId)
|
String[] |
getSupportedParameters(long classNameId,
String configuration)
|
UnicodeProperties |
getTypeSettingsProperties(long repositoryId)
|
RepositoryService |
getWrappedRepositoryService()
|
void |
setWrappedRepositoryService(RepositoryService repositoryService)
|
void |
unmountRepositories(long groupId)
|
void |
unmountRepository(long repositoryId)
|
void |
updateRepository(long repositoryId,
String name,
String description)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RepositoryServiceWrapper
public RepositoryServiceWrapper(RepositoryService repositoryService)
addRepository
public long addRepository(long groupId,
long classNameId,
long parentFolderId,
String name,
String description,
String portletId,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
addRepository in interface RepositoryService
- Throws:
PortalException
SystemException
checkRepository
public void checkRepository(long repositoryId)
throws SystemException
- Specified by:
checkRepository in interface RepositoryService
- Throws:
SystemException
getLocalRepositoryImpl
public LocalRepository getLocalRepositoryImpl(long repositoryId)
throws PortalException,
SystemException
- Specified by:
getLocalRepositoryImpl in interface RepositoryService
- Throws:
PortalException
SystemException
getLocalRepositoryImpl
public LocalRepository getLocalRepositoryImpl(long folderId,
long fileEntryId,
long fileVersionId)
throws PortalException,
SystemException
- Specified by:
getLocalRepositoryImpl in interface RepositoryService
- Throws:
PortalException
SystemException
getRepository
public Repository getRepository(long repositoryId)
throws PortalException,
SystemException
- Specified by:
getRepository in interface RepositoryService
- Throws:
PortalException
SystemException
getRepositoryImpl
public Repository getRepositoryImpl(long repositoryId)
throws PortalException,
SystemException
- Specified by:
getRepositoryImpl in interface RepositoryService
- Throws:
PortalException
SystemException
getRepositoryImpl
public Repository getRepositoryImpl(long folderId,
long fileEntryId,
long fileVersionId)
throws PortalException,
SystemException
- Specified by:
getRepositoryImpl in interface RepositoryService
- Throws:
PortalException
SystemException
getSupportedConfigurations
public String[] getSupportedConfigurations(long classNameId)
throws SystemException
- Specified by:
getSupportedConfigurations in interface RepositoryService
- Throws:
SystemException
getSupportedParameters
public String[] getSupportedParameters(long classNameId,
String configuration)
throws SystemException
- Specified by:
getSupportedParameters in interface RepositoryService
- Throws:
SystemException
getTypeSettingsProperties
public UnicodeProperties getTypeSettingsProperties(long repositoryId)
throws PortalException,
SystemException
- Specified by:
getTypeSettingsProperties in interface RepositoryService
- Throws:
PortalException
SystemException
unmountRepositories
public void unmountRepositories(long groupId)
throws PortalException,
SystemException
- Specified by:
unmountRepositories in interface RepositoryService
- Throws:
PortalException
SystemException
unmountRepository
public void unmountRepository(long repositoryId)
throws PortalException,
SystemException
- Specified by:
unmountRepository in interface RepositoryService
- Throws:
PortalException
SystemException
updateRepository
public void updateRepository(long repositoryId,
String name,
String description)
throws PortalException,
SystemException
- Specified by:
updateRepository in interface RepositoryService
- Throws:
PortalException
SystemException
getWrappedRepositoryService
public RepositoryService getWrappedRepositoryService()
setWrappedRepositoryService
public void setWrappedRepositoryService(RepositoryService repositoryService)