com.liferay.portal.service
Interface PortalService
- All Superinterfaces:
- BaseService
- All Known Implementing Classes:
- 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,
com.liferay.portal.service.impl.PortalServiceImpl
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()