asit.control
Class FlowControl

java.lang.Object
  extended byasit.control.FlowControl

public class FlowControl
extends Object


Field Summary
static Logger log_
           
 
Constructor Summary
FlowControl()
           
 
Method Summary
static void deleteAddress(String location, int locationIndex, int index, HttpServletRequest request)
           
static void deleteTextBlock(String location, int locationIndex, int index, HttpServletRequest request)
           
static Adressat getAdressat(String location, int locationIndex, int index, HttpServletRequest request)
           
static AbstractPerson getPerson(String location, int mainLocation, int index, HttpServletRequest request)
           
static KompPostalAddress getPostalAddress(String location, int mainLocation, int index, HttpServletRequest request)
           
static TextBlock getTextBlock(String location, int locationIndex, int index, HttpServletRequest request)
           
static void setAdressat(String location, int locationIndex, int index, Adressat adressat, HttpServletRequest request)
           
static void setPerson(String location, int mainLocation, int index, AbstractPerson person, HttpServletRequest request)
           
static void setPostalAddress(String location, int mainLocation, int index, KompPostalAddress address, HttpServletRequest request)
           
static void setTextBlock(String location, int locationIndex, int index, TextBlock block, HttpServletRequest request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log_

public static Logger log_
Constructor Detail

FlowControl

public FlowControl()
Method Detail

getPerson

public static AbstractPerson getPerson(String location,
                                       int mainLocation,
                                       int index,
                                       HttpServletRequest request)
                                throws FlowControlException
Throws:
FlowControlException

getPostalAddress

public static KompPostalAddress getPostalAddress(String location,
                                                 int mainLocation,
                                                 int index,
                                                 HttpServletRequest request)
                                          throws FlowControlException
Throws:
FlowControlException

setPerson

public static void setPerson(String location,
                             int mainLocation,
                             int index,
                             AbstractPerson person,
                             HttpServletRequest request)
                      throws FlowControlException
Throws:
FlowControlException

setPostalAddress

public static void setPostalAddress(String location,
                                    int mainLocation,
                                    int index,
                                    KompPostalAddress address,
                                    HttpServletRequest request)
                             throws FlowControlException
Throws:
FlowControlException

setTextBlock

public static void setTextBlock(String location,
                                int locationIndex,
                                int index,
                                TextBlock block,
                                HttpServletRequest request)
                         throws FlowControlException
Throws:
FlowControlException

setAdressat

public static void setAdressat(String location,
                               int locationIndex,
                               int index,
                               Adressat adressat,
                               HttpServletRequest request)
                        throws FlowControlException
Throws:
FlowControlException

getAdressat

public static Adressat getAdressat(String location,
                                   int locationIndex,
                                   int index,
                                   HttpServletRequest request)
                            throws FlowControlException
Throws:
FlowControlException

getTextBlock

public static TextBlock getTextBlock(String location,
                                     int locationIndex,
                                     int index,
                                     HttpServletRequest request)
                              throws FlowControlException
Throws:
FlowControlException

deleteTextBlock

public static void deleteTextBlock(String location,
                                   int locationIndex,
                                   int index,
                                   HttpServletRequest request)
                            throws FlowControlException
Throws:
FlowControlException

deleteAddress

public static void deleteAddress(String location,
                                 int locationIndex,
                                 int index,
                                 HttpServletRequest request)
                          throws FlowControlException
Throws:
FlowControlException


Copyright 2007 Institut fuer Angewandte Informationsverarbeitung und Kommunikationstechnologie. All Rights Reserved.