|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portal.service.ResourceServiceWrapper
public class ResourceServiceWrapper
This class is a wrapper for ResourceService
.
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 |
---|
public ResourceServiceWrapper(ResourceService resourceService)
Method Detail |
---|
public String getBeanIdentifier()
getBeanIdentifier
in interface ResourceService
public void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier
in interface ResourceService
beanIdentifier
- the Spring bean ID for this beanpublic Resource getResource(long companyId, String name, int scope, String primKey) throws PortalException, SystemException
getResource
in interface ResourceService
PortalException
SystemException
public ResourceService getWrappedResourceService()
getWrappedService()
public void setWrappedResourceService(ResourceService resourceService)
setWrappedService(com.liferay.portal.service.ResourceService)
public ResourceService getWrappedService()
getWrappedService
in interface ServiceWrapper<ResourceService>
public void setWrappedService(ResourceService resourceService)
setWrappedService
in interface ServiceWrapper<ResourceService>
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |