com.liferay.portal.service
Class ResourceServiceWrapper

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

public class ResourceServiceWrapper
extends java.lang.Object
implements ResourceService

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for ResourceService.

Author:
Brian Wing Shun Chan
See Also:
ResourceService
Generated:

Constructor Summary
ResourceServiceWrapper(ResourceService resourceService)
           
 
Method Summary
 Resource getResource(long companyId, java.lang.String name, int scope, java.lang.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,
                            java.lang.String name,
                            int scope,
                            java.lang.String primKey)
                     throws com.liferay.portal.PortalException,
                            com.liferay.portal.SystemException
Specified by:
getResource in interface ResourceService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getWrappedResourceService

public ResourceService getWrappedResourceService()