public class PortalServiceWrapper extends Object implements PortalService, ServiceWrapper<PortalService>
PortalService.PortalService| Constructor and Description |
|---|
PortalServiceWrapper() |
PortalServiceWrapper(PortalService portalService) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAutoDeployDirectory() |
int |
getBuildNumber() |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
String |
getVersion() |
PortalService |
getWrappedService() |
void |
setWrappedService(PortalService portalService) |
void |
testAddClassName_Rollback(String classNameValue) |
void |
testAddClassName_Success(String classNameValue) |
void |
testAutoSyncHibernateSessionStateOnTxCreation() |
void |
testDeleteClassName() |
int |
testGetBuildNumber() |
void |
testGetUserId() |
boolean |
testHasClassName() |
public PortalServiceWrapper()
public PortalServiceWrapper(PortalService portalService)
public String getAutoDeployDirectory()
getAutoDeployDirectory in interface PortalServicepublic int getBuildNumber()
getBuildNumber in interface PortalServicepublic String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface PortalServicepublic String getVersion()
getVersion in interface PortalServicepublic void testAddClassName_Rollback(String classNameValue)
testAddClassName_Rollback in interface PortalServicepublic void testAddClassName_Success(String classNameValue)
testAddClassName_Success in interface PortalServicepublic void testAutoSyncHibernateSessionStateOnTxCreation()
testAutoSyncHibernateSessionStateOnTxCreation in interface PortalServicepublic void testDeleteClassName()
throws PortalException
testDeleteClassName in interface PortalServicePortalExceptionpublic int testGetBuildNumber()
testGetBuildNumber in interface PortalServicepublic void testGetUserId()
testGetUserId in interface PortalServicepublic boolean testHasClassName()
testHasClassName in interface PortalServicepublic PortalService getWrappedService()
getWrappedService in interface ServiceWrapper<PortalService>public void setWrappedService(PortalService portalService)
setWrappedService in interface ServiceWrapper<PortalService>