| Package | Description |
|---|---|
| org.marketcetera.admin | |
| org.marketcetera.admin.impl |
| Modifier and Type | Method and Description |
|---|---|
UserAttributeType |
UserAttribute.getAttributeType()
Gets the user attribute type value.
|
static UserAttributeType |
UserAttributeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserAttributeType[] |
UserAttributeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
UserAttribute |
UserAttributeFactory.create(User inUser,
UserAttributeType inType,
String inAttribute)
Creates a
UserAttribute object with the given attributes. |
UserAttribute |
AdminClient.getUserAttribute(String inUsername,
UserAttributeType inAttributeType)
Get the user attribute for the given user and attribute type.
|
void |
AdminClient.setUserAttribute(String inUsername,
UserAttributeType inAttributeType,
String inAttribute)
Set the given user attribute for the given user and attribute type.
|
| Modifier and Type | Method and Description |
|---|---|
UserAttributeType |
SimpleUserAttribute.getAttributeType() |
| Modifier and Type | Method and Description |
|---|---|
SimpleUserAttribute |
SimpleUserAttributeFactory.create(User inUser,
UserAttributeType inType,
String inAttribute) |
void |
SimpleUserAttribute.setAttributeType(UserAttributeType inAttributeType)
Sets the attributeType value.
|
| Constructor and Description |
|---|
SimpleUserAttribute(User inUser,
UserAttributeType inType,
String inAttribute)
Create a new SimpleUserAttribute instance.
|
Copyright © 2020. All rights reserved.