Liferay 7.0-ce-m3

com.liferay.portal.service
Interface PortalService

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

@AccessControlled
@JSONWebService
@ProviderType
@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
 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 testAutoSyncHibernateSessionStateOnTxCreation()
           
 void testDeleteClassName()
           
 int testGetBuildNumber()
           
 void testGetUserId()
           
 boolean testHasClassName()
           
 

Method Detail

getAutoDeployDirectory

@Transactional(propagation=SUPPORTS,
               readOnly=true)
String getAutoDeployDirectory()

getBeanIdentifier

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

Returns:
the Spring bean ID for this bean

getBuildNumber

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

setBeanIdentifier

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

Parameters:
beanIdentifier - the Spring bean ID for this bean

testAddClassNameAndTestTransactionPortletBar_PortalRollback

void testAddClassNameAndTestTransactionPortletBar_PortalRollback(String transactionPortletBarText)

testAddClassNameAndTestTransactionPortletBar_PortletRollback

void testAddClassNameAndTestTransactionPortletBar_PortletRollback(String transactionPortletBarText)

testAddClassNameAndTestTransactionPortletBar_Success

void testAddClassNameAndTestTransactionPortletBar_Success(String transactionPortletBarText)

testAddClassName_Rollback

void testAddClassName_Rollback(String classNameValue)

testAddClassName_Success

void testAddClassName_Success(String classNameValue)

testAutoSyncHibernateSessionStateOnTxCreation

@Transactional(propagation=SUPPORTS,
               readOnly=true)
void testAutoSyncHibernateSessionStateOnTxCreation()

testDeleteClassName

void testDeleteClassName()
                         throws PortalException
Throws:
PortalException

testGetBuildNumber

int testGetBuildNumber()

testGetUserId

void testGetUserId()

testHasClassName

boolean testHasClassName()

Liferay 7.0-ce-m3