A C G H I L M P R S V X

A

addMerchantDefinedField(String, String) - Method in class com.jcommercesql.gateway.authorizenet.AuthorizeNet
Add Merchant Defined Field The Authorize.net transaction gateway has the ability to handle merchant defined fields in addition to the required and optional fields defined in the AIM manual.
addOptionalField(String, String) - Method in class com.jcommercesql.gateway.authorizenet.AuthorizeNet
Add an optional field to the Authorize.net transaction request.
AuthorizeNet - class com.jcommercesql.gateway.authorizenet.AuthorizeNet.
This class was designed using the Authorize.net Advanced Integration Method Implementation Guide v1.0.
AuthorizeNet() - Constructor for class com.jcommercesql.gateway.authorizenet.AuthorizeNet
 
AuthorizeNetCC - class com.jcommercesql.gateway.authorizenet.AuthorizeNetCC.
AuthorizeNetCC can be used to perform credit card authorizations through Authorize.net.
AuthorizeNetCC() - Constructor for class com.jcommercesql.gateway.authorizenet.AuthorizeNetCC
Initializing Constructor
AuthorizeNetCC(String) - Constructor for class com.jcommercesql.gateway.authorizenet.AuthorizeNetCC
Initializing Constructor.
AuthorizeNetCodes - class com.jcommercesql.gateway.authorizenet.AuthorizeNetCodes.
This file is part of JCommerceSQL Authorize.net Gateway Copyright 2003 by Richard Roehl.
AuthorizeNetCodes() - Constructor for class com.jcommercesql.gateway.authorizenet.AuthorizeNetCodes
 

C

calcMD5Hash(String) - Method in class com.jcommercesql.gateway.authorizenet.AuthorizeNet
 
com.jcommercesql.gateway.authorizenet - package com.jcommercesql.gateway.authorizenet
 

G

Gateway - class com.jcommercesql.gateway.authorizenet.Gateway.
 
Gateway() - Constructor for class com.jcommercesql.gateway.authorizenet.Gateway
 
getAmount() - Method in class com.jcommercesql.gateway.authorizenet.AuthorizeNet
Returns the amount value for this transaction as set by the setAmount() method.
getCardNum() - Method in class com.jcommercesql.gateway.authorizenet.AuthorizeNetCC
Returns the Credit Card Number the was set by the setCreditCard() method.
getDelimChar() - Method in class com.jcommercesql.gateway.authorizenet.AuthorizeNet
get delimiter character
getDelimData() - Method in class com.jcommercesql.gateway.authorizenet.AuthorizeNet
is data delimited
getExpDate() - Method in class com.jcommercesql.gateway.authorizenet.AuthorizeNetCC
Returns Credit Card Expiration Date as set by the setExpDate() method.
getHost() - Method in class com.jcommercesql.gateway.authorizenet.AuthorizeNet
Returns the Authorize.net gateway host value as set by the setHost() method.
getInternalVersion() - Static method in class com.jcommercesql.gateway.authorizenet.AuthorizeNetCodes
 
getLogin() - Method in class com.jcommercesql.gateway.authorizenet.AuthorizeNet
Returns the Authorize.net Merchant Login ID as set by the setLogin method.
getPath() - Method in class com.jcommercesql.gateway.authorizenet.AuthorizeNet
Returns the path portion of the Authorize.net URL as set by setPath() or setURL().
getPort() - Method in class com.jcommercesql.gateway.authorizenet.AuthorizeNet
Returns the Authorize.net gateway port as set by the setPort method or setURL().
getPostData() - Method in class com.jcommercesql.gateway.authorizenet.AuthorizeNet
Returns the request string that was submitted to the Authorize.net gateway.
getPostData() - Method in class com.jcommercesql.gateway.authorizenet.AuthorizeNetCC
Show Post Data.
getResponseApprovalCode() - Method in class com.jcommercesql.gateway.authorizenet.AuthorizeNet
Gets the ResponseApprovalCode after transaction has been submitted.
getResponseAVSResultCode() - Method in class com.jcommercesql.gateway.authorizenet.AuthorizeNet
Gets the Address Verification Result Code aftger the transaction has been submitted.
getResponseBytes() - Method in class com.jcommercesql.gateway.authorizenet.AuthorizeNet
Returns the response byte array received from the Authorize.net gateway.
getResponseCode() - Method in class com.jcommercesql.gateway.authorizenet.AuthorizeNet
Gets the response code after the transaction has been submitted.
getResponseReasonCode() - Method in class com.jcommercesql.gateway.authorizenet.AuthorizeNet
gets the response reason code after the transaction has been submitted.
getResponseReasonText() - Method in class com.jcommercesql.gateway.authorizenet.AuthorizeNet
Gets the Response Reason Text after the transaction has been submitted.
getResponseSubCode() - Method in class com.jcommercesql.gateway.authorizenet.AuthorizeNet
Gets the Response Sub Code after the transaction has been submitted.
getResponseTransactionID() - Method in class com.jcommercesql.gateway.authorizenet.AuthorizeNet
Gets Response Transaction ID after the transaction has been submitted.
getResponseValue(int) - Method in class com.jcommercesql.gateway.authorizenet.AuthorizeNet
Get Response Value by index from Authorize.net Gateway Transaction.
getTranKey() - Method in class com.jcommercesql.gateway.authorizenet.AuthorizeNet
Returns the Authorize.net Merchant Transaction Key as set by the setTranKey() method.
getType() - Method in class com.jcommercesql.gateway.authorizenet.AuthorizeNetCC
Returns the Credit Card Transaction Type as set by the setType() method.
getVersion() - Method in class com.jcommercesql.gateway.authorizenet.AuthorizeNet
get Version
getVersion() - Static method in class com.jcommercesql.gateway.authorizenet.AuthorizeNetCodes
 

H

host - Variable in class com.jcommercesql.gateway.authorizenet.AuthorizeNet
 

I

INTERNALVERSION - Static variable in class com.jcommercesql.gateway.authorizenet.AuthorizeNetCodes
 
InvalidPropException - exception com.jcommercesql.gateway.authorizenet.InvalidPropException.
This is part of JCommerceSQL Authorize.net Gateway Copyright 2003 by Richard Roehl.
InvalidPropException(String) - Constructor for class com.jcommercesql.gateway.authorizenet.InvalidPropException
 

L

loadPropFile(String) - Method in class com.jcommercesql.gateway.authorizenet.AuthorizeNet
Load the properties file

M

merchantMD5HashValue - Variable in class com.jcommercesql.gateway.authorizenet.AuthorizeNet
 

P

parseANetResponse(byte[]) - Method in class com.jcommercesql.gateway.authorizenet.AuthorizeNet
 
path - Variable in class com.jcommercesql.gateway.authorizenet.AuthorizeNet
 
port - Variable in class com.jcommercesql.gateway.authorizenet.AuthorizeNet
 
postData - Variable in class com.jcommercesql.gateway.authorizenet.AuthorizeNet
 

R

rawResponse - Variable in class com.jcommercesql.gateway.authorizenet.AuthorizeNet
 
reloadProperties() - Method in class com.jcommercesql.gateway.authorizenet.AuthorizeNet
Re-Load the Properties File Useful if you want to modify the existing properties in real time without restarting the application.
reloadProperties(String) - Method in class com.jcommercesql.gateway.authorizenet.AuthorizeNet
Re-Load the Properties File Useful if you want to modify the properties in real time without restarting the application.
removeOptionalField(String) - Method in class com.jcommercesql.gateway.authorizenet.AuthorizeNet
Remove Optional Field If you have previously set an optional field you can remove the field with the method.
removeTestMode() - Method in class com.jcommercesql.gateway.authorizenet.AuthorizeNet
Remove Test Mode Remove Test Mode omits the argument x_Test_Request completely.
REQ_FIELD_AMOUNT - Static variable in class com.jcommercesql.gateway.authorizenet.AuthorizeNetCodes
 
REQ_FIELD_CARD_NUM - Static variable in class com.jcommercesql.gateway.authorizenet.AuthorizeNetCodes
 
REQ_FIELD_DELIM_CHAR - Static variable in class com.jcommercesql.gateway.authorizenet.AuthorizeNetCodes
 
REQ_FIELD_DELIM_DATA - Static variable in class com.jcommercesql.gateway.authorizenet.AuthorizeNetCodes
 
REQ_FIELD_ENCAP_CHAR - Static variable in class com.jcommercesql.gateway.authorizenet.AuthorizeNetCodes
 
REQ_FIELD_EXP_DATE - Static variable in class com.jcommercesql.gateway.authorizenet.AuthorizeNetCodes
 
REQ_FIELD_LOGIN - Static variable in class com.jcommercesql.gateway.authorizenet.AuthorizeNetCodes
 
REQ_FIELD_TEST_REQUEST - Static variable in class com.jcommercesql.gateway.authorizenet.AuthorizeNetCodes
 
REQ_FIELD_TRAN_KEY - Static variable in class com.jcommercesql.gateway.authorizenet.AuthorizeNetCodes
 
REQ_FIELD_TYPE - Static variable in class com.jcommercesql.gateway.authorizenet.AuthorizeNetCodes
 
REQ_FIELD_VERSION - Static variable in class com.jcommercesql.gateway.authorizenet.AuthorizeNetCodes
 
RequiredFieldException - exception com.jcommercesql.gateway.authorizenet.RequiredFieldException.
This file is part of JCommerceSQL Authorize.net Gateway Copyright 2003 by Richard Roehl.
RequiredFieldException(String) - Constructor for class com.jcommercesql.gateway.authorizenet.RequiredFieldException
 
RESP_CODE_APPROVED - Static variable in class com.jcommercesql.gateway.authorizenet.AuthorizeNetCodes
 
RESP_CODE_DECLINED - Static variable in class com.jcommercesql.gateway.authorizenet.AuthorizeNetCodes
 
RESP_CODE_ERROR - Static variable in class com.jcommercesql.gateway.authorizenet.AuthorizeNetCodes
 
RESP_FIELD_AMOUNT - Static variable in class com.jcommercesql.gateway.authorizenet.AuthorizeNetCodes
 
RESP_FIELD_MD5HASH - Static variable in class com.jcommercesql.gateway.authorizenet.AuthorizeNetCodes
 
RESP_FIELD_TRANSACTIONID - Static variable in class com.jcommercesql.gateway.authorizenet.AuthorizeNetCodes
 

S

setAmount(String) - Method in class com.jcommercesql.gateway.authorizenet.AuthorizeNet
Sets the amount value for this transaction.
setCardNum(String) - Method in class com.jcommercesql.gateway.authorizenet.AuthorizeNetCC
Set Credit Card Number
setDelimChar(char) - Method in class com.jcommercesql.gateway.authorizenet.AuthorizeNet
set delimiter character
setDelimData(boolean) - Method in class com.jcommercesql.gateway.authorizenet.AuthorizeNet
set Delimit Data
setExpDate(String) - Method in class com.jcommercesql.gateway.authorizenet.AuthorizeNetCC
Set Credit Card Expiration Date.
setHost(String) - Method in class com.jcommercesql.gateway.authorizenet.AuthorizeNet
Sets the Authorize.net gateway host.
setLogin(String) - Method in class com.jcommercesql.gateway.authorizenet.AuthorizeNet
Sets the Authorize.net Merchant Login ID
setMerchantInfo(String, String) - Method in class com.jcommercesql.gateway.authorizenet.AuthorizeNet
Sets the Authorize.net Merchant Login ID and Transaction Key.
setPath(String) - Method in class com.jcommercesql.gateway.authorizenet.AuthorizeNet
Sets the Authorize.net gateway path.
setPort(int) - Method in class com.jcommercesql.gateway.authorizenet.AuthorizeNet
Sets the Authorize.net gateway port Defaults to 443.
setTestMode(boolean) - Method in class com.jcommercesql.gateway.authorizenet.AuthorizeNet
Set Test Mode Authorize.net supports testing by passing the argument x_Test_Request=true.
setTranKey(String) - Method in class com.jcommercesql.gateway.authorizenet.AuthorizeNet
Sets the Authorize.net Merchant Transaction Key
setTransaction(String, String, String, String) - Method in class com.jcommercesql.gateway.authorizenet.AuthorizeNetCC
Set Transaction Information.
setType(String) - Method in class com.jcommercesql.gateway.authorizenet.AuthorizeNetCC
Set the Credit Card Transaction Type.
setURL(String, int, String) - Method in class com.jcommercesql.gateway.authorizenet.AuthorizeNet
set the components of the Authorize.net URL
setVersion(String) - Method in class com.jcommercesql.gateway.authorizenet.AuthorizeNet
set Version
submit() - Method in class com.jcommercesql.gateway.authorizenet.AuthorizeNet
 
submit() - Method in class com.jcommercesql.gateway.authorizenet.AuthorizeNetCC
Submit Credit Card Transaction For Approval.
submitANetGet() - Method in class com.jcommercesql.gateway.authorizenet.AuthorizeNet
 
submitANetPost(String, int, String, byte[]) - Method in class com.jcommercesql.gateway.authorizenet.AuthorizeNet
 
submitANetPost(String, int, String, String) - Method in class com.jcommercesql.gateway.authorizenet.AuthorizeNet
 
submitGet(String, int, String) - Method in class com.jcommercesql.gateway.authorizenet.Gateway
 
submitPost(String, int, String, byte[]) - Method in class com.jcommercesql.gateway.authorizenet.Gateway
 
submitPost(String, int, String, String) - Method in class com.jcommercesql.gateway.authorizenet.Gateway
 

V

validateProperties(Properties) - Method in class com.jcommercesql.gateway.authorizenet.AuthorizeNet
Validate Properties
verifyMD5Hash() - Method in class com.jcommercesql.gateway.authorizenet.AuthorizeNet
 
verifyMD5Hash(String) - Method in class com.jcommercesql.gateway.authorizenet.AuthorizeNet
 
verifyMinimumFieldsSet() - Method in class com.jcommercesql.gateway.authorizenet.AuthorizeNet
 
VERSION - Static variable in class com.jcommercesql.gateway.authorizenet.AuthorizeNetCodes
 

X

x_Amount - Variable in class com.jcommercesql.gateway.authorizenet.AuthorizeNet
 
x_Card_Num - Variable in class com.jcommercesql.gateway.authorizenet.AuthorizeNetCC
 
x_Delim_Char - Variable in class com.jcommercesql.gateway.authorizenet.AuthorizeNet
 
x_Delim_Data - Variable in class com.jcommercesql.gateway.authorizenet.AuthorizeNet
 
x_Exp_Date - Variable in class com.jcommercesql.gateway.authorizenet.AuthorizeNetCC
 
x_Login - Variable in class com.jcommercesql.gateway.authorizenet.AuthorizeNet
 
x_Tran_Key - Variable in class com.jcommercesql.gateway.authorizenet.AuthorizeNet
 
x_Type - Variable in class com.jcommercesql.gateway.authorizenet.AuthorizeNetCC
 
x_Version - Variable in class com.jcommercesql.gateway.authorizenet.AuthorizeNet
 

A C G H I L M P R S V X