@Service public class FirstConnectionServiceImpl extends Object implements FirstConnectionService, org.springframework.context.ApplicationContextAware
FirstConnectionService| Constructor and Description |
|---|
FirstConnectionServiceImpl()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getRedirectionUrl(org.osivia.portal.api.context.PortalControllerContext portalControllerContext)
Get redirection URL.
|
UserForm |
getUserForm(org.osivia.portal.api.context.PortalControllerContext portalControllerContext)
Get user form.
|
void |
save(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
UserForm form)
Save user form.
|
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
public UserForm getUserForm(org.osivia.portal.api.context.PortalControllerContext portalControllerContext) throws javax.portlet.PortletException
getUserForm in interface FirstConnectionServiceportalControllerContext - portal controller contextjavax.portlet.PortletExceptionpublic void save(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
UserForm form)
throws javax.portlet.PortletException
save in interface FirstConnectionServiceportalControllerContext - portal controller contextform - user formjavax.portlet.PortletExceptionpublic String getRedirectionUrl(org.osivia.portal.api.context.PortalControllerContext portalControllerContext) throws javax.portlet.PortletException
getRedirectionUrl in interface FirstConnectionServiceportalControllerContext - portal controller contextjavax.portlet.PortletExceptionpublic void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionCopyright © 2016 OSIVIA. All rights reserved.