com.ibm.commerce.payment.objects
Interface PaymentMethodAccessBeanData

All Known Implementing Classes:
PaymentMethodAccessBean

public interface PaymentMethodAccessBeanData

This table is a site-wide table that lists all the Cashier profiles used in the store group. Each profile has a unique integer ID and a name. This table is &l


Method Summary
java.lang.String getPaymentMethodId()
java.lang.String getProfileName()
void setProfileName(java.lang.String newValue)

Method Detail

getPaymentMethodId

public java.lang.String getPaymentMethodId()
                                    throws java.rmi.RemoteException,
                                           javax.ejb.CreateException,
                                           javax.ejb.FinderException,
                                           javax.naming.NamingException
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getProfileName

public java.lang.String getProfileName()
                                throws java.rmi.RemoteException,
                                       javax.ejb.CreateException,
                                       javax.ejb.FinderException,
                                       javax.naming.NamingException
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setProfileName

public void setProfileName(java.lang.String newValue)

Feedback