com.liferay.portal.service
Class PortalServiceUtil
java.lang.Object
com.liferay.portal.service.PortalServiceUtil
public class PortalServiceUtil
- extends Object
The utility for the portal remote service. This utility wraps com.liferay.portal.service.impl.PortalServiceImpl
and is the primary access point for service operations in application layer code running on a remote server.
This is a remote service. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
- See Also:
PortalService
,
PortalServiceBaseImpl
,
com.liferay.portal.service.impl.PortalServiceImpl
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortalServiceUtil
public PortalServiceUtil()
getAutoDeployDirectory
public static String getAutoDeployDirectory()
throws SystemException
- Throws:
SystemException
getBuildNumber
public static int getBuildNumber()
testAddClassName_Rollback
public static void testAddClassName_Rollback(String classNameValue)
throws SystemException
- Throws:
SystemException
testAddClassName_Success
public static void testAddClassName_Success(String classNameValue)
throws SystemException
- Throws:
SystemException
testAddClassNameAndTestTransactionPortletBar_PortalRollback
public static void testAddClassNameAndTestTransactionPortletBar_PortalRollback(String transactionPortletBarText)
throws SystemException
- Throws:
SystemException
testAddClassNameAndTestTransactionPortletBar_PortletRollback
public static void testAddClassNameAndTestTransactionPortletBar_PortletRollback(String transactionPortletBarText)
throws SystemException
- Throws:
SystemException
testAddClassNameAndTestTransactionPortletBar_Success
public static void testAddClassNameAndTestTransactionPortletBar_Success(String transactionPortletBarText)
throws SystemException
- Throws:
SystemException
testCounterIncrement_Rollback
public static void testCounterIncrement_Rollback()
throws SystemException
- Throws:
SystemException
testDeleteClassName
public static void testDeleteClassName()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
testGetUserId
public static void testGetUserId()
testHasClassName
public static boolean testHasClassName()
throws SystemException
- Throws:
SystemException
getService
public static PortalService getService()
setService
public void setService(PortalService service)