Liferay 7.0-ce-m6

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
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

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.
 Repository getRepository(long repositoryId)
           
 String[] getSupportedConfigurations(long classNameId)
           
 String[] getSupportedParameters(long classNameId, String configuration)
          Deprecated. As of 7.0.0, replaced by getSupportedParameters(String, String)
 String[] getSupportedParameters(String className, 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

addRepository

public Repository addRepository(long groupId,
                                long classNameId,
                                long parentFolderId,
                                String name,
                                String description,
                                String portletId,
                                UnicodeProperties typeSettingsProperties,
                                ServiceContext serviceContext)
                         throws PortalException
Specified by:
addRepository in interface RepositoryService
Throws:
PortalException

checkRepository

public void checkRepository(long repositoryId)
                     throws PortalException
Specified by:
checkRepository in interface RepositoryService
Throws:
PortalException

deleteRepository

public void deleteRepository(long repositoryId)
                      throws PortalException
Specified by:
deleteRepository in interface RepositoryService
Throws:
PortalException

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

getRepository

public Repository getRepository(long repositoryId)
                         throws PortalException
Specified by:
getRepository in interface RepositoryService
Throws:
PortalException

getSupportedConfigurations

public String[] getSupportedConfigurations(long classNameId)
Specified by:
getSupportedConfigurations in interface RepositoryService

getSupportedParameters

public String[] getSupportedParameters(String className,
                                       String configuration)
Specified by:
getSupportedParameters in interface RepositoryService

getSupportedParameters

@Deprecated
public String[] getSupportedParameters(long classNameId,
                                                  String configuration)
Deprecated. As of 7.0.0, replaced by getSupportedParameters(String, String)

Specified by:
getSupportedParameters in interface RepositoryService

getTypeSettingsProperties

public UnicodeProperties getTypeSettingsProperties(long repositoryId)
                                            throws PortalException
Specified by:
getTypeSettingsProperties in interface RepositoryService
Throws:
PortalException

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

updateRepository

public void updateRepository(long repositoryId,
                             String name,
                             String description)
                      throws PortalException
Specified by:
updateRepository in interface RepositoryService
Throws:
PortalException

getWrappedRepositoryService

@Deprecated
public RepositoryService getWrappedRepositoryService()
Deprecated. As of 6.1.0, replaced by getWrappedService()


setWrappedRepositoryService

@Deprecated
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 7.0-ce-m6