Liferay 7.0-ce-b4

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 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

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

getOSGiServiceIdentifier

public String getOSGiServiceIdentifier()
Returns the OSGi service identifier.

Specified by:
getOSGiServiceIdentifier in interface RepositoryService
Returns:
the OSGi service identifier

getRepository

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

getSupportedConfigurations

@Deprecated
public String[] getSupportedConfigurations(long classNameId)
Deprecated. As of 7.0.0, with no direct replacement

Specified by:
getSupportedConfigurations in interface RepositoryService

getSupportedParameters

@Deprecated
public String[] getSupportedParameters(String className,
                                                  String configuration)
Deprecated. As of 7.0.0, with no direct replacement

Specified by:
getSupportedParameters in interface RepositoryService

getSupportedParameters

@Deprecated
public String[] getSupportedParameters(long classNameId,
                                                  String configuration)
Deprecated. As of 7.0.0, with no direct replacement

Specified by:
getSupportedParameters in interface RepositoryService

getTypeSettingsProperties

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

updateRepository

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

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-b4