Liferay 6.0.5

com.liferay.portal.service
Class PortalServiceWrapper

java.lang.Object
  extended by com.liferay.portal.service.PortalServiceWrapper
All Implemented Interfaces:
PortalService

public class PortalServiceWrapper
extends Object
implements PortalService

This class is a wrapper for PortalService.

See Also:
PortalService
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Constructor Summary
PortalServiceWrapper(PortalService portalService)
           
 
Method Summary
 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 String getAutoDeployDirectory()
                              throws SystemException
Specified by:
getAutoDeployDirectory in interface PortalService
Throws:
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 SystemException
Specified by:
testCounterRollback in interface PortalService
Throws:
SystemException

getWrappedPortalService

public PortalService getWrappedPortalService()

Liferay 6.0.5