org.objectweb.telosys.screen.core
Class StandardScreenActions

java.lang.Object
  extended byorg.objectweb.telosys.common.TelosysObject
      extended byorg.objectweb.telosys.screen.core.StandardScreenActions
All Implemented Interfaces:
ScreenActions

public class StandardScreenActions
extends TelosysObject
implements ScreenActions


Constructor Summary
StandardScreenActions(ScreenManager manager, ScreenTriggers triggers, ScreenProcedures procedures)
           
 
Method Summary
 void actionClear(ScreenContext screen, ScreenRequest request, ScreenResponse response)
           
 void actionDelete(ScreenContext screen, ScreenRequest request, ScreenResponse response)
           
 void actionDeleteCurrent(ScreenContext screen, ScreenRequest request, ScreenResponse response)
           
 void actionExec(ScreenContext screenContext, ScreenRequest screenRequest, ScreenResponse screenResponse)
           
 void actionGet(ScreenContext screen, ScreenRequest request, ScreenResponse response)
           
 void actionInsert(ScreenContext screenContext, ScreenRequest screenRequest, ScreenResponse screenResponse)
           
 void actionListAdd(ScreenContext screen, ScreenRequest request, ScreenResponse response)
           
 void actionListClear(ScreenContext screen, ScreenRequest request, ScreenResponse response)
           
 void actionListInsert(ScreenContext screen, ScreenRequest request, ScreenResponse response)
           
 void actionListRemove(ScreenContext screen, ScreenRequest request, ScreenResponse response)
           
 void actionListSelect(ScreenContext screen, ScreenRequest request, ScreenResponse response)
           
 void actionListSort(ScreenContext screen, ScreenRequest request, ScreenResponse response)
           
 void actionLoad(ScreenContext screen, ScreenRequest request, ScreenResponse response)
           
 void actionSave(ScreenContext screenContext, ScreenRequest screenRequest, ScreenResponse screenResponse)
           
 void actionSaveCurrent(ScreenContext screenContext, ScreenRequest screenRequest, ScreenResponse screenResponse)
           
 void actionSet(ScreenContext screen, ScreenRequest request, ScreenResponse response)
           
 void actionUpdate(ScreenContext screenContext, ScreenRequest screenRequest, ScreenResponse screenResponse)
           
 void eventCreate(ScreenContext screenContext, ScreenRequestParameters params, ScreenSession screenSession)
           
 void eventReuse(ScreenContext screenContext, ScreenRequestParameters params, ScreenSession screenSession)
           
protected  ScreenManager getScreenManager()
          Returns the ScreenManager if any NB : just for backward compatibility In future version this method will become 'private'
 
Methods inherited from class org.objectweb.telosys.common.TelosysObject
error, error, error, getFlagTrace, info, setFlagTrace, trace, warn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardScreenActions

public StandardScreenActions(ScreenManager manager,
                             ScreenTriggers triggers,
                             ScreenProcedures procedures)
Method Detail

getScreenManager

protected ScreenManager getScreenManager()
                                  throws TelosysException
Returns the ScreenManager if any NB : just for backward compatibility In future version this method will become 'private'

Returns:
Throws:
TelosysException

eventCreate

public void eventCreate(ScreenContext screenContext,
                        ScreenRequestParameters params,
                        ScreenSession screenSession)
                 throws TelosysException
Specified by:
eventCreate in interface ScreenActions
Throws:
TelosysException

eventReuse

public void eventReuse(ScreenContext screenContext,
                       ScreenRequestParameters params,
                       ScreenSession screenSession)
                throws TelosysException
Specified by:
eventReuse in interface ScreenActions
Throws:
TelosysException

actionSet

public void actionSet(ScreenContext screen,
                      ScreenRequest request,
                      ScreenResponse response)
               throws TelosysException
Specified by:
actionSet in interface ScreenActions
Throws:
TelosysException

actionGet

public void actionGet(ScreenContext screen,
                      ScreenRequest request,
                      ScreenResponse response)
               throws TelosysException
Specified by:
actionGet in interface ScreenActions
Throws:
TelosysException

actionClear

public void actionClear(ScreenContext screen,
                        ScreenRequest request,
                        ScreenResponse response)
                 throws TelosysException
Specified by:
actionClear in interface ScreenActions
Throws:
TelosysException

actionLoad

public void actionLoad(ScreenContext screen,
                       ScreenRequest request,
                       ScreenResponse response)
                throws TelosysException
Specified by:
actionLoad in interface ScreenActions
Throws:
TelosysException

actionSave

public void actionSave(ScreenContext screenContext,
                       ScreenRequest screenRequest,
                       ScreenResponse screenResponse)
                throws TelosysException
Specified by:
actionSave in interface ScreenActions
Throws:
TelosysException

actionSaveCurrent

public void actionSaveCurrent(ScreenContext screenContext,
                              ScreenRequest screenRequest,
                              ScreenResponse screenResponse)
                       throws TelosysException
Specified by:
actionSaveCurrent in interface ScreenActions
Throws:
TelosysException

actionInsert

public void actionInsert(ScreenContext screenContext,
                         ScreenRequest screenRequest,
                         ScreenResponse screenResponse)
                  throws TelosysException
Specified by:
actionInsert in interface ScreenActions
Throws:
TelosysException

actionUpdate

public void actionUpdate(ScreenContext screenContext,
                         ScreenRequest screenRequest,
                         ScreenResponse screenResponse)
                  throws TelosysException
Specified by:
actionUpdate in interface ScreenActions
Throws:
TelosysException

actionDelete

public void actionDelete(ScreenContext screen,
                         ScreenRequest request,
                         ScreenResponse response)
                  throws TelosysException
Specified by:
actionDelete in interface ScreenActions
Throws:
TelosysException

actionDeleteCurrent

public void actionDeleteCurrent(ScreenContext screen,
                                ScreenRequest request,
                                ScreenResponse response)
                         throws TelosysException
Specified by:
actionDeleteCurrent in interface ScreenActions
Throws:
TelosysException

actionListSelect

public void actionListSelect(ScreenContext screen,
                             ScreenRequest request,
                             ScreenResponse response)
                      throws TelosysException
Specified by:
actionListSelect in interface ScreenActions
Throws:
TelosysException

actionListInsert

public void actionListInsert(ScreenContext screen,
                             ScreenRequest request,
                             ScreenResponse response)
                      throws TelosysException
Specified by:
actionListInsert in interface ScreenActions
Throws:
TelosysException

actionListAdd

public void actionListAdd(ScreenContext screen,
                          ScreenRequest request,
                          ScreenResponse response)
                   throws TelosysException
Specified by:
actionListAdd in interface ScreenActions
Throws:
TelosysException

actionListRemove

public void actionListRemove(ScreenContext screen,
                             ScreenRequest request,
                             ScreenResponse response)
                      throws TelosysException
Specified by:
actionListRemove in interface ScreenActions
Throws:
TelosysException

actionListClear

public void actionListClear(ScreenContext screen,
                            ScreenRequest request,
                            ScreenResponse response)
                     throws TelosysException
Specified by:
actionListClear in interface ScreenActions
Throws:
TelosysException

actionListSort

public void actionListSort(ScreenContext screen,
                           ScreenRequest request,
                           ScreenResponse response)
                    throws TelosysException
Specified by:
actionListSort in interface ScreenActions
Throws:
TelosysException

actionExec

public void actionExec(ScreenContext screenContext,
                       ScreenRequest screenRequest,
                       ScreenResponse screenResponse)
                throws TelosysException
Specified by:
actionExec in interface ScreenActions
Throws:
TelosysException