Liferay 6.0.5

com.liferay.portal.service
Class PortalServiceUtil

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

public class PortalServiceUtil
extends Object

The utility for the portal remote service. This utility wraps 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 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.

See Also:
PortalService, PortalServiceBaseImpl, PortalServiceImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Constructor Summary
PortalServiceUtil()
           
 
Method Summary
static 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 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)

Liferay 6.0.5