public class PortalServiceUtil
extends java.lang.Object
com.liferay.portal.service.impl.PortalServiceImpl
and is an
access point for service operations in application layer code running on a
remote server. Methods of this service are expected to have security checks
based on the propagated JAAS credentials because this service can be
accessed remotely.PortalService
Constructor and Description |
---|
PortalServiceUtil() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getAutoDeployDirectory() |
static int |
getBuildNumber() |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static PortalService |
getService() |
static java.lang.String |
getVersion() |
static void |
setService(PortalService service) |
static void |
testAddClassName_Rollback(java.lang.String classNameValue) |
static void |
testAddClassName_Success(java.lang.String classNameValue) |
static void |
testAutoSyncHibernateSessionStateOnTxCreation() |
static void |
testDeleteClassName() |
static int |
testGetBuildNumber() |
static void |
testGetUserId() |
static boolean |
testHasClassName() |
public static java.lang.String getAutoDeployDirectory()
public static int getBuildNumber()
public static java.lang.String getOSGiServiceIdentifier()
public static java.lang.String getVersion()
public static void testAddClassName_Rollback(java.lang.String classNameValue)
public static void testAddClassName_Success(java.lang.String classNameValue)
public static void testAutoSyncHibernateSessionStateOnTxCreation()
public static void testDeleteClassName() throws PortalException
PortalException
public static int testGetBuildNumber()
public static void testGetUserId()
public static boolean testHasClassName()
public static PortalService getService()
public static void setService(PortalService service)