A B C D E G H I M R S T U V

A

addMember(Principal) - Method in class com.aoindustries.aoserv.creditcards.BusinessGroup
Not implemented.
AOServConnectorPrincipal - Class in com.aoindustries.aoserv.creditcards
Uses an AOServConnector as a Java Principal.
AOServConnectorPrincipal(AOServConnector, String) - Constructor for class com.aoindustries.aoserv.creditcards.AOServConnectorPrincipal
 
AOServPersistenceMechanism - Class in com.aoindustries.aoserv.creditcards
Stores the information in the AOServ system.
authorizeCompleted(Principal, Transaction, Locale) - Method in class com.aoindustries.aoserv.creditcards.AOServPersistenceMechanism
Stores the results of an authorize transaction: authorizationResult status The current status must be PROCESSING.

B

BusinessGroup - Class in com.aoindustries.aoserv.creditcards
Uses a Business as a Java Group.
BusinessGroup(Business, String) - Constructor for class com.aoindustries.aoserv.creditcards.BusinessGroup
 

C

com.aoindustries.aoserv.creditcards - package com.aoindustries.aoserv.creditcards
 
CreditCardFactory - Class in com.aoindustries.aoserv.creditcards
Creates instances of CreditCards based on the AOServ object.
CreditCardProcessorFactory - Class in com.aoindustries.aoserv.creditcards
Creates instances of CreditCardProcessors based on the processor configurations found in the credit_card_processors table.

D

deleteCreditCard(Principal, CreditCard, Locale) - Method in class com.aoindustries.aoserv.creditcards.AOServPersistenceMechanism
 

E

equals(Object) - Method in class com.aoindustries.aoserv.creditcards.AOServConnectorPrincipal
 
equals(Object) - Method in class com.aoindustries.aoserv.creditcards.BusinessGroup
 

G

getAOServConnector() - Method in class com.aoindustries.aoserv.creditcards.AOServConnectorPrincipal
Gets the connector.
getBusiness() - Method in class com.aoindustries.aoserv.creditcards.BusinessGroup
Gets the business.
getCreditCard(CreditCard, Locale) - Static method in class com.aoindustries.aoserv.creditcards.CreditCardFactory
Creates processor CreditCard beans from AOServ CreditCards.
getCreditCardProcessor(AOServConnector) - Static method in class com.aoindustries.aoserv.creditcards.CreditCardProcessorFactory
Gets an enabled CreditCardProcessor from the list of processors for the business of the provided AOServConnector.
getCreditCardProcessor(CreditCardProcessor) - Static method in class com.aoindustries.aoserv.creditcards.CreditCardProcessorFactory
Gets the processor for the given AOServ processor.

Only one instance of each unique CreditCardProcessor (unique based on providerId, classname and all parameters) will be created.

Every processor will use the AOServPersistenceMechanism for its persistence.
getGroupName() - Method in class com.aoindustries.aoserv.creditcards.BusinessGroup
Gets the application-provided group name.
getInstance() - Static method in class com.aoindustries.aoserv.creditcards.AOServPersistenceMechanism
Only one instance is necessary since all calls are on the method parameter objects.
getName() - Method in class com.aoindustries.aoserv.creditcards.AOServConnectorPrincipal
Gets the principal name.
getName() - Method in class com.aoindustries.aoserv.creditcards.BusinessGroup
Gets the group name.
getPrincipalName() - Method in class com.aoindustries.aoserv.creditcards.AOServConnectorPrincipal
Gets the application-provided principal name.

H

hashCode() - Method in class com.aoindustries.aoserv.creditcards.AOServConnectorPrincipal
 
hashCode() - Method in class com.aoindustries.aoserv.creditcards.BusinessGroup
 

I

insertTransaction(Principal, Group, Transaction, Locale) - Method in class com.aoindustries.aoserv.creditcards.AOServPersistenceMechanism
 
isMember(Principal) - Method in class com.aoindustries.aoserv.creditcards.BusinessGroup
Returns true of user is a AOServConnectorPrincipal whose effective business administrator is either this business or a parent business.

M

members() - Method in class com.aoindustries.aoserv.creditcards.BusinessGroup
Not implemented.

R

removeMember(Principal) - Method in class com.aoindustries.aoserv.creditcards.BusinessGroup
Not implemented.

S

saleCompleted(Principal, Transaction, Locale) - Method in class com.aoindustries.aoserv.creditcards.AOServPersistenceMechanism
Stores the results of a sale transaction: authorizationResult captureTime capturePrincipalName captureResult status The current status must be PROCESSING.
storeCreditCard(Principal, CreditCard, Locale) - Method in class com.aoindustries.aoserv.creditcards.AOServPersistenceMechanism
 

T

toString() - Method in class com.aoindustries.aoserv.creditcards.AOServConnectorPrincipal
 
toString() - Method in class com.aoindustries.aoserv.creditcards.BusinessGroup
 

U

updateCardNumber(Principal, CreditCard, String, String, byte, short, Locale) - Method in class com.aoindustries.aoserv.creditcards.AOServPersistenceMechanism
 
updateExpiration(Principal, CreditCard, byte, short, Locale) - Method in class com.aoindustries.aoserv.creditcards.AOServPersistenceMechanism
 

V

voidCompleted(Principal, Transaction, Locale) - Method in class com.aoindustries.aoserv.creditcards.AOServPersistenceMechanism
 

A B C D E G H I M R S T U V