|
Liferay 7.0-ce-m3 | |||||||||
| 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 |
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)
|
String[] |
getSupportedConfigurations(long classNameId)
|
String[] |
getSupportedParameters(long classNameId,
String configuration)
|
UnicodeProperties |
getTypeSettingsProperties(long repositoryId)
|
RepositoryService |
getWrappedRepositoryService()
Deprecated. As of 6.1.0, replaced by getWrappedService() |
RepositoryService |
getWrappedService()
|
void |
setBeanIdentifier(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,
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 getBeanIdentifier()
getBeanIdentifier in interface RepositoryService
public LocalRepository getLocalRepositoryImpl(long folderId,
long fileEntryId,
long fileVersionId)
throws PortalException
getLocalRepositoryImpl in interface RepositoryServicePortalException
public LocalRepository getLocalRepositoryImpl(long repositoryId)
throws PortalException
getLocalRepositoryImpl in interface RepositoryServicePortalException
public Repository getRepository(long repositoryId)
throws PortalException
getRepository in interface RepositoryServicePortalException
public Repository getRepositoryImpl(long folderId,
long fileEntryId,
long fileVersionId)
throws PortalException
getRepositoryImpl in interface RepositoryServicePortalException
public Repository getRepositoryImpl(long repositoryId)
throws PortalException
getRepositoryImpl in interface RepositoryServicePortalExceptionpublic String[] getSupportedConfigurations(long classNameId)
getSupportedConfigurations in interface RepositoryService
public String[] getSupportedParameters(long classNameId,
String configuration)
getSupportedParameters in interface RepositoryService
public UnicodeProperties getTypeSettingsProperties(long repositoryId)
throws PortalException
getTypeSettingsProperties in interface RepositoryServicePortalExceptionpublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface RepositoryServicebeanIdentifier - the Spring bean ID for this bean
public void updateRepository(long repositoryId,
String name,
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>
|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||