|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.RepositoryServiceWrapper
@ProviderType public class RepositoryServiceWrapper
Provides a wrapper for RepositoryService.
RepositoryService| Constructor Summary | |
|---|---|
RepositoryServiceWrapper(RepositoryService repositoryService)
|
|
| Method Summary | |
|---|---|
Repository |
addRepository(long groupId,
long classNameId,
long parentFolderId,
String name,
String description,
String portletId,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
|
void |
checkRepository(long repositoryId)
|
void |
deleteRepository(long repositoryId)
|
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier. |
Repository |
getRepository(long repositoryId)
|
String[] |
getSupportedConfigurations(long classNameId)
Deprecated. As of 7.0.0, with no direct replacement |
String[] |
getSupportedParameters(long classNameId,
String configuration)
Deprecated. As of 7.0.0, with no direct replacement |
String[] |
getSupportedParameters(String className,
String configuration)
Deprecated. As of 7.0.0, with no direct replacement |
UnicodeProperties |
getTypeSettingsProperties(long repositoryId)
|
RepositoryService |
getWrappedService()
|
void |
setWrappedService(RepositoryService repositoryService)
|
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 |
| Constructor Detail |
|---|
public RepositoryServiceWrapper(RepositoryService repositoryService)
| Method Detail |
|---|
public Repository addRepository(long groupId,
long classNameId,
long parentFolderId,
String name,
String description,
String portletId,
UnicodeProperties typeSettingsProperties,
ServiceContext serviceContext)
throws PortalException
addRepository in interface RepositoryServicePortalException
public void checkRepository(long repositoryId)
throws PortalException
checkRepository in interface RepositoryServicePortalException
public void deleteRepository(long repositoryId)
throws PortalException
deleteRepository in interface RepositoryServicePortalExceptionpublic String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface RepositoryService
public Repository getRepository(long repositoryId)
throws PortalException
getRepository in interface RepositoryServicePortalException@Deprecated public String[] getSupportedConfigurations(long classNameId)
getSupportedConfigurations in interface RepositoryService
@Deprecated
public String[] getSupportedParameters(String className,
String configuration)
getSupportedParameters in interface RepositoryService
@Deprecated
public String[] getSupportedParameters(long classNameId,
String configuration)
getSupportedParameters in interface RepositoryService
public UnicodeProperties getTypeSettingsProperties(long repositoryId)
throws PortalException
getTypeSettingsProperties in interface RepositoryServicePortalException
public void updateRepository(long repositoryId,
String name,
String description)
throws PortalException
updateRepository in interface RepositoryServicePortalExceptionpublic RepositoryService getWrappedService()
getWrappedService in interface ServiceWrapper<RepositoryService>public void setWrappedService(RepositoryService repositoryService)
setWrappedService in interface ServiceWrapper<RepositoryService>
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||