@AccessControlled @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface PortalService extends BaseService
PortalServiceUtil
,
PortalServiceBaseImpl
,
PortalServiceImpl
Modifier and Type | Method and Description |
---|---|
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() |
@Transactional(propagation=SUPPORTS, readOnly=true) String getAutoDeployDirectory()
@JSONWebService @Transactional(propagation=SUPPORTS, readOnly=true) int getBuildNumber()
String getOSGiServiceIdentifier()
@JSONWebService @Transactional(propagation=SUPPORTS, readOnly=true) 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)
@Transactional(propagation=SUPPORTS, readOnly=true) void testAutoSyncHibernateSessionStateOnTxCreation()
void testDeleteClassName() throws PortalException
PortalException
int testGetBuildNumber()
void testGetUserId()
boolean testHasClassName()