@ProviderType public class PortalServiceWrapper extends java.lang.Object implements PortalService, ServiceWrapper<PortalService>
PortalService.PortalService| Constructor and Description |
|---|
PortalServiceWrapper(PortalService portalService) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAutoDeployDirectory() |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
int |
getBuildNumber() |
PortalService |
getWrappedPortalService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
PortalService |
getWrappedService() |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setWrappedPortalService(PortalService portalService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portal.service.PortalService) |
void |
setWrappedService(PortalService portalService) |
void |
testAddClassName_Rollback(java.lang.String classNameValue) |
void |
testAddClassName_Success(java.lang.String classNameValue) |
void |
testAddClassNameAndTestTransactionPortletBar_PortalRollback(java.lang.String transactionPortletBarText) |
void |
testAddClassNameAndTestTransactionPortletBar_PortletRollback(java.lang.String transactionPortletBarText) |
void |
testAddClassNameAndTestTransactionPortletBar_Success(java.lang.String transactionPortletBarText) |
void |
testAutoSyncHibernateSessionStateOnTxCreation() |
void |
testDeleteClassName() |
int |
testGetBuildNumber() |
void |
testGetUserId() |
boolean |
testHasClassName() |
public PortalServiceWrapper(PortalService portalService)
public java.lang.String getBeanIdentifier()
getBeanIdentifier in interface PortalServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface PortalServicebeanIdentifier - the Spring bean ID for this beanpublic java.lang.String getAutoDeployDirectory()
throws SystemException
getAutoDeployDirectory in interface PortalServiceSystemExceptionpublic int getBuildNumber()
getBuildNumber in interface PortalServicepublic void testAddClassName_Rollback(java.lang.String classNameValue)
throws SystemException
testAddClassName_Rollback in interface PortalServiceSystemExceptionpublic void testAddClassName_Success(java.lang.String classNameValue)
throws SystemException
testAddClassName_Success in interface PortalServiceSystemExceptionpublic void testAddClassNameAndTestTransactionPortletBar_PortalRollback(java.lang.String transactionPortletBarText)
throws SystemException
testAddClassNameAndTestTransactionPortletBar_PortalRollback in interface PortalServiceSystemExceptionpublic void testAddClassNameAndTestTransactionPortletBar_PortletRollback(java.lang.String transactionPortletBarText)
throws SystemException
testAddClassNameAndTestTransactionPortletBar_PortletRollback in interface PortalServiceSystemExceptionpublic void testAddClassNameAndTestTransactionPortletBar_Success(java.lang.String transactionPortletBarText)
throws SystemException
testAddClassNameAndTestTransactionPortletBar_Success in interface PortalServiceSystemExceptionpublic void testAutoSyncHibernateSessionStateOnTxCreation()
throws SystemException
testAutoSyncHibernateSessionStateOnTxCreation in interface PortalServiceSystemExceptionpublic void testDeleteClassName()
throws PortalException,
SystemException
testDeleteClassName in interface PortalServicePortalExceptionSystemExceptionpublic int testGetBuildNumber()
testGetBuildNumber in interface PortalServicepublic void testGetUserId()
testGetUserId in interface PortalServicepublic boolean testHasClassName()
throws SystemException
testHasClassName in interface PortalServiceSystemExceptionpublic PortalService getWrappedPortalService()
getWrappedService()public void setWrappedPortalService(PortalService portalService)
setWrappedService(com.liferay.portal.service.PortalService)public PortalService getWrappedService()
getWrappedService in interface ServiceWrapper<PortalService>public void setWrappedService(PortalService portalService)
setWrappedService in interface ServiceWrapper<PortalService>