org.objectweb.telosys.screen.core
Interface ScreenActions

All Known Implementing Classes:
StandardScreenActions

public interface ScreenActions


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 screen, ScreenRequest request, ScreenResponse response)
           
 void actionGet(ScreenContext screen, ScreenRequest request, ScreenResponse response)
           
 void actionInsert(ScreenContext screen, ScreenRequest request, ScreenResponse response)
           
 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 screen, ScreenRequest request, ScreenResponse response)
           
 void actionSaveCurrent(ScreenContext screen, ScreenRequest request, ScreenResponse response)
           
 void actionSet(ScreenContext screen, ScreenRequest request, ScreenResponse response)
           
 void actionUpdate(ScreenContext screen, ScreenRequest request, ScreenResponse response)
           
 void eventCreate(ScreenContext screenContext, ScreenRequestParameters params, ScreenSession screenSession)
           
 void eventReuse(ScreenContext screenContext, ScreenRequestParameters params, ScreenSession screenSession)
           
 

Method Detail

eventCreate

public void eventCreate(ScreenContext screenContext,
                        ScreenRequestParameters params,
                        ScreenSession screenSession)
                 throws TelosysException
Throws:
TelosysException

eventReuse

public void eventReuse(ScreenContext screenContext,
                       ScreenRequestParameters params,
                       ScreenSession screenSession)
                throws TelosysException
Throws:
TelosysException

actionSet

public void actionSet(ScreenContext screen,
                      ScreenRequest request,
                      ScreenResponse response)
               throws TelosysException
Throws:
TelosysException

actionGet

public void actionGet(ScreenContext screen,
                      ScreenRequest request,
                      ScreenResponse response)
               throws TelosysException
Throws:
TelosysException

actionClear

public void actionClear(ScreenContext screen,
                        ScreenRequest request,
                        ScreenResponse response)
                 throws TelosysException
Throws:
TelosysException

actionLoad

public void actionLoad(ScreenContext screen,
                       ScreenRequest request,
                       ScreenResponse response)
                throws TelosysException
Throws:
TelosysException

actionSave

public void actionSave(ScreenContext screen,
                       ScreenRequest request,
                       ScreenResponse response)
                throws TelosysException
Throws:
TelosysException

actionSaveCurrent

public void actionSaveCurrent(ScreenContext screen,
                              ScreenRequest request,
                              ScreenResponse response)
                       throws TelosysException
Throws:
TelosysException

actionInsert

public void actionInsert(ScreenContext screen,
                         ScreenRequest request,
                         ScreenResponse response)
                  throws TelosysException
Throws:
TelosysException

actionUpdate

public void actionUpdate(ScreenContext screen,
                         ScreenRequest request,
                         ScreenResponse response)
                  throws TelosysException
Throws:
TelosysException

actionDelete

public void actionDelete(ScreenContext screen,
                         ScreenRequest request,
                         ScreenResponse response)
                  throws TelosysException
Throws:
TelosysException

actionDeleteCurrent

public void actionDeleteCurrent(ScreenContext screen,
                                ScreenRequest request,
                                ScreenResponse response)
                         throws TelosysException
Throws:
TelosysException

actionListSelect

public void actionListSelect(ScreenContext screen,
                             ScreenRequest request,
                             ScreenResponse response)
                      throws TelosysException
Throws:
TelosysException

actionListInsert

public void actionListInsert(ScreenContext screen,
                             ScreenRequest request,
                             ScreenResponse response)
                      throws TelosysException
Throws:
TelosysException

actionListAdd

public void actionListAdd(ScreenContext screen,
                          ScreenRequest request,
                          ScreenResponse response)
                   throws TelosysException
Throws:
TelosysException

actionListRemove

public void actionListRemove(ScreenContext screen,
                             ScreenRequest request,
                             ScreenResponse response)
                      throws TelosysException
Throws:
TelosysException

actionListClear

public void actionListClear(ScreenContext screen,
                            ScreenRequest request,
                            ScreenResponse response)
                     throws TelosysException
Throws:
TelosysException

actionListSort

public void actionListSort(ScreenContext screen,
                           ScreenRequest request,
                           ScreenResponse response)
                    throws TelosysException
Throws:
TelosysException

actionExec

public void actionExec(ScreenContext screen,
                       ScreenRequest request,
                       ScreenResponse response)
                throws TelosysException
Throws:
TelosysException