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.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Method Summary
Modifier and TypeMethodDescriptionintReturns the OSGi service identifier.voidtestAddClassName_Rollback(String classNameValue) voidtestAddClassName_Success(String classNameValue) voidvoidintvoidboolean
-
Method Details
-
getAutoDeployDirectory
-
getBuildNumber
-
getOSGiServiceIdentifier
String getOSGiServiceIdentifier()Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
getVersion
-
testAddClassName_Rollback
-
testAddClassName_Success
-
testAutoSyncHibernateSessionStateOnTxCreation
@Transactional(propagation=SUPPORTS, readOnly=true) void testAutoSyncHibernateSessionStateOnTxCreation() -
testDeleteClassName
- Throws:
PortalException
-
testGetBuildNumber
int testGetBuildNumber() -
testGetUserId
void testGetUserId() -
testHasClassName
boolean testHasClassName()
-