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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortalServiceWrapper
public PortalServiceWrapper(PortalService portalService)
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
testAutoSyncHibernateSessionStateOnTxCreation
public void testAutoSyncHibernateSessionStateOnTxCreation()
throws SystemException
- Specified by:
testAutoSyncHibernateSessionStateOnTxCreation
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. As of 6.1.0, replaced by
getWrappedService()
setWrappedPortalService
public void setWrappedPortalService(PortalService portalService)
- Deprecated. As of 6.1.0, replaced by
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>