public abstract class CommonServiceImpl extends Object implements CommonService
CommonServiceBASE_PATH_WINDOW_PROPERTY, PATH_WINDOW_PROPERTY| Constructor and Description |
|---|
CommonServiceImpl()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract CommonRepository |
getRepository()
Get portlet repository.
|
SourceDocumentForm |
getSourceDocumentForm(org.osivia.portal.api.context.PortalControllerContext portalControllerContext)
Get source document form.
|
String |
resolveViewPath(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
String name)
Resolve view path.
|
void |
serveSearchResults(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
String filter,
String scope)
Serve search results.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitselectDocumentprotected abstract CommonRepository getRepository()
public String resolveViewPath(org.osivia.portal.api.context.PortalControllerContext portalControllerContext, String name) throws javax.portlet.PortletException
CommonServiceresolveViewPath in interface CommonServiceportalControllerContext - portal controller contextname - view namejavax.portlet.PortletExceptionpublic SourceDocumentForm getSourceDocumentForm(org.osivia.portal.api.context.PortalControllerContext portalControllerContext)
CommonServicegetSourceDocumentForm in interface CommonServiceportalControllerContext - portal controller contextpublic void serveSearchResults(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
String filter,
String scope)
throws javax.portlet.PortletException,
IOException
CommonServiceserveSearchResults in interface CommonServiceportalControllerContext - portal controller contextfilter - search filterscope - search scopejavax.portlet.PortletExceptionIOExceptionCopyright © 2023 OSIVIA. All rights reserved.