Liferay 6.1.10-ee-ga1

com.liferay.portal.service
Interface PortalService

All Known Implementing Classes:
PortalServiceBaseImpl, PortalServiceImpl, PortalServiceWrapper

@JSONWebService
@Transactional(isolation=PORTAL,
               rollbackFor={PortalException.class,SystemException.class})
public interface PortalService

The interface for the portal remote service.

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:
PortalServiceUtil, PortalServiceBaseImpl, PortalServiceImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Method Summary
 String getAutoDeployDirectory()
           
 int getBuildNumber()
           
 void testAddClassName_Rollback(String classNameValue)
           
 void testAddClassName_Success(String classNameValue)
           
 void testAddClassNameAndTestTransactionPortletBar_PortalRollback(String transactionPortletBarText)
           
 void testAddClassNameAndTestTransactionPortletBar_PortletRollback(String transactionPortletBarText)
           
 void testAddClassNameAndTestTransactionPortletBar_Success(String transactionPortletBarText)
           
 void testCounterIncrement_Rollback()
           
 void testDeleteClassName()
           
 void testGetUserId()
           
 boolean testHasClassName()
           
 

Method Detail

getAutoDeployDirectory

@Transactional(propagation=SUPPORTS,
               readOnly=true)
String getAutoDeployDirectory()
                              throws SystemException
Throws:
SystemException

getBuildNumber

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int getBuildNumber()

testAddClassName_Rollback

void testAddClassName_Rollback(String classNameValue)
                               throws SystemException
Throws:
SystemException

testAddClassName_Success

void testAddClassName_Success(String classNameValue)
                              throws SystemException
Throws:
SystemException

testAddClassNameAndTestTransactionPortletBar_PortalRollback

void testAddClassNameAndTestTransactionPortletBar_PortalRollback(String transactionPortletBarText)
                                                                 throws SystemException
Throws:
SystemException

testAddClassNameAndTestTransactionPortletBar_PortletRollback

void testAddClassNameAndTestTransactionPortletBar_PortletRollback(String transactionPortletBarText)
                                                                  throws SystemException
Throws:
SystemException

testAddClassNameAndTestTransactionPortletBar_Success

void testAddClassNameAndTestTransactionPortletBar_Success(String transactionPortletBarText)
                                                          throws SystemException
Throws:
SystemException

testCounterIncrement_Rollback

void testCounterIncrement_Rollback()
                                   throws SystemException
Throws:
SystemException

testDeleteClassName

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

testGetUserId

void testGetUserId()

testHasClassName

boolean testHasClassName()
                         throws SystemException
Throws:
SystemException

Liferay 6.1.10-ee-ga1