com.liferay.portal.service.impl
Class ResourceServiceImpl

java.lang.Object
  extended bycom.liferay.portal.service.impl.PrincipalBean
      extended bycom.liferay.portal.service.impl.ResourceServiceImpl
All Implemented Interfaces:
com.liferay.portal.service.ResourceService

public class ResourceServiceImpl
extends PrincipalBean
implements com.liferay.portal.service.ResourceService

View Source

Author:
Brian Wing Shun Chan

Field Summary
 
Fields inherited from class com.liferay.portal.service.impl.PrincipalBean
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
ResourceServiceImpl()
           
 
Method Summary
 com.liferay.portal.model.Resource getResource(long companyId, java.lang.String name, int scope, java.lang.String primKey)
           
 
Methods inherited from class com.liferay.portal.service.impl.PrincipalBean
getGuestOrUserId, getPermissionChecker, getUser, getUserId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceServiceImpl

public ResourceServiceImpl()
Method Detail

getResource

public com.liferay.portal.model.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 com.liferay.portal.service.ResourceService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException