|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlumis.portal.serviceinterface.GenericServiceInterface
lumis.doui.service.DouiServiceInterface
lumis.doui.service.DouiAdministrationPropertyPageServiceInterface
lumis.doui.service.DouiAdministrationAddPropertyPageServiceInterface
lumis.service.socialnetworkintegration.action.SocialNetworkAccountAddPropertyPage
public class SocialNetworkAccountAddPropertyPage
Interface responsible for adding the social network account and determining if the interface was called by the callback url passed to the social network authorization sites. Will post to the callback method to finish the account registration.
Field Summary |
---|
Fields inherited from class lumis.doui.service.DouiServiceInterface |
---|
VALIDATE_RENDER_PARAMETER |
Constructor Summary | |
---|---|
SocialNetworkAccountAddPropertyPage()
|
Method Summary | |
---|---|
void |
render(IServiceInterfaceRenderRequest request,
IServiceInterfaceRenderResponse response)
Called by the service interface container to allow the service interface to generate the content of the response based on its current state. |
Methods inherited from class lumis.doui.service.DouiAdministrationAddPropertyPageServiceInterface |
---|
addDefaultControls, addDefaultProcessActionResponses, addDefaultProcessActions, addDefaultSources |
Methods inherited from class lumis.doui.service.DouiAdministrationPropertyPageServiceInterface |
---|
getCustomMenu, register, setIsAdministrationProperty, setIsRuntimeOnlyProperty |
Methods inherited from class lumis.portal.serviceinterface.GenericServiceInterface |
---|
instanceAdded, instanceDeleted, instanceLoaded, instanceUnLoaded, load, unload |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SocialNetworkAccountAddPropertyPage()
Method Detail |
---|
public void render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response) throws ServiceInterfaceException, PortalException
DouiServiceInterface
Executes the following steps (implemented by the referenced methods):
DouiServiceInterface.getContext(IServiceInterfaceRequest, IServiceInterfaceResponse, ITransaction)
DouiServiceInterface.initDouiContext(DouiContext)
DouiServiceInterface.loadFromRequest(DouiContext)
DouiServiceInterface.validate(DouiContext)
DouiServiceInterface.loadSources(DouiContext)
DouiServiceInterface.renderData(IServiceInterfaceRenderResponse, DouiContext)
render
in interface IServiceInterface
render
in class DouiServiceInterface
request
- the render requestresponse
- the render response
ServiceInterfaceException
- if the service interface has problems fulfilling the rendering request
PortalException
- if the service interface is unavailable to perform render at this time
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |