Class Processor
java.lang.Object
com.aoindustries.aoserv.client.AoservObject<String,Processor>
com.aoindustries.aoserv.client.CachedObject<String,Processor>
com.aoindustries.aoserv.client.CachedObjectStringKey<Processor>
com.aoindustries.aoserv.client.payment.Processor
- All Implemented Interfaces:
Streamable
,StreamReadable
,StreamWritable
,Row
,AoservReadable
,AoservStreamable
,AoservWritable
,SingleTableObject<String,
Processor>
A
CreditCardProcessor
represents on Merchant account used for credit card processing.- Author:
- AO Industries, Inc.
-
Field Summary
Fields inherited from class com.aoindustries.aoserv.client.CachedObjectStringKey
pkey
Fields inherited from class com.aoindustries.aoserv.client.CachedObject
table
Fields inherited from class com.aoindustries.aoserv.client.AoservObject
USE_ARRAY_OF_DOMAIN, USE_SQL_DATA, USE_SQL_DATA_WRITE
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Only required for implementation, do not use directly. -
Method Summary
Modifier and TypeMethodDescriptionprotected Object
getColumnImpl
(int i) boolean
Gets the key used for encrypting the card in storage ornull
if the card is not stored in the database.Gets the key used for encrypting the card in storage ornull
if the card is not stored in the database.int
void
Initializes this object from the raw database contents.void
read
(StreamableInput in, AoservProtocol.Version protocolVersion) void
write
(StreamableOutput out, AoservProtocol.Version protocolVersion) Methods inherited from class com.aoindustries.aoserv.client.CachedObjectStringKey
equals, getKey, hashCode, toStringImpl
Methods inherited from class com.aoindustries.aoserv.client.CachedObject
getTable, setTable
Methods inherited from class com.aoindustries.aoserv.client.AoservObject
compare, compare, compare, compare, compareIgnoreCaseConsistentWithEquals, compareTo, compareTo, compareTo, getAccountingCode, getColumn, getColumns, getColumns, getDomainLabel, getDomainLabels, getDomainName, getDto, getEmail, getGecos, getGroupId, getHashedKey, getHashedPassword, getHostname, getInetAddress, getLinuxId, getLinuxUserName, getMacAddress, getMysqlDatabaseName, getMysqlServerName, getMysqlUserName, getPort, getPostgresDatabaseName, getPostgresServerName, getPostgresUserId, getTableSchema, getTimeMillis, getTimeMillis, getUnixPath, getUserId, read, toString, write
-
Constructor Details
-
Processor
Deprecated, for removal: This API element is subject to removal in a future version.Only required for implementation, do not use directly.- See Also:
-
-
Method Details
-
getAccount_name
-
getAccount
- Throws:
SQLException
IOException
-
getColumnImpl
- Specified by:
getColumnImpl
in classAoservObject<String,
Processor>
-
getProviderId
-
getClassName
-
getParam1
-
getParam2
-
getParam3
-
getParam4
-
getEnabled
public boolean getEnabled() -
getWeight
public int getWeight() -
getDescription
-
getEncryptionFrom
Gets the key used for encrypting the card in storage ornull
if the card is not stored in the database.- Throws:
SQLException
IOException
-
getEncryptionRecipient
Gets the key used for encrypting the card in storage ornull
if the card is not stored in the database.- Throws:
SQLException
IOException
-
getTableId
- Specified by:
getTableId
in classAoservObject<String,
Processor>
-
init
Description copied from class:AoservObject
Initializes this object from the raw database contents.- Specified by:
init
in classAoservObject<String,
Processor> - Parameters:
result
- theResultSet
containing the row to copy into this object- Throws:
SQLException
-
read
- Specified by:
read
in interfaceAoservReadable
- Specified by:
read
in interfaceAoservStreamable
- Specified by:
read
in classAoservObject<String,
Processor> - Throws:
IOException
-
write
- Specified by:
write
in interfaceAoservStreamable
- Specified by:
write
in interfaceAoservWritable
- Specified by:
write
in classAoservObject<String,
Processor> - Throws:
IOException
-
getCreditCards
- Throws:
IOException
SQLException
-