|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.etill.framework.admin.Admin
Admin provides various administrative services to cassettes through a set of class methods. Since this class only contains static methods and no instance variables, it is never actually instantiated.
Constructor Summary | |
---|---|
Admin()
|
Method Summary | |
---|---|
static AccountAdmin |
getAccountAdminObject(String cassetteName,
String merchantNumber,
String accountNumber)
Retrieves the generic account object for the specified cassette/merchant/account. |
static Enumeration |
getAccountAdminObjects(String cassetteName)
Retrieves all the generic account objects for the specified cassette. |
static Enumeration |
getAccountAdminObjects(String cassetteName,
String merchantNumber)
Retrieves all the generic account objects for the specified cassette/merchant. |
static CassetteAdmin |
getCassetteAdminObject(String cassetteName)
Retrieves the generic cassette object for the specified cassette. |
static MerchantAdmin |
getMerchantAdminObject(String merchantNumber)
Retrieves the generic merchant object for the specified merchant. |
static PayServer |
getPayServerObject()
Retrieves the generic Commerce Payments Framework object for this Commerce Payments instance. |
static PaySystemAdmin |
getPaySystemAdminObject(String cassetteName,
String merchantNumber)
Retrieves the generic object that represents the merchant/cassette relationship (sometimes called the PaymentSystem). |
static UserAdmin |
getUserAdminObject(String userName)
Retrieves the generic user object for the specified Commerce Payments user. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Admin()
Method Detail |
public static AccountAdmin getAccountAdminObject(String cassetteName, String merchantNumber, String accountNumber)
cassetteName
- a String containing the name of the cassette (as it
appears in the ETCASSETTECFG table) of the cassette
with which the requested account is associated.merchantNumber
- a String containing the unique merchant number
of the merchant that owns the requested object.accountNumber
- a String containing the requested account numberpublic static Enumeration getAccountAdminObjects(String cassetteName)
cassetteName
- a String containing the name of the cassette (as it
appears in the ETCASSETTECFG table) of the cassette
with which the requested account is associated.public static Enumeration getAccountAdminObjects(String cassetteName, String merchantNumber)
cassetteName
- a String containing the name of the cassette (as it
appears in the ETCASSETTECFG table) of the cassette
with which the requested account is associated.merchantNumber
- a String containing the unique merchant number
of the merchant that owns the requested object.public static CassetteAdmin getCassetteAdminObject(String cassetteName)
cassetteName
- a String containing the name of the cassette (as it
appears in the ETCASSETTECFG table) of the cassette.public static MerchantAdmin getMerchantAdminObject(String merchantNumber)
merchantNumber
- a String containing the unique merchant number
of the merchant.public static PayServer getPayServerObject()
public static PaySystemAdmin getPaySystemAdminObject(String cassetteName, String merchantNumber)
cassetteName
- a String containing the name of the cassette (as it
appears in the ETCASSETTECFG table) of the cassette.merchantNumber
- a String containing the unique merchant number
of the merchant.public static UserAdmin getUserAdminObject(String userName) throws ETillAbortOperation
userName
- a String containing a valid Commerce Payments user name.ETillAbortOperation
- thrown if a database access error occurs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |