public class PortalServiceUtil
extends 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 String |
getAutoDeployDirectory()
NOTE FOR DEVELOPERS:
Never modify or reference this interface directly.
|
static int |
getBuildNumber() |
static String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static PortalService |
getService() |
static String |
getVersion() |
static void |
testAddClassName_Rollback(String classNameValue) |
static void |
testAddClassName_Success(String classNameValue) |
static void |
testAddClassNameAndTestTransactionPortletBar_PortalRollback(String transactionPortletBarText) |
static void |
testAddClassNameAndTestTransactionPortletBar_PortletRollback(String transactionPortletBarText) |
static void |
testAddClassNameAndTestTransactionPortletBar_Success(String transactionPortletBarText) |
static void |
testAutoSyncHibernateSessionStateOnTxCreation() |
static void |
testDeleteClassName() |
static int |
testGetBuildNumber() |
static void |
testGetUserId() |
static boolean |
testHasClassName() |
public static String getAutoDeployDirectory()
PortalServiceUtil
to access the portal remote service. Add custom service methods to com.liferay.portal.service.impl.PortalServiceImpl
and rerun ServiceBuilder to automatically copy the method declarations to this interface.public static int getBuildNumber()
public static String getOSGiServiceIdentifier()
public static String getVersion()
public static void testAddClassName_Rollback(String classNameValue)
public static void testAddClassName_Success(String classNameValue)
public static void testAddClassNameAndTestTransactionPortletBar_PortalRollback(String transactionPortletBarText)
public static void testAddClassNameAndTestTransactionPortletBar_PortletRollback(String transactionPortletBarText)
public static void testAddClassNameAndTestTransactionPortletBar_Success(String transactionPortletBarText)
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()