Liferay 6.1.2-ce-ga3

com.liferay.portal.service
Class ResourceServiceWrapper

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

public class ResourceServiceWrapper
extends Object
implements ResourceService, ServiceWrapper<ResourceService>

This class is a wrapper for ResourceService.

See Also:
ResourceService

Constructor Summary
ResourceServiceWrapper(ResourceService resourceService)
           
 
Method Summary
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 Resource getResource(long companyId, String name, int scope, String primKey)
           
 ResourceService getWrappedResourceService()
          Deprecated. Renamed to getWrappedService()
 ResourceService getWrappedService()
           
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 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

getBeanIdentifier

public String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Specified by:
getBeanIdentifier in interface ResourceService
Returns:
the Spring bean ID for this bean

setBeanIdentifier

public void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Specified by:
setBeanIdentifier in interface ResourceService
Parameters:
beanIdentifier - the Spring bean ID for this bean

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.2-ce-ga3