| Package | Description |
|---|---|
| org.marketcetera.admin | |
| org.marketcetera.admin.impl |
| Modifier and Type | Method and Description |
|---|---|
UserAttribute |
UserAttributeFactory.create(UserAttribute inUserAttribute)
Creates a
UserAttribute object from the given value. |
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.
|
| Modifier and Type | Method and Description |
|---|---|
UserAttribute |
UserAttributeFactory.create(UserAttribute inUserAttribute)
Creates a
UserAttribute object from the given value. |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleUserAttribute
Provideds a simple
UserAttribute implementation. |
| Modifier and Type | Method and Description |
|---|---|
SimpleUserAttribute |
SimpleUserAttributeFactory.create(UserAttribute inUserAttribute) |
| Constructor and Description |
|---|
SimpleUserAttribute(UserAttribute inUserAttribute)
Create a new SimpleUserAttribute instance.
|
Copyright © 2019. All rights reserved.