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
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
getBuildNumber
public int getBuildNumber()
- Specified by:
getBuildNumber in interface PortalService
getVersion
public String getVersion()
- Specified by:
getVersion in interface PortalService
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
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
getWrappedPortalService
@Deprecated
public PortalService getWrappedPortalService()
- Deprecated. As of 6.1.0, replaced by
getWrappedService()
setWrappedPortalService
@Deprecated
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>