Uses of Class
org.marketcetera.admin.UserAttributeType
-
Packages that use UserAttributeType Package Description org.marketcetera.admin org.marketcetera.admin.impl org.marketcetera.admin.service -
-
Uses of UserAttributeType in org.marketcetera.admin
Methods in org.marketcetera.admin that return UserAttributeType Modifier and Type Method Description UserAttributeTypeUserAttribute. getAttributeType()Gets the user attribute type value.static UserAttributeTypeUserAttributeType. 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.Methods in org.marketcetera.admin with parameters of type UserAttributeType Modifier and Type Method Description MutableUserAttributeMutableUserAttributeFactory. create(User inUser, UserAttributeType inType, String inAttribute)Create aMutableUserAttributeobject with the given attributes.UserAttributeUserAttributeFactory. create(User inUser, UserAttributeType inType, String inAttribute)Create aUserAttributeobject with the given attributes.UserAttributeAdminClient. getUserAttribute(String inUsername, UserAttributeType inAttributeType)Get the user attribute for the given user and attribute type.voidMutableUserAttribute. setAttributeType(UserAttributeType inUserAttributeType)Set the user attribute type value.voidAdminClient. setUserAttribute(String inUsername, UserAttributeType inAttributeType, String inAttribute)Set the given user attribute for the given user and attribute type. -
Uses of UserAttributeType in org.marketcetera.admin.impl
Fields in org.marketcetera.admin.impl declared as UserAttributeType Modifier and Type Field Description private UserAttributeTypeSimpleUserAttribute. attributeTypeuser attribute valueMethods in org.marketcetera.admin.impl that return UserAttributeType Modifier and Type Method Description UserAttributeTypeSimpleUserAttribute. getAttributeType()Methods in org.marketcetera.admin.impl with parameters of type UserAttributeType Modifier and Type Method Description SimpleUserAttributeSimpleUserAttributeFactory. create(User inUser, UserAttributeType inType, String inAttribute)voidSimpleUserAttribute. setAttributeType(UserAttributeType inAttributeType)Sets the attributeType value.Constructors in org.marketcetera.admin.impl with parameters of type UserAttributeType Constructor Description SimpleUserAttribute(User inUser, UserAttributeType inType, String inAttribute)Create a new SimpleUserAttribute instance. -
Uses of UserAttributeType in org.marketcetera.admin.service
Methods in org.marketcetera.admin.service with parameters of type UserAttributeType Modifier and Type Method Description UserAttributeUserAttributeService. getUserAttribute(User inUser, UserAttributeType inUserAttributeType)Gets theUserAttributewith the given key values.
-