com.liferay.portal.service
Class PortalServiceWrapper
java.lang.Object
com.liferay.portal.service.PortalServiceWrapper
- All Implemented Interfaces:
- PortalService
public class PortalServiceWrapper
- extends java.lang.Object
- implements PortalService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for PortalService
.
- Author:
- Brian Wing Shun Chan
- See Also:
PortalService
- Generated:
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortalServiceWrapper
public PortalServiceWrapper(PortalService portalService)
getAutoDeployDirectory
public java.lang.String getAutoDeployDirectory()
throws com.liferay.portal.SystemException
- Specified by:
getAutoDeployDirectory
in interface PortalService
- Throws:
com.liferay.portal.SystemException
getBuildNumber
public int getBuildNumber()
- Specified by:
getBuildNumber
in interface PortalService
test
public void test()
- Specified by:
test
in interface PortalService
testCounterRollback
public void testCounterRollback()
throws com.liferay.portal.SystemException
- Specified by:
testCounterRollback
in interface PortalService
- Throws:
com.liferay.portal.SystemException
getWrappedPortalService
public PortalService getWrappedPortalService()