Liferay 6.1.10-ee-ga1

com.liferay.portal.service
Class ResourceServiceWrapper

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

public class ResourceServiceWrapper
extends Object
implements ResourceService, ServiceWrapper<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 it is generated.

Constructor Summary
ResourceServiceWrapper(ResourceService resourceService)
           
 
Method Summary
 Resource getResource(long companyId, String name, int scope, String primKey)
           
 ResourceService getWrappedResourceService()
          Deprecated. Renamed to getWrappedService()
 ResourceService getWrappedService()
           
 void setWrappedResourceService(ResourceService resourceService)
          Deprecated. Renamed to setWrappedService(com.liferay.portal.service.ResourceService)
 void setWrappedService(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()
Deprecated. Renamed to getWrappedService()


setWrappedResourceService

public void setWrappedResourceService(ResourceService resourceService)
Deprecated. Renamed to setWrappedService(com.liferay.portal.service.ResourceService)


getWrappedService

public ResourceService getWrappedService()
Specified by:
getWrappedService in interface ServiceWrapper<ResourceService>

setWrappedService

public void setWrappedService(ResourceService resourceService)
Specified by:
setWrappedService in interface ServiceWrapper<ResourceService>

Liferay 6.1.10-ee-ga1