Class PortalServiceImpl

Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portal.service.base.PortalServiceBaseImpl
com.liferay.portal.service.impl.PortalServiceImpl
All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseService, com.liferay.portal.kernel.service.PortalService

@JSONWebService(mode=MANUAL) public class PortalServiceImpl extends PortalServiceBaseImpl
Author:
Brian Wing Shun Chan
  • Constructor Details

    • PortalServiceImpl

      public PortalServiceImpl()
  • Method Details

    • getAutoDeployDirectory

      public String getAutoDeployDirectory()
    • getBuildNumber

      @JSONWebService public int getBuildNumber()
    • getVersion

      @JSONWebService public String getVersion()
    • testAddClassName_Rollback

      public void testAddClassName_Rollback(String classNameValue)
    • testAddClassName_Success

      public void testAddClassName_Success(String classNameValue)
    • testAutoSyncHibernateSessionStateOnTxCreation

      @Transactional(propagation=SUPPORTS, readOnly=true) public void testAutoSyncHibernateSessionStateOnTxCreation()
    • testDeleteClassName

      public void testDeleteClassName() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • testGetBuildNumber

      public int testGetBuildNumber()
    • testGetUserId

      public void testGetUserId()
    • testHasClassName

      public boolean testHasClassName()
    • addClassName

      protected void addClassName(String classNameValue)