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 TypeMethodDescriptionint
Returns the OSGi service identifier.void
testAddClassName_Rollback
(String classNameValue) void
testAddClassName_Success
(String classNameValue) void
void
int
void
boolean
-
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()
-