Liferay 6.1.2-ce-ga3

com.liferay.portal.service
Interface PortalService

All Superinterfaces:
BaseService
All Known Implementing Classes:
PortalServiceWrapper

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

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, com.liferay.portal.service.impl.PortalServiceImpl

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

Method Detail

getBeanIdentifier

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

Returns:
the Spring bean ID for this bean

setBeanIdentifier

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

Parameters:
beanIdentifier - the Spring bean ID for this bean

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

testDeleteClassName

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

testGetBuildNumber

int testGetBuildNumber()

testGetUserId

void testGetUserId()

testHasClassName

boolean testHasClassName()
                         throws SystemException
Throws:
SystemException

Liferay 6.1.2-ce-ga3