|
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.PortalLocalServiceWrapper
public class PortalLocalServiceWrapper
This class is a wrapper for PortalLocalService
.
PortalLocalService
Constructor Summary | |
---|---|
PortalLocalServiceWrapper(PortalLocalService portalLocalService)
|
Method Summary | |
---|---|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
PortalLocalService |
getWrappedPortalLocalService()
Deprecated. Renamed to getWrappedService() |
PortalLocalService |
getWrappedService()
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedPortalLocalService(PortalLocalService portalLocalService)
Deprecated. Renamed to setWrappedService(com.liferay.portal.service.PortalLocalService) |
void |
setWrappedService(PortalLocalService portalLocalService)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PortalLocalServiceWrapper(PortalLocalService portalLocalService)
Method Detail |
---|
public String getBeanIdentifier()
getBeanIdentifier
in interface PortalLocalService
public void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier
in interface PortalLocalService
beanIdentifier
- the Spring bean ID for this beanpublic PortalLocalService getWrappedPortalLocalService()
getWrappedService()
public void setWrappedPortalLocalService(PortalLocalService portalLocalService)
setWrappedService(com.liferay.portal.service.PortalLocalService)
public PortalLocalService getWrappedService()
getWrappedService
in interface ServiceWrapper<PortalLocalService>
public void setWrappedService(PortalLocalService portalLocalService)
setWrappedService
in interface ServiceWrapper<PortalLocalService>
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |