|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use C2CRequestData | |
---|---|
atg.svc.clicktoconnect |
Uses of C2CRequestData in atg.svc.clicktoconnect |
---|
Methods in atg.svc.clicktoconnect that return C2CRequestData | |
---|---|
C2CRequestData |
C2CTools.createClickToCallRequestData(atg.servlet.DynamoHttpServletRequest pRequest)
Initializes a new C2CRequestData data object from the given request |
C2CRequestData |
C2CTools.createClickToCallRequestData(java.lang.String pUserTelephoneNumber)
Creates the C2CRequestData . |
protected C2CRequestData |
C2CTools.createNewClickToCallRequestData()
Creates a new instance of the C2CRequestData object. |
Methods in atg.svc.clicktoconnect with parameters of type C2CRequestData | |
---|---|
void |
LandingPageManager.applyLandingPage(C2CRequestData pC2CRequestData)
Calls each configured LandingPageHandler is succession until a LandingPage object is returned. |
boolean |
C2CTools.compareHash(C2CRequestData pC2CRequestData)
Checks that the hash from the request matches the hash generated from the data on the request. |
protected LandingPage |
URIMatchLandingPageHandler.createLandingPage(C2CRequestData pC2CRequestData)
Returns the configured LandingPage |
java.lang.String |
C2CTools.generateHashText(C2CRequestData pC2CRequestData)
Returns the string that's used to generate the hash value. |
abstract LandingPage |
LandingPageHandler.generateLandingPage(C2CRequestData pC2CRequestData)
Abstract method that generates the LandingPage returned by the LandingPageHandler |
LandingPage |
URIMatchLandingPageHandler.generateLandingPage(C2CRequestData pC2CRequestData)
If the referrer url starts with the uriMatch property
createLandingPage is executed to create the
LandingPage object. |
protected java.lang.String |
LandingPageHandler.getReferrerParameter(java.lang.String pParameterName,
C2CRequestData pC2CRequestData)
Returns a parameter value from the Referrer url for the given parameter name. |
protected boolean |
URIMatchLandingPageHandler.isURIMatch(C2CRequestData pC2CRequestData)
Returns true if the referrer url starts with the value specified by the uriMatch property. |
void |
C2CTools.startNewC2CCall(C2CRequestData pC2CRequestData)
Initializes the environment for a new c2c request. |
boolean |
C2CTools.validateFTCallId(C2CRequestData pC2CRequestData)
validateFTCallId Checks that we have a valid eStara ftCallId by comparing the one provided as a request parameter to the one returned from the eStara web service. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |