Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Uses of Interface
com.oracle.sft.api.EndUserConfirmationDisplay

Packages that use EndUserConfirmationDisplay
com.oracle.sft.api The SFT base communication API. 

 

Uses of EndUserConfirmationDisplay in com.oracle.sft.api

 

Methods in com.oracle.sft.api that return EndUserConfirmationDisplay
 EndUserConfirmationDisplay EndUserConfirmationData.createDisplayText(String subject, String text, String language)
          to create the subject/text sequence to display on end user client
 EndUserConfirmationDisplay EndUserConfirmationData.getAcknowledgementText(String language)
          to get a language-matching acknowledgement to display In case that there is no language matching one, the first node of Subject and Text shall be returned*
 EndUserConfirmationDisplay EndUserConfirmationData.getConditionText(String language)
          to get a language-matching condition to display In case that there is no language matching one, the first node of Subject and Text shall be returned

 

Methods in com.oracle.sft.api with parameters of type EndUserConfirmationDisplay
 void EndUserConfirmationData.setAcknowledgement(EndUserConfirmationDisplay displayText)
          to add an acknowledgement description
 void EndUserConfirmationData.setCondition(EndUserConfirmationDisplay displayText)
          to add a request condition description

 

Method parameters in com.oracle.sft.api with type arguments of type EndUserConfirmationDisplay
 void EndUserConfirmationData.setAcknowledgement(List<EndUserConfirmationDisplay> displayTexts)
          to set acknowledgement descriptions with multiple subject/text sequences
 void EndUserConfirmationData.setCondition(List<EndUserConfirmationDisplay> displayTexts)
          to set request condition descriptions with the multiple subject/text sequences

 


Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.