com.liferay.portal.service
Class PortalServiceWrapper
java.lang.Object
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.
| 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()
- 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>