com.liferay.portal.service
Class ResourceServiceWrapper
java.lang.Object
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:
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceServiceWrapper
public ResourceServiceWrapper(ResourceService resourceService)
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()