com.bowstreet.methods.adapters
Class EditPage

java.lang.Object
  extended by com.bowstreet.methods.adapters.EditPage

public class EditPage
extends java.lang.Object

LJO for CustomeEditPage Model


Field Summary
static java.lang.String CUSTOM_DATA_PARM
           
static java.lang.String EXPLICIT_PROFILE_SETS_ENTRY_NAME
           
static java.lang.String MODEL_NAME_PARM
           
static java.lang.String PORTLET_CONFIGURE_MODE_PARM
           
static java.lang.String PORTLET_INFO_PARM
           
static java.lang.String PORTLET_INFO_VAR_NAME
           
 
Constructor Summary
EditPage()
           
 
Method Summary
 IXml getEntries(WebAppAccess webAppAccess)
          Get XML table with info on all the profile entries, something like this: MyProfileSet_entryName My prompt Select [from profile set entry]
 void processInputs(WebAppAccess webAppAccess)
          Process the page inputs and add them to the profileData Map on the users session.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CUSTOM_DATA_PARM

public static java.lang.String CUSTOM_DATA_PARM

EXPLICIT_PROFILE_SETS_ENTRY_NAME

public static java.lang.String EXPLICIT_PROFILE_SETS_ENTRY_NAME

MODEL_NAME_PARM

public static java.lang.String MODEL_NAME_PARM

PORTLET_CONFIGURE_MODE_PARM

public static final java.lang.String PORTLET_CONFIGURE_MODE_PARM
See Also:
Constant Field Values

PORTLET_INFO_PARM

public static final java.lang.String PORTLET_INFO_PARM
See Also:
Constant Field Values

PORTLET_INFO_VAR_NAME

public static final java.lang.String PORTLET_INFO_VAR_NAME
See Also:
Constant Field Values
Constructor Detail

EditPage

public EditPage()
Method Detail

getEntries

public IXml getEntries(WebAppAccess webAppAccess)
Get XML table with info on all the profile entries, something like this: MyProfileSet_entryName My prompt Select [from profile set entry]

Parameters:
webAppAccess - The current WebAppAccess for the Edit Page model.
Returns:
The IXml "entries" structure.

processInputs

public void processInputs(WebAppAccess webAppAccess)
Process the page inputs and add them to the profileData Map on the users session. The portlet adapter will pull these out.

Parameters:
webAppAccess - The current WebAppAccess for the Edit Page model.


Copyright © 2009 IBM. All Rights Reserved.