Liferay 6.0.5

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

Constructor Summary
ResourceServiceWrapper(ResourceService resourceService)
           
 
Method Summary
 Resource getResource(long companyId, String name, int scope, String primKey)
           
 ResourceService getWrappedResourceService()
           
 
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()

Liferay 6.0.5