com.jtri.struts
Class CallServices

java.lang.Object
  extended bycom.jtri.struts.CallServices
All Implemented Interfaces:
java.io.Serializable

public class CallServices
extends java.lang.Object
implements java.io.Serializable

Service class with common calling methods used by different action implementations.

Author:
atorres
See Also:
Serialized Form

Field Summary
static java.lang.String CALL
           
static java.lang.String CALL_FIELD_PARAM
           
static java.lang.String CALL_PREFIX
           
 
Method Summary
 void checkCallTree(Cusco cusco, java.lang.String formName, java.lang.String destination)
           
 Call getCall(Cusco cusco, java.lang.String wndName)
           
 java.util.LinkedList getCallList(Cusco cusco)
           
static CallServices getInstance()
           
 IFilter getParameters(Cusco cusco, java.lang.String wndName)
           
 void processParameters(javax.servlet.http.HttpServletRequest request, IRootForm form, java.lang.String wndName)
           
 java.util.LinkedList resetCallList(Cusco cusco)
          removes the linked list, bounding a new one
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CALL

public static final java.lang.String CALL
See Also:
Constant Field Values

CALL_FIELD_PARAM

public static final java.lang.String CALL_FIELD_PARAM
See Also:
Constant Field Values

CALL_PREFIX

public static final java.lang.String CALL_PREFIX
See Also:
Constant Field Values
Method Detail

getInstance

public static CallServices getInstance()

getCall

public Call getCall(Cusco cusco,
                    java.lang.String wndName)

resetCallList

public java.util.LinkedList resetCallList(Cusco cusco)
removes the linked list, bounding a new one

Parameters:
cusco -
Returns:
new list

getCallList

public java.util.LinkedList getCallList(Cusco cusco)

getParameters

public IFilter getParameters(Cusco cusco,
                             java.lang.String wndName)

processParameters

public void processParameters(javax.servlet.http.HttpServletRequest request,
                              IRootForm form,
                              java.lang.String wndName)

checkCallTree

public void checkCallTree(Cusco cusco,
                          java.lang.String formName,
                          java.lang.String destination)