Liferay 7.0-ga1 portal-impl

com.liferay.portal.service.impl
Class PortalServiceImpl

java.lang.Object
  extended by com.liferay.portal.kernel.service.BaseServiceImpl
      extended by com.liferay.portal.service.base.PortalServiceBaseImpl
          extended by 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


Field Summary
 
Fields inherited from class com.liferay.portal.service.base.PortalServiceBaseImpl
classNameLocalService, classNamePersistence, classNameService, counterLocalService, portalLocalService, portalService
 
Fields inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
PortalServiceImpl()
           
 
Method Summary
protected  void addClassName(String classNameValue)
           
protected  void addTransactionPortletBar(String transactionPortletBarText, boolean rollback)
           
 String getAutoDeployDirectory()
           
 int getBuildNumber()
           
 String getVersion()
           
 void testAddClassName_Rollback(String classNameValue)
           
 void testAddClassName_Success(String classNameValue)
           
 void testAddClassNameAndTestTransactionPortletBar_PortalRollback(String transactionPortletBarText)
           
 void testAddClassNameAndTestTransactionPortletBar_PortletRollback(String transactionPortletBarText)
           
 void testAddClassNameAndTestTransactionPortletBar_Success(String transactionPortletBarText)
           
 void testAutoSyncHibernateSessionStateOnTxCreation()
           
 void testDeleteClassName()
           
 int testGetBuildNumber()
           
 void testGetUserId()
           
 boolean testHasClassName()
           
 
Methods inherited from class com.liferay.portal.service.base.PortalServiceBaseImpl
afterPropertiesSet, destroy, getClassNameLocalService, getClassNamePersistence, getClassNameService, getCounterLocalService, getOSGiServiceIdentifier, getPortalLocalService, getPortalService, runSQL, setClassNameLocalService, setClassNamePersistence, setClassNameService, setCounterLocalService, setPortalLocalService, setPortalService
 
Methods inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalServiceImpl

public PortalServiceImpl()
Method Detail

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)

testAddClassNameAndTestTransactionPortletBar_PortalRollback

public void testAddClassNameAndTestTransactionPortletBar_PortalRollback(String transactionPortletBarText)

testAddClassNameAndTestTransactionPortletBar_PortletRollback

public void testAddClassNameAndTestTransactionPortletBar_PortletRollback(String transactionPortletBarText)

testAddClassNameAndTestTransactionPortletBar_Success

public void testAddClassNameAndTestTransactionPortletBar_Success(String transactionPortletBarText)

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)

addTransactionPortletBar

protected void addTransactionPortletBar(String transactionPortletBarText,
                                        boolean rollback)

Liferay 7.0-ga1 portal-impl