Liferay 7.0-ce-b4

com.liferay.portal.service
Class PortalServiceWrapper

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

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

Provides a wrapper for PortalService.

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

Constructor Summary
PortalServiceWrapper(PortalService portalService)
           
 
Method Summary
 String getAutoDeployDirectory()
           
 int getBuildNumber()
           
 String getOSGiServiceIdentifier()
          Returns the OSGi service identifier.
 String getVersion()
           
 PortalService getWrappedService()
           
 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 testAutoSyncHibernateSessionStateOnTxCreation()
           
 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

getAutoDeployDirectory

public String getAutoDeployDirectory()
Specified by:
getAutoDeployDirectory in interface PortalService

getBuildNumber

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

getOSGiServiceIdentifier

public String getOSGiServiceIdentifier()
Returns the OSGi service identifier.

Specified by:
getOSGiServiceIdentifier in interface PortalService
Returns:
the OSGi service identifier

getVersion

public String getVersion()
Specified by:
getVersion in interface PortalService

testAddClassNameAndTestTransactionPortletBar_PortalRollback

public void testAddClassNameAndTestTransactionPortletBar_PortalRollback(String transactionPortletBarText)
Specified by:
testAddClassNameAndTestTransactionPortletBar_PortalRollback in interface PortalService

testAddClassNameAndTestTransactionPortletBar_PortletRollback

public void testAddClassNameAndTestTransactionPortletBar_PortletRollback(String transactionPortletBarText)
Specified by:
testAddClassNameAndTestTransactionPortletBar_PortletRollback in interface PortalService

testAddClassNameAndTestTransactionPortletBar_Success

public void testAddClassNameAndTestTransactionPortletBar_Success(String transactionPortletBarText)
Specified by:
testAddClassNameAndTestTransactionPortletBar_Success in interface PortalService

testAddClassName_Rollback

public void testAddClassName_Rollback(String classNameValue)
Specified by:
testAddClassName_Rollback in interface PortalService

testAddClassName_Success

public void testAddClassName_Success(String classNameValue)
Specified by:
testAddClassName_Success in interface PortalService

testAutoSyncHibernateSessionStateOnTxCreation

public void testAutoSyncHibernateSessionStateOnTxCreation()
Specified by:
testAutoSyncHibernateSessionStateOnTxCreation in interface PortalService

testDeleteClassName

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

testGetBuildNumber

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

testGetUserId

public void testGetUserId()
Specified by:
testGetUserId in interface PortalService

testHasClassName

public boolean testHasClassName()
Specified by:
testHasClassName in interface 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 7.0-ce-b4