Package com.liferay.portal.service.impl
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
- Author:
- Brian Wing Shun Chan
-
Field Summary
Fields inherited from class com.liferay.portal.service.base.PortalServiceBaseImpl
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
addClassName
(String classNameValue) int
void
testAddClassName_Rollback
(String classNameValue) void
testAddClassName_Success
(String classNameValue) void
void
int
void
boolean
Methods inherited from class com.liferay.portal.service.base.PortalServiceBaseImpl
afterPropertiesSet, destroy, getCounterLocalService, getOSGiServiceIdentifier, getPortalLocalService, getPortalService, runSQL, setCounterLocalService, setPortalLocalService, setPortalService
Methods inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
-
Constructor Details
-
PortalServiceImpl
public PortalServiceImpl()
-
-
Method Details
-
getAutoDeployDirectory
-
getBuildNumber
@JSONWebService public int getBuildNumber() -
getVersion
-
testAddClassName_Rollback
-
testAddClassName_Success
-
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
-