public class BatchWebsitePaymentScreenPlugin extends java.lang.Object implements ButtonBarPlugin, ScreenWorkflowPlugin
SCREEN_ACTION_CLOSE, SCREEN_ACTION_DELETE, SCREEN_ACTION_EMAIL, SCREEN_ACTION_PRINT, SCREEN_ACTION_SAVE, SCREEN_ACTION_SAVE_AND_EXIT| Constructor and Description |
|---|
BatchWebsitePaymentScreenPlugin(SDBScreen scrn) |
| Modifier and Type | Method and Description |
|---|---|
void |
addButtons(SDBScreenContext context,
HTMLPage page,
java.lang.String next,
java.util.ArrayList list)
addButtons
|
java.lang.String |
determineScreenAction(SDBScreenContext context,
java.lang.String nextAction)
The action that is to be performed by the screen
If no processing is required then the nextAction paramater should be
returned without change
|
java.lang.String |
getNextWindowTarget(SDBScreenContext context,
java.lang.String target)
The target window that should be used for nextWindowUrl
If no processing is required then the target parameter should be
returned without change
|
java.lang.String |
getNextWindowUrl(SDBScreenContext context,
java.lang.String url)
The window that should be opened after screen processing has completed
If no processing is required then the url parameter should be
returned without change
|
public BatchWebsitePaymentScreenPlugin(SDBScreen scrn)
scrn - public void addButtons(SDBScreenContext context, HTMLPage page, java.lang.String next, java.util.ArrayList list)
addButtons in interface ButtonBarPlugincontext - contextpage - pagenext - nextlist - listpublic java.lang.String determineScreenAction(SDBScreenContext context, java.lang.String nextAction) throws java.lang.Exception
ScreenWorkflowPlugindetermineScreenAction in interface ScreenWorkflowPlugincontext - the contextnextAction - java.lang.Exception - Exception A serious problempublic java.lang.String getNextWindowUrl(SDBScreenContext context, java.lang.String url)
ScreenWorkflowPlugingetNextWindowUrl in interface ScreenWorkflowPlugincontext - the contexturl - public java.lang.String getNextWindowTarget(SDBScreenContext context, java.lang.String target)
ScreenWorkflowPlugingetNextWindowTarget in interface ScreenWorkflowPlugincontext - the contexttarget - stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.