Uses of Class
org.csapi.ui.TpUIReport

Packages that use TpUIReport
org.csapi.ui   
org.mobicents.csapi.jr.slee.ui Contains the Parlay Generic User Interaction interfaces and classes. 
 

Uses of TpUIReport in org.csapi.ui
 

Fields in org.csapi.ui declared as TpUIReport
static TpUIReport TpUIReport.P_UI_REPORT_INFO_COLLECTED
           
static TpUIReport TpUIReport.P_UI_REPORT_INFO_SENT
           
static TpUIReport TpUIReport.P_UI_REPORT_MESSAGE_DELETED
           
static TpUIReport TpUIReport.P_UI_REPORT_MESSAGE_NOT_DELETED
           
static TpUIReport TpUIReport.P_UI_REPORT_MESSAGE_NOT_STORED
           
static TpUIReport TpUIReport.P_UI_REPORT_MESSAGE_STORED
           
static TpUIReport TpUIReport.P_UI_REPORT_NO_INPUT
           
static TpUIReport TpUIReport.P_UI_REPORT_TIMEOUT
           
static TpUIReport TpUIReport.P_UI_REPORT_UNDEFINED
           
 TpUIReport TpUIReportHolder.value
           
 

Methods in org.csapi.ui that return TpUIReport
static TpUIReport TpUIReportHelper.extract(org.omg.CORBA.Any any)
           
static TpUIReport TpUIReport.from_int(int value)
           
static TpUIReport TpUIReportHelper.read(org.omg.CORBA.portable.InputStream in)
           
 

Methods in org.csapi.ui with parameters of type TpUIReport
 void IpAppUICallPOATie.deleteMessageRes(int usrInteractionSessionID, TpUIReport response, int assignmentID)
           
 void IpAppUICallOperations.deleteMessageRes(int usrInteractionSessionID, TpUIReport response, int assignmentID)
           
 void _IpAppUICallStub.deleteMessageRes(int usrInteractionSessionID, TpUIReport response, int assignmentID)
           
static void TpUIReportHelper.insert(org.omg.CORBA.Any any, TpUIReport s)
           
 void IpAppUICallPOATie.recordMessageRes(int userInteractionSessionID, int assignmentID, TpUIReport response, int messageID)
           
 void IpAppUICallOperations.recordMessageRes(int userInteractionSessionID, int assignmentID, TpUIReport response, int messageID)
           
 void _IpAppUICallStub.recordMessageRes(int userInteractionSessionID, int assignmentID, TpUIReport response, int messageID)
           
 void IpAppUIPOATie.sendInfoAndCollectRes(int userInteractionSessionID, int assignmentID, TpUIReport response, java.lang.String collectedInfo)
           
 void IpAppUIOperations.sendInfoAndCollectRes(int userInteractionSessionID, int assignmentID, TpUIReport response, java.lang.String collectedInfo)
           
 void IpAppUICallPOATie.sendInfoAndCollectRes(int userInteractionSessionID, int assignmentID, TpUIReport response, java.lang.String collectedInfo)
           
 void _IpAppUIStub.sendInfoAndCollectRes(int userInteractionSessionID, int assignmentID, TpUIReport response, java.lang.String collectedInfo)
           
 void _IpAppUICallStub.sendInfoAndCollectRes(int userInteractionSessionID, int assignmentID, TpUIReport response, java.lang.String collectedInfo)
           
 void IpAppUIPOATie.sendInfoRes(int userInteractionSessionID, int assignmentID, TpUIReport response)
           
 void IpAppUIOperations.sendInfoRes(int userInteractionSessionID, int assignmentID, TpUIReport response)
           
 void IpAppUICallPOATie.sendInfoRes(int userInteractionSessionID, int assignmentID, TpUIReport response)
           
 void _IpAppUIStub.sendInfoRes(int userInteractionSessionID, int assignmentID, TpUIReport response)
           
 void _IpAppUICallStub.sendInfoRes(int userInteractionSessionID, int assignmentID, TpUIReport response)
           
static void TpUIReportHelper.write(org.omg.CORBA.portable.OutputStream out, TpUIReport s)
           
 

Constructors in org.csapi.ui with parameters of type TpUIReport
TpUIReportHolder(TpUIReport initial)
           
 

Uses of TpUIReport in org.mobicents.csapi.jr.slee.ui
 

Methods in org.mobicents.csapi.jr.slee.ui that return TpUIReport
 TpUIReport SendInfoResEvent.getResponse()
          Returns the response
 TpUIReport SendInfoAndCollectResEvent.getResponse()
          Returns the response
 TpUIReport RecordMessageResEvent.getResponse()
          Returns the response
 TpUIReport DeleteMessageResEvent.getResponse()
          Returns the response
 

Constructors in org.mobicents.csapi.jr.slee.ui with parameters of type TpUIReport
DeleteMessageResEvent(TpServiceIdentifier tpServiceIdentifier, TpUICallIdentifier tpUICallIdentifier, TpUIReport response, int assignmentID)
          Constructor for DeleteMessageResEvent
RecordMessageResEvent(TpServiceIdentifier tpServiceIdentifier, TpUICallIdentifier tpUICallIdentifier, int assignmentID, TpUIReport response, int messageID)
          Constructor for RecordMessageResEvent
SendInfoAndCollectResEvent(TpServiceIdentifier tpServiceIdentifier, TpUICallIdentifier tpUICallIdentifier, TpUIIdentifier tpUIIdentifier, int assignmentID, TpUIReport response, java.lang.String collectedInfo)
          Constructor for SendInfoAndCollectResEvent
SendInfoResEvent(TpServiceIdentifier tpServiceIdentifier, TpUICallIdentifier tpUICallIdentifier, TpUIIdentifier tpUIIdentifier, int assignmentID, TpUIReport response)
          Constructor for SendInfoResEvent
 



Copyright © 2009. All Rights Reserved.