com.bowstreet.methods.adapters
Class EditPage
java.lang.Object
com.bowstreet.methods.adapters.EditPage
public class EditPage
- extends java.lang.Object
LJO for CustomeEditPage Model
-
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 |
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
EditPage
public EditPage()
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.