Liferay 6.2.0

com.liferay.portal.service
Interface PortalService

All Superinterfaces:
BaseService
All Known Implementing Classes:
PortalServiceBaseImpl, PortalServiceImpl, PortalServiceWrapper

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

Provides the remote service interface for Portal. 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
abstract  String getAutoDeployDirectory()
           
abstract  String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
abstract  int getBuildNumber()
           
abstract  void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
abstract  void testAddClassName_Rollback(String classNameValue)
           
abstract  void testAddClassName_Success(String classNameValue)
           
abstract  void testAddClassNameAndTestTransactionPortletBar_PortalRollback(String transactionPortletBarText)
           
abstract  void testAddClassNameAndTestTransactionPortletBar_PortletRollback(String transactionPortletBarText)
           
abstract  void testAddClassNameAndTestTransactionPortletBar_Success(String transactionPortletBarText)
           
abstract  void testAutoSyncHibernateSessionStateOnTxCreation()
           
abstract  void testDeleteClassName()
           
abstract  int testGetBuildNumber()
           
abstract  void testGetUserId()
           
abstract  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

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

testAutoSyncHibernateSessionStateOnTxCreation

@Transactional(propagation=SUPPORTS,
               readOnly=true)
void testAutoSyncHibernateSessionStateOnTxCreation()
                                                   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.2.0