|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EndUserConfirmationData
Represents the Data Structure for End User Confirmation Request, End User Confirmation Response, End User Confirmation Acknowledgement in End User Confirmation exchange ,
EndUserConfirmationData| Nested Class Summary | |
|---|---|
static class |
EndUserConfirmationData.Behaviourto determine the behaviour the receiving handset in End User Confirmation Request |
static class |
EndUserConfirmationData.UserActionThe action of the ender user in End User Confirmation Response |
static class |
EndUserConfirmationData.UserStatusThe statue of the ender user in End User Confirmation Acknowledgement |
| Method Summary | |
|---|---|
EndUserConfirmationDisplay |
createDisplayText(String subject, String text, String language)to create the subject/text sequence to display on end user client |
EndUserConfirmationDisplay |
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* |
String |
getAction()to get user action from End User Confirmation Response |
String |
getBehaviour()to get behaviour type of End User Confirmation Request |
EndUserConfirmationDisplay |
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 |
String |
getId()to get End User Confirmation message id |
String |
getPin()to get PIN from End User Confirmation Response |
String |
getStatus()to get status from End User Confirmation Acknowledgement |
boolean |
isPinRequired()to get whether PIN is required |
void |
setAcknowledgement(EndUserConfirmationDisplay displayText)to add an acknowledgement description |
void |
setAcknowledgement(List<EndUserConfirmationDisplay> displayTexts)to set acknowledgement descriptions with multiple subject/text sequences |
void |
setAction(EndUserConfirmationData.UserAction action)to accept or decline in End User Confirmation Response |
void |
setBehaviour(EndUserConfirmationData.Behaviour behaviour)to set behaviour type of End User Confirmation Request |
void |
setCondition(EndUserConfirmationDisplay displayText)to add a request condition description |
void |
setCondition(List<EndUserConfirmationDisplay> displayTexts)to set request condition descriptions with the multiple subject/text sequences |
void |
setId(String id)to set End User Confirmation message id |
void |
setPin(String value)to set Pin in End User Confirmation Response |
void |
setPinRequired(boolean required)to set whether PIN is required |
void |
setStatus(EndUserConfirmationData.UserStatus status)to set Status to End User Confirmation Acknowledgement |
| Method Detail |
|---|
void setId(String id)
id -String getId()
void setBehaviour(EndUserConfirmationData.Behaviour behaviour)
behaviour - : Volatile or PersistentString getBehaviour()
void setPinRequired(boolean required)
required - : "true" or "false"boolean isPinRequired()
void setAction(EndUserConfirmationData.UserAction action)
action - : Accept or DeclineString getAction()
void setPin(String value)
value - : StringString getPin()
void setStatus(EndUserConfirmationData.UserStatus status)
status - : UserStatusString getStatus()
EndUserConfirmationDisplay createDisplayText(String subject,
String text,
String language)
subject - : Stringtext - : Stringlanguage - :String of two letter language code according to the ISO 639-1, such as "en","zh"void setCondition(List<EndUserConfirmationDisplay> displayTexts)
displayTexts - : the list of EndUserConfirmationDisplayvoid setAcknowledgement(List<EndUserConfirmationDisplay> displayTexts)
displayTexts -void setCondition(EndUserConfirmationDisplay displayText)
displayText - : EndUserConfirmationDisplay objectvoid setAcknowledgement(EndUserConfirmationDisplay displayText)
displayText - : EndUserConfirmationDisplay objectEndUserConfirmationDisplay getConditionText(String language)
language - :String of two letter language code according to the ISO 639-1, such as "en","zh"EndUserConfirmationDisplay getAcknowledgementText(String language)
language - : String of two letter language code according to the ISO 639-1, such as "en","zh"
|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 2012 Oracle Corporation. All Rights Reserved.