Skip navigation links
A B C D E G I P R S T U V W 

A

API_CART - Static variable in class com.paymentwall.java.Base
 
API_GOODS - Static variable in class com.paymentwall.java.Base
 
API_VC - Static variable in class com.paymentwall.java.Base
API types
appendToErrors(String) - Method in class com.paymentwall.java.Base
Fill the array with the errors found at execution

B

Base - Class in com.paymentwall.java
 
Base() - Constructor for class com.paymentwall.java.Base
 
BASE_URL - Variable in class com.paymentwall.java.Widget
Widget call URL
build() - Method in class com.paymentwall.java.ProductBuilder
 
build() - Method in class com.paymentwall.java.WidgetBuilder
 
buildController(String, boolean) - Method in class com.paymentwall.java.Widget
Build controller URL depending on API type
buildController(String) - Method in class com.paymentwall.java.Widget
 

C

calculateSignature(LinkedHashMap<String, ArrayList<String>>, String, int) - Method in class com.paymentwall.java.Pingback
Build signature for the pingback received
calculateSignature(LinkedHashMap<String, ArrayList<String>>, String, int) - Static method in class com.paymentwall.java.Widget
Build signature for the widget specified
CHARGE_URL - Static variable in class com.paymentwall.java.Base
URLs for Paymentwall Pro
com.paymentwall.java - package com.paymentwall.java
 
CONTROLLER_PAYMENT_CART - Static variable in class com.paymentwall.java.Base
 
CONTROLLER_PAYMENT_DIGITAL_GOODS - Static variable in class com.paymentwall.java.Base
 
CONTROLLER_PAYMENT_VIRTUAL_CURRENCY - Static variable in class com.paymentwall.java.Base
Controllers for APIs

D

DEFAULT_SIGNATURE_VERSION - Static variable in class com.paymentwall.java.Base
Signature versions

E

errors - Variable in class com.paymentwall.java.Base
 
extraParams - Variable in class com.paymentwall.java.Widget
 

G

getAmount() - Method in class com.paymentwall.java.Product
 
getApiType() - Static method in class com.paymentwall.java.Base
 
getAppKey() - Static method in class com.paymentwall.java.Base
 
getCurrencyCode() - Method in class com.paymentwall.java.Product
 
getDefaultSignatureVersion() - Method in class com.paymentwall.java.Widget
Get default signature version for this API type
getErrors() - Method in class com.paymentwall.java.Base
Return errors
getErrorSummary() - Method in class com.paymentwall.java.Base
Return error summary
getHtmlCode(LinkedHashMap<String, String>) - Method in class com.paymentwall.java.Widget
Return HTML code for the widget
getHtmlCode() - Method in class com.paymentwall.java.Widget
 
getId() - Method in class com.paymentwall.java.Product
 
getName() - Method in class com.paymentwall.java.Product
 
getParameter(String) - Method in class com.paymentwall.java.Pingback
Get pingback parameter
getPeriodLength() - Method in class com.paymentwall.java.Product
 
getPeriodType() - Method in class com.paymentwall.java.Product
 
getPingbackUniqueId() - Method in class com.paymentwall.java.Pingback
Returns unique identifier of the pingback that can be used for checking if the same pingback was already processed by your servers.
getProApiKey() - Static method in class com.paymentwall.java.Base
 
getProduct() - Method in class com.paymentwall.java.Pingback
 
getProductId() - Method in class com.paymentwall.java.Pingback
Get product id
getProductPeriodLength() - Method in class com.paymentwall.java.Pingback
 
getProductPeriodType() - Method in class com.paymentwall.java.Pingback
 
getProducts() - Method in class com.paymentwall.java.Pingback
 
getReferenceId() - Method in class com.paymentwall.java.Pingback
Get pingback parameter "ref"
getSecretKey() - Static method in class com.paymentwall.java.Base
 
getTrialProduct() - Method in class com.paymentwall.java.Product
 
getType() - Method in class com.paymentwall.java.Pingback
Get pingback parameter "type"
getType() - Method in class com.paymentwall.java.Product
 
getTypeVerbal() - Method in class com.paymentwall.java.Pingback
Get verbal explanation of the informational pingback
getUrl() - Method in class com.paymentwall.java.Widget
Return URL for the widget
getUserId() - Method in class com.paymentwall.java.Pingback
Get pingback parameter "uid"
getVirtualCurrencyAmount() - Method in class com.paymentwall.java.Pingback
Get pingback parameter "currency"

I

ipAddress - Variable in class com.paymentwall.java.Pingback
IP address, usually _SERVER["REMOTE_ADDR"]
isCancelable() - Method in class com.paymentwall.java.Pingback
Check whether product is cancelable
isDeliverable() - Method in class com.paymentwall.java.Pingback
Check whether product is deliverable
isIpAddressValid() - Method in class com.paymentwall.java.Pingback
 
isParametersValid() - Method in class com.paymentwall.java.Pingback
 
isRecurring() - Method in class com.paymentwall.java.Product
 
isSignatureValid() - Method in class com.paymentwall.java.Pingback
 
isUnderReview() - Method in class com.paymentwall.java.Pingback
Check whether product is under review

P

parameters - Variable in class com.paymentwall.java.Pingback
Pingback parameters, usually received from parsing _GET
parseQuery(Map<String, String[]>) - Static method in class com.paymentwall.java.Base
 
PERIOD_TYPE_DAY - Static variable in class com.paymentwall.java.Product
Product period types
PERIOD_TYPE_MONTH - Static variable in class com.paymentwall.java.Product
 
PERIOD_TYPE_WEEK - Static variable in class com.paymentwall.java.Product
 
PERIOD_TYPE_YEAR - Static variable in class com.paymentwall.java.Product
 
Pingback - Class in com.paymentwall.java
 
Pingback(Map<String, String[]>, String) - Constructor for class com.paymentwall.java.Pingback
 
PINGBACK_TYPE_GOODWILL - Variable in class com.paymentwall.java.Pingback
 
PINGBACK_TYPE_NEGATIVE - Variable in class com.paymentwall.java.Pingback
 
PINGBACK_TYPE_REGULAR - Variable in class com.paymentwall.java.Pingback
Pingback types
PINGBACK_TYPE_RISK_REVIEWED_ACCEPTED - Variable in class com.paymentwall.java.Pingback
 
PINGBACK_TYPE_RISK_REVIEWED_DECLINED - Variable in class com.paymentwall.java.Pingback
 
PINGBACK_TYPE_RISK_UNDER_REVIEW - Variable in class com.paymentwall.java.Pingback
 
PINGBACK_TYPE_SUBSCRIPTION_CANCELLATION - Variable in class com.paymentwall.java.Pingback
 
PINGBACK_TYPE_SUBSCRIPTION_EXPIRED - Variable in class com.paymentwall.java.Pingback
 
PINGBACK_TYPE_SUBSCRIPTION_PAYMENT_FAILED - Variable in class com.paymentwall.java.Pingback
 
Product - Class in com.paymentwall.java
 
Product(String, double, String, String, String, int, String, boolean, Product) - Constructor for class com.paymentwall.java.Product
 
ProductBuilder - Class in com.paymentwall.java
 
ProductBuilder(String) - Constructor for class com.paymentwall.java.ProductBuilder
 
products - Variable in class com.paymentwall.java.Widget
 

R

round(double, int) - Static method in class com.paymentwall.java.Base
 

S

setAmount(double) - Method in class com.paymentwall.java.ProductBuilder
 
setApiType(int) - Static method in class com.paymentwall.java.Base
 
setAppKey(String) - Static method in class com.paymentwall.java.Base
 
setCurrencyCode(String) - Method in class com.paymentwall.java.ProductBuilder
 
setExtraParams(LinkedHashMap<String, String>) - Method in class com.paymentwall.java.WidgetBuilder
 
setName(String) - Method in class com.paymentwall.java.ProductBuilder
 
setPeriodLength(int) - Method in class com.paymentwall.java.ProductBuilder
 
setPeriodType(String) - Method in class com.paymentwall.java.ProductBuilder
 
setProApiKey(String) - Static method in class com.paymentwall.java.Base
 
setProduct(Product) - Method in class com.paymentwall.java.WidgetBuilder
 
setProducts(ArrayList<Product>) - Method in class com.paymentwall.java.WidgetBuilder
 
setProductType(String) - Method in class com.paymentwall.java.ProductBuilder
 
setRecurring(boolean) - Method in class com.paymentwall.java.ProductBuilder
 
setSecretKey(String) - Static method in class com.paymentwall.java.Base
 
setTrialProduct(Product) - Method in class com.paymentwall.java.ProductBuilder
 
SIGNATURE_VERSION_1 - Static variable in class com.paymentwall.java.Base
 
SIGNATURE_VERSION_2 - Static variable in class com.paymentwall.java.Base
 
SIGNATURE_VERSION_3 - Static variable in class com.paymentwall.java.Base
 
SUBS_URL - Static variable in class com.paymentwall.java.Base
 

T

TYPE_FIXED - Static variable in class com.paymentwall.java.Product
 
TYPE_SUBSCRIPTION - Static variable in class com.paymentwall.java.Product
Product types

U

userId - Variable in class com.paymentwall.java.Widget
param userId identifier of the end-user who is viewing the widget param widgetCode e.g. p1 or p1_1, can be found inside of your Paymentwall Merchant account in the Widgets section param ArrayList products array that consists of Product entities; for Flexible Widget Call use array of 1 product param ArrayList extraParams associative array of additional params that will be included into the widget URL, e.g.

V

validate(boolean) - Method in class com.paymentwall.java.Pingback
Check whether pingback is valid
validate() - Method in class com.paymentwall.java.Pingback
 

W

Widget - Class in com.paymentwall.java
 
Widget(String, String, ArrayList<Product>, LinkedHashMap<String, String>) - Constructor for class com.paymentwall.java.Widget
 
WidgetBuilder - Class in com.paymentwall.java
 
WidgetBuilder(String, String) - Constructor for class com.paymentwall.java.WidgetBuilder
 
widgetCode - Variable in class com.paymentwall.java.Widget
 
A B C D E G I P R S T U V W 
Skip navigation links

Copyright © 2015. All Rights Reserved.