@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 |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
Repository |
getRepository(long repositoryId) |
java.lang.String[] |
getSupportedConfigurations(long classNameId)
Deprecated.
As of 7.0.0, with no direct replacement
|
java.lang.String[] |
getSupportedParameters(long classNameId,
java.lang.String configuration)
Deprecated.
As of 7.0.0, with no direct replacement
|
java.lang.String[] |
getSupportedParameters(java.lang.String className,
java.lang.String configuration)
Deprecated.
As of 7.0.0, with no direct replacement
|
UnicodeProperties |
getTypeSettingsProperties(long repositoryId) |
RepositoryService |
getWrappedRepositoryService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
RepositoryService |
getWrappedService() |
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 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
addRepository in interface RepositoryServicePortalExceptionpublic void checkRepository(long repositoryId)
throws PortalException
checkRepository in interface RepositoryServicePortalExceptionpublic void deleteRepository(long repositoryId)
throws PortalException
deleteRepository in interface RepositoryServicePortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface RepositoryServicepublic Repository getRepository(long repositoryId) throws PortalException
getRepository in interface RepositoryServicePortalException@Deprecated public java.lang.String[] getSupportedConfigurations(long classNameId)
getSupportedConfigurations in interface RepositoryService@Deprecated
public java.lang.String[] getSupportedParameters(java.lang.String className,
java.lang.String configuration)
getSupportedParameters in interface RepositoryService@Deprecated
public java.lang.String[] getSupportedParameters(long classNameId,
java.lang.String configuration)
getSupportedParameters in interface RepositoryServicepublic UnicodeProperties getTypeSettingsProperties(long repositoryId) throws PortalException
getTypeSettingsProperties in interface RepositoryServicePortalExceptionpublic void updateRepository(long repositoryId,
java.lang.String name,
java.lang.String description)
throws PortalException
updateRepository in interface RepositoryServicePortalException@Deprecated public RepositoryService getWrappedRepositoryService()
getWrappedService()@Deprecated 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>