public class TestServiceImpl extends Object implements ITestService
ITestService| Modifier | Constructor and Description |
|---|---|
protected |
TestServiceImpl()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToSelection(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
String content)
Add to selection.
|
void |
addToStorage(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
String name,
String value)
Add to storage.
|
static ITestService |
getInstance()
Get singleton instance.
|
void |
injectAttributesStorageData(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
Configuration configuration)
Inject attributes storage data.
|
void |
injectTagsData(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
Configuration configuration)
Inject tags data
|
void |
removeFromStorage(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
String name)
Remove from storage.
|
public static ITestService getInstance()
public void injectTagsData(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
Configuration configuration)
throws javax.portlet.PortletException
injectTagsData in interface ITestServiceportalControllerContext - portal controller contextconfiguration - configurationjavax.portlet.PortletExceptionpublic void injectAttributesStorageData(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
Configuration configuration)
throws javax.portlet.PortletException
injectAttributesStorageData in interface ITestServiceportalControllerContext - portal controller contextconfiguration - configurationjavax.portlet.PortletExceptionpublic void addToSelection(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
String content)
throws javax.portlet.PortletException
addToSelection in interface ITestServiceportalControllerContext - portal controller contextcontent - selection contentjavax.portlet.PortletExceptionpublic void addToStorage(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
String name,
String value)
throws javax.portlet.PortletException
addToStorage in interface ITestServiceportalControllerContext - portal controller contextname - attribute namevalue - attribute valuejavax.portlet.PortletExceptionpublic void removeFromStorage(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
String name)
throws javax.portlet.PortletException
removeFromStorage in interface ITestServiceportalControllerContext - portal controller contextname - attribute namejavax.portlet.PortletExceptionCopyright © 2020. All rights reserved.