public class PSUserInfo extends PSAdminObject
Modifier | Constructor and Description |
---|---|
protected | PSUserInfo(com.ibm.etill.org.w3c.dom.Element xml)
Deprecated.
Constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.Integer | getConfigurationFlag()
Deprecated.
Returns the current configuration state of this user.
|
java.lang.String | getMerchantNumber()
Deprecated.
Returns the merchant number associated with this user
|
java.lang.String | getUserName()
Deprecated.
Returns the user name of this user
|
java.lang.Boolean | isClerk()
Deprecated.
Is this user a clerk?
|
java.lang.Boolean | isMerchantAdministrator()
Deprecated.
Is this user a merchant administrator?
|
java.lang.Boolean | isPaymentServerAdministrator()
Deprecated.
Is this user a Commerce Payments administrator?
|
java.lang.Boolean | isSupervisor()
Deprecated.
Is this user a supervisor?
|
protected static java.util.Hashtable | processCollection(com.ibm.etill.org.w3c.dom.Element element)
Deprecated.
processCollection
|
protected PSUserInfo(com.ibm.etill.org.w3c.dom.Element xml)
protected static java.util.Hashtable processCollection(com.ibm.etill.org.w3c.dom.Element element)
public java.lang.String getUserName()
public java.lang.String getMerchantNumber()
public java.lang.Boolean isPaymentServerAdministrator()
public java.lang.Boolean isMerchantAdministrator()
public java.lang.Boolean isSupervisor()
public java.lang.Boolean isClerk()
public java.lang.Integer getConfigurationFlag()