Liferay 6.1.2-ce-ga3

com.liferay.portal.service
Class PortalServiceWrapper

java.lang.Object
  extended by com.liferay.portal.service.PortalServiceWrapper
All Implemented Interfaces:
BaseService, PortalService, ServiceWrapper<PortalService>

public class PortalServiceWrapper
extends Object
implements PortalService, ServiceWrapper<PortalService>

This class is a wrapper for PortalService.

See Also:
PortalService

Constructor Summary
PortalServiceWrapper(PortalService portalService)
           
 
Method Summary
 String getAutoDeployDirectory()
           
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 int getBuildNumber()
           
 PortalService getWrappedPortalService()
          Deprecated. Renamed to getWrappedService()
 PortalService getWrappedService()
           
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setWrappedPortalService(PortalService portalService)
          Deprecated. Renamed to setWrappedService(com.liferay.portal.service.PortalService)
 void setWrappedService(PortalService portalService)
           
 void testAddClassName_Rollback(String classNameValue)
           
 void testAddClassName_Success(String classNameValue)
           
 void testAddClassNameAndTestTransactionPortletBar_PortalRollback(String transactionPortletBarText)
           
 void testAddClassNameAndTestTransactionPortletBar_PortletRollback(String transactionPortletBarText)
           
 void testAddClassNameAndTestTransactionPortletBar_Success(String transactionPortletBarText)
           
 void testDeleteClassName()
           
 int testGetBuildNumber()
           
 void testGetUserId()
           
 boolean testHasClassName()
           
 
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

getBeanIdentifier

public String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Specified by:
getBeanIdentifier in interface PortalService
Returns:
the Spring bean ID for this bean

setBeanIdentifier

public void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Specified by:
setBeanIdentifier in interface PortalService
Parameters:
beanIdentifier - the Spring bean ID for this bean

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

testDeleteClassName

public void testDeleteClassName()
                         throws PortalException,
                                SystemException
Specified by:
testDeleteClassName in interface PortalService
Throws:
PortalException
SystemException

testGetBuildNumber

public int testGetBuildNumber()
Specified by:
testGetBuildNumber in interface PortalService

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>

Liferay 6.1.2-ce-ga3