@JSONWebService(mode=MANUAL) public class PortalServiceImpl extends PortalServiceBaseImpl
classNameLocalService, classNamePersistence, classNameService, counterLocalService, portalLocalService, portalService
Constructor and Description |
---|
PortalServiceImpl() |
Modifier and Type | Method and Description |
---|---|
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() |
afterPropertiesSet, destroy, getClassNameLocalService, getClassNamePersistence, getClassNameService, getCounterLocalService, getOSGiServiceIdentifier, getPortalLocalService, getPortalService, runSQL, setClassNameLocalService, setClassNamePersistence, setClassNameService, setCounterLocalService, setPortalLocalService, setPortalService
public String getAutoDeployDirectory()
@JSONWebService public int getBuildNumber()
@JSONWebService public String getVersion()
public void testAddClassName_Rollback(String classNameValue)
public void testAddClassName_Success(String classNameValue)
public void testAddClassNameAndTestTransactionPortletBar_PortalRollback(String transactionPortletBarText)
public void testAddClassNameAndTestTransactionPortletBar_PortletRollback(String transactionPortletBarText)
public void testAddClassNameAndTestTransactionPortletBar_Success(String transactionPortletBarText)
@Transactional(propagation=SUPPORTS, readOnly=true) public void testAutoSyncHibernateSessionStateOnTxCreation()
public void testDeleteClassName() throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public int testGetBuildNumber()
public void testGetUserId()
public boolean testHasClassName()
protected void addClassName(String classNameValue)
protected void addTransactionPortletBar(String transactionPortletBarText, boolean rollback)