com.liferay.portal.service.impl
Class PortalServiceImpl
java.lang.Object
com.liferay.portal.service.BaseServiceImpl
com.liferay.portal.service.base.PortalServiceBaseImpl
com.liferay.portal.service.impl.PortalServiceImpl
- All Implemented Interfaces:
- IdentifiableOSGiService, BaseService, PortalService
@JSONWebService(mode=MANUAL)
public class PortalServiceImpl
- extends PortalServiceBaseImpl
| 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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortalServiceImpl
public PortalServiceImpl()
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 PortalException
- Throws:
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)