Liferay 7.0-ce-b4

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()
           
 int getBuildNumber()
           
 String getOSGiServiceIdentifier()
          Returns the OSGi service identifier.
 String getVersion()
           
 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()

getBuildNumber

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

getOSGiServiceIdentifier

String getOSGiServiceIdentifier()
Returns the OSGi service identifier.

Returns:
the OSGi service identifier

getVersion

@JSONWebService
@Transactional(propagation=SUPPORTS,
               readOnly=true)
String getVersion()

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