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

test

public void test()
          throws java.rmi.RemoteException
Specified by:
test in interface PortalService
Throws:
java.rmi.RemoteException

testCounterRollback

public void testCounterRollback()
                         throws com.liferay.portal.SystemException,
                                java.rmi.RemoteException
Specified by:
testCounterRollback in interface PortalService
Throws:
com.liferay.portal.SystemException
java.rmi.RemoteException

getWrappedPortalService

public PortalService getWrappedPortalService()