Liferay 6.1.0

com.liferay.portal.service
Class ResourceServiceWrapper

java.lang.Object
  extended by com.liferay.portal.service.ResourceServiceWrapper
All Implemented Interfaces:
ResourceService

public class ResourceServiceWrapper
extends Object
implements ResourceService

This class is a wrapper for ResourceService.

See Also:
ResourceService

Constructor Summary
ResourceServiceWrapper(ResourceService resourceService)
           
 
Method Summary
 Resource getResource(long companyId, String name, int scope, String primKey)
           
 ResourceService getWrappedResourceService()
           
 void setWrappedResourceService(ResourceService resourceService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceServiceWrapper

public ResourceServiceWrapper(ResourceService resourceService)
Method Detail

getResource

public Resource getResource(long companyId,
                            String name,
                            int scope,
                            String primKey)
                     throws PortalException,
                            SystemException
Specified by:
getResource in interface ResourceService
Throws:
PortalException
SystemException

getWrappedResourceService

public ResourceService getWrappedResourceService()

setWrappedResourceService

public void setWrappedResourceService(ResourceService resourceService)

Liferay 6.1.0