Liferay 6.1.2-ce-ga3

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 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

Constructor Summary
PortalServiceUtil()
           
 
Method Summary
static String getAutoDeployDirectory()
           
static String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
static int getBuildNumber()
           
static PortalService getService()
           
static void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setService(PortalService service)
          Deprecated.  
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 testDeleteClassName()
           
static int testGetBuildNumber()
           
static void testGetUserId()
           
static boolean testHasClassName()
           
 
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

getBeanIdentifier

public static String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Returns:
the Spring bean ID for this bean

setBeanIdentifier

public static void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Parameters:
beanIdentifier - the Spring bean ID for this bean

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

testDeleteClassName

public static void testDeleteClassName()
                                throws PortalException,
                                       SystemException
Throws:
PortalException
SystemException

testGetBuildNumber

public static int testGetBuildNumber()

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)
Deprecated. 


Liferay 6.1.2-ce-ga3