com.liferay.portal.service
Class PortalServiceUtil

java.lang.Object
  extended by com.liferay.portal.service.PortalServiceUtil

public class PortalServiceUtil
extends java.lang.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.

Never modify this class directly. Add custom service methods to com.liferay.portal.service.impl.PortalServiceImpl and rerun ServiceBuilder to regenerate this class.

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.

Author:
Brian Wing Shun Chan
See Also:
PortalService, PortalServiceBaseImpl, com.liferay.portal.service.impl.PortalServiceImpl
Generated:

Constructor Summary
PortalServiceUtil()
           
 
Method Summary
static java.lang.String getAutoDeployDirectory()
           
static int getBuildNumber()
           
static PortalService getService()
           
 void setService(PortalService service)
           
static void test()
           
static void testCounterRollback()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalServiceUtil

public PortalServiceUtil()
Method Detail

getAutoDeployDirectory

public static java.lang.String getAutoDeployDirectory()
                                               throws SystemException
Throws:
SystemException

getBuildNumber

public static int getBuildNumber()

test

public static void test()

testCounterRollback

public static void testCounterRollback()
                                throws SystemException
Throws:
SystemException

getService

public static PortalService getService()

setService

public void setService(PortalService service)