com.liferay.portal.service
Class PortalServiceWrapper
java.lang.Object
com.liferay.portal.service.PortalServiceWrapper
- All Implemented Interfaces:
- PortalService, ServiceWrapper<PortalService>
public class PortalServiceWrapper
- extends Object
- implements PortalService, ServiceWrapper<PortalService>
This class is a wrapper for PortalService
.
- See Also:
PortalService
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 String getAutoDeployDirectory()
throws SystemException
- Specified by:
getAutoDeployDirectory
in interface PortalService
- Throws:
SystemException
getBuildNumber
public int getBuildNumber()
- Specified by:
getBuildNumber
in interface PortalService
testAddClassName_Rollback
public void testAddClassName_Rollback(String classNameValue)
throws SystemException
- Specified by:
testAddClassName_Rollback
in interface PortalService
- Throws:
SystemException
testAddClassName_Success
public void testAddClassName_Success(String classNameValue)
throws SystemException
- Specified by:
testAddClassName_Success
in interface PortalService
- Throws:
SystemException
testAddClassNameAndTestTransactionPortletBar_PortalRollback
public void testAddClassNameAndTestTransactionPortletBar_PortalRollback(String transactionPortletBarText)
throws SystemException
- Specified by:
testAddClassNameAndTestTransactionPortletBar_PortalRollback
in interface PortalService
- Throws:
SystemException
testAddClassNameAndTestTransactionPortletBar_PortletRollback
public void testAddClassNameAndTestTransactionPortletBar_PortletRollback(String transactionPortletBarText)
throws SystemException
- Specified by:
testAddClassNameAndTestTransactionPortletBar_PortletRollback
in interface PortalService
- Throws:
SystemException
testAddClassNameAndTestTransactionPortletBar_Success
public void testAddClassNameAndTestTransactionPortletBar_Success(String transactionPortletBarText)
throws SystemException
- Specified by:
testAddClassNameAndTestTransactionPortletBar_Success
in interface PortalService
- Throws:
SystemException
testCounterIncrement_Rollback
public void testCounterIncrement_Rollback()
throws SystemException
- Specified by:
testCounterIncrement_Rollback
in interface PortalService
- Throws:
SystemException
testDeleteClassName
public void testDeleteClassName()
throws PortalException,
SystemException
- Specified by:
testDeleteClassName
in interface PortalService
- Throws:
PortalException
SystemException
testGetUserId
public void testGetUserId()
- Specified by:
testGetUserId
in interface PortalService
testHasClassName
public boolean testHasClassName()
throws SystemException
- Specified by:
testHasClassName
in interface PortalService
- Throws:
SystemException
getWrappedPortalService
public PortalService getWrappedPortalService()
- Deprecated. Renamed to
getWrappedService()
setWrappedPortalService
public void setWrappedPortalService(PortalService portalService)
- Deprecated. Renamed to
setWrappedService(com.liferay.portal.service.PortalService)
getWrappedService
public PortalService getWrappedService()
- Specified by:
getWrappedService
in interface ServiceWrapper<PortalService>
setWrappedService
public void setWrappedService(PortalService portalService)
- Specified by:
setWrappedService
in interface ServiceWrapper<PortalService>