com.liferay.portal.service
Class PortalServiceWrapper

java.lang.Object
  extended by 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:

Constructor Summary
PortalServiceWrapper(PortalService portalService)
           
 
Method Summary
 java.lang.String getAutoDeployDirectory()
           
 int getBuildNumber()
           
 PortalService getWrappedPortalService()
           
 void test()
           
 void testCounterRollback()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalServiceWrapper

public PortalServiceWrapper(PortalService portalService)
Method Detail

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()