lumis.service.socialnetworkintegration.action
Class SocialNetworkAccountAddPropertyPage

Package class diagram package SocialNetworkAccountAddPropertyPage
java.lang.Object
  extended by lumis.portal.serviceinterface.GenericServiceInterface
      extended by lumis.doui.service.DouiServiceInterface
          extended by lumis.doui.service.DouiAdministrationPropertyPageServiceInterface
              extended by lumis.doui.service.DouiAdministrationAddPropertyPageServiceInterface
                  extended by lumis.service.socialnetworkintegration.action.SocialNetworkAccountAddPropertyPage
All Implemented Interfaces:
IDouiServiceInterface, IServiceInterface, IServiceInterfaceMenu

public class SocialNetworkAccountAddPropertyPage
extends DouiAdministrationAddPropertyPageServiceInterface

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.

Since:
6.1.0

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.doui.service.DouiServiceInterface
addDefaultDouiDefinitionValues, addDefaultFields, addDefaultFilters, addDefaultHyperLinks, addDefaultInterfaceDouiDefinitionNode, addDefaultMaxRows, addDefaultOrderBy, addDefaultPostLoadProcessors, addDetailsHyperLink, addPrimaryKeyFilter, getContext, getDefaultStyle, getInterfaceSourceFieldsNode, getMenu, getRepositoryMenus, initDouiContext, loadFromRequest, loadSources, processAction, processActions, renderBefore, renderData, validate
 
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

SocialNetworkAccountAddPropertyPage

public SocialNetworkAccountAddPropertyPage()
Method Detail

render

public void render(IServiceInterfaceRenderRequest request,
                   IServiceInterfaceRenderResponse response)
            throws ServiceInterfaceException,
                   PortalException
Description copied from class: DouiServiceInterface
Called by the service interface container to allow the service interface to generate the content of the response based on its current state.

Executes the following steps (implemented by the referenced methods):

Specified by:
render in interface IServiceInterface
Overrides:
render in class DouiServiceInterface
Parameters:
request - the render request
response - the render response
Throws:
ServiceInterfaceException - if the service interface has problems fulfilling the rendering request
PortalException - if the service interface is unavailable to perform render at this time


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.