Uses of Class
org.csapi.jr.se.ui.IllegalIdException

Packages that use IllegalIdException
org.csapi.jr.se.ui Contains the Parlay Generic User Interaction interfaces and classes. 
 

Uses of IllegalIdException in org.csapi.jr.se.ui
 

Methods in org.csapi.jr.se.ui that throw IllegalIdException
 void SendInfo.sendInfoReq(org.csapi.jr.se.ui.UIInfo info, java.lang.String language, org.csapi.jr.se.ui.UIVariableInfo[] variableInfo, int repeatIndicator, int responseRequested)
          Invokes the sendInfoReq() method on the Parlay Gateway.
 void SendInfoAndCollect.sendInfoAndCollectReq(org.csapi.jr.se.ui.UIInfo info, java.lang.String language, org.csapi.jr.se.ui.UIVariableInfo[] variableInfo, org.csapi.jr.se.ui.UICollectCriteria criteria, int responseRequested)
          Invokes the sendInfoAndCollectReq() method on the Parlay Gateway.
 void GetMessage.getMessageReq(int messageID)
          Invokes the getMessageReq() method on the Parlay Gateway.
 void DeleteMessage.deleteMessageReq(int messageID)
          Invokes the deleteMessageReq() method on the Parlay Gateway.
 void RecordMessage.recordMessageReq(org.csapi.jr.se.ui.UIInfo info, org.csapi.jr.se.ui.UIMessageCriteria criteria)
          Invokes the recordMessageReq() method on the Parlay Gateway.
 void AdminRelatedDeleteMessage.deleteMessageReq(int messageID)
          Invokes the deleteMessageReq() method on the Parlay Gateway.
 void AdminRelatedGetMessage.getMessageReq(int messageID)
          Invokes the getMessageReq() method on the Parlay Gateway.
 void AdminRelatedPutMessage.putMessageReq(org.csapi.jr.se.ui.UIInfo info)
          Invokes the putMessageReq() method on the Parlay Gateway.
 void CallRelatedSendInfoAndCollect.sendInfoAndCollectReq(org.csapi.jr.se.ui.UIInfo info, java.lang.String language, org.csapi.jr.se.ui.UIVariableInfo[] variableInfo, org.csapi.jr.se.ui.UICollectCriteria criteria, int responseRequested)
          This asynchronous method plays an announcement or sends other information to the user and collects some information from the user.
 void CallRelatedSendInfo.sendInfoReq(org.csapi.jr.se.ui.UIInfo info, java.lang.String language, org.csapi.jr.se.ui.UIVariableInfo[] variableInfo, int repeatIndicator, int responseRequested)
          This asynchronous method plays an announcement or sends other information to the user.