com.liferay.portal.service
Class RepositoryServiceWrapper
java.lang.Object
com.liferay.portal.service.RepositoryServiceWrapper
- All Implemented Interfaces:
- RepositoryService, ServiceWrapper<RepositoryService>
public class RepositoryServiceWrapper
- extends Object
- implements RepositoryService, ServiceWrapper<RepositoryService>
This class is a wrapper for RepositoryService
.
- See Also:
RepositoryService
- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
Method Summary |
long |
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)
|
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. Renamed to getWrappedService() |
RepositoryService |
getWrappedService()
|
void |
setWrappedRepositoryService(RepositoryService repositoryService)
Deprecated. Renamed to 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 |
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 PortalException,
SystemException
- Specified by:
checkRepository
in interface RepositoryService
- Throws:
PortalException
SystemException
deleteRepository
public void deleteRepository(long repositoryId)
throws PortalException,
SystemException
- Specified by:
deleteRepository
in interface RepositoryService
- Throws:
PortalException
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
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()
- Deprecated. Renamed to
getWrappedService()
setWrappedRepositoryService
public void setWrappedRepositoryService(RepositoryService repositoryService)
- Deprecated. Renamed to
setWrappedService(com.liferay.portal.service.RepositoryService)
getWrappedService
public RepositoryService getWrappedService()
- Specified by:
getWrappedService
in interface ServiceWrapper<RepositoryService>
setWrappedService
public void setWrappedService(RepositoryService repositoryService)
- Specified by:
setWrappedService
in interface ServiceWrapper<RepositoryService>