Liferay 6.2-ce-ga5

com.liferay.portal.service
Class RepositoryServiceWrapper

java.lang.Object
  extended by com.liferay.portal.service.RepositoryServiceWrapper
All Implemented Interfaces:
BaseService, RepositoryService, ServiceWrapper<RepositoryService>

@ProviderType
public class RepositoryServiceWrapper
extends Object
implements RepositoryService, ServiceWrapper<RepositoryService>

Provides a wrapper for RepositoryService.

See Also:
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

RepositoryServiceWrapper

public RepositoryServiceWrapper(RepositoryService repositoryService)
Method Detail

getBeanIdentifier

public String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Specified by:
getBeanIdentifier in interface RepositoryService
Returns:
the Spring bean ID for this bean

setBeanIdentifier

public void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Specified by:
setBeanIdentifier in interface RepositoryService
Parameters:
beanIdentifier - the Spring bean ID for this bean

addRepository

public Repository 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. As of 6.1.0, replaced by getWrappedService()


setWrappedRepositoryService

public void setWrappedRepositoryService(RepositoryService repositoryService)
Deprecated. As of 6.1.0, replaced by 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>

Liferay 6.2-ce-ga5