com.jtri.struts
Class CallServices
java.lang.Object
com.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
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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)