@ProviderType public class RepositoryServiceWrapper extends java.lang.Object implements RepositoryService, ServiceWrapper<RepositoryService>
RepositoryService.RepositoryService| Constructor and Description |
|---|
RepositoryServiceWrapper(RepositoryService repositoryService) |
| Modifier and Type | Method and Description |
|---|---|
Repository |
addRepository(long groupId,
long classNameId,
long parentFolderId,
java.lang.String name,
java.lang.String description,
java.lang.String portletId,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext) |
void |
checkRepository(long repositoryId) |
void |
deleteRepository(long repositoryId) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
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) |
java.lang.String[] |
getSupportedConfigurations(long classNameId) |
java.lang.String[] |
getSupportedParameters(long classNameId,
java.lang.String configuration) |
UnicodeProperties |
getTypeSettingsProperties(long repositoryId) |
RepositoryService |
getWrappedRepositoryService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
RepositoryService |
getWrappedService() |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setWrappedRepositoryService(RepositoryService repositoryService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portal.service.RepositoryService) |
void |
setWrappedService(RepositoryService repositoryService) |
void |
updateRepository(long repositoryId,
java.lang.String name,
java.lang.String description) |
public RepositoryServiceWrapper(RepositoryService repositoryService)
public java.lang.String getBeanIdentifier()
getBeanIdentifier in interface RepositoryServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface RepositoryServicebeanIdentifier - the Spring bean ID for this beanpublic Repository addRepository(long groupId, long classNameId, long parentFolderId, java.lang.String name, java.lang.String description, java.lang.String portletId, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext) throws PortalException, SystemException
addRepository in interface RepositoryServicePortalExceptionSystemExceptionpublic void checkRepository(long repositoryId)
throws PortalException,
SystemException
checkRepository in interface RepositoryServicePortalExceptionSystemExceptionpublic void deleteRepository(long repositoryId)
throws PortalException,
SystemException
deleteRepository in interface RepositoryServicePortalExceptionSystemExceptionpublic LocalRepository getLocalRepositoryImpl(long repositoryId) throws PortalException, SystemException
getLocalRepositoryImpl in interface RepositoryServicePortalExceptionSystemExceptionpublic LocalRepository getLocalRepositoryImpl(long folderId, long fileEntryId, long fileVersionId) throws PortalException, SystemException
getLocalRepositoryImpl in interface RepositoryServicePortalExceptionSystemExceptionpublic Repository getRepository(long repositoryId) throws PortalException, SystemException
getRepository in interface RepositoryServicePortalExceptionSystemExceptionpublic Repository getRepositoryImpl(long repositoryId) throws PortalException, SystemException
getRepositoryImpl in interface RepositoryServicePortalExceptionSystemExceptionpublic Repository getRepositoryImpl(long folderId, long fileEntryId, long fileVersionId) throws PortalException, SystemException
getRepositoryImpl in interface RepositoryServicePortalExceptionSystemExceptionpublic java.lang.String[] getSupportedConfigurations(long classNameId)
throws SystemException
getSupportedConfigurations in interface RepositoryServiceSystemExceptionpublic java.lang.String[] getSupportedParameters(long classNameId,
java.lang.String configuration)
throws SystemException
getSupportedParameters in interface RepositoryServiceSystemExceptionpublic UnicodeProperties getTypeSettingsProperties(long repositoryId) throws PortalException, SystemException
getTypeSettingsProperties in interface RepositoryServicePortalExceptionSystemExceptionpublic void updateRepository(long repositoryId,
java.lang.String name,
java.lang.String description)
throws PortalException,
SystemException
updateRepository in interface RepositoryServicePortalExceptionSystemExceptionpublic RepositoryService getWrappedRepositoryService()
getWrappedService()public void setWrappedRepositoryService(RepositoryService repositoryService)
setWrappedService(com.liferay.portal.service.RepositoryService)public RepositoryService getWrappedService()
getWrappedService in interface ServiceWrapper<RepositoryService>public void setWrappedService(RepositoryService repositoryService)
setWrappedService in interface ServiceWrapper<RepositoryService>