Uses of Interface
org.marketcetera.admin.UserAttribute
-
Packages that use UserAttribute Package Description org.marketcetera.admin org.marketcetera.admin.impl org.marketcetera.admin.service -
-
Uses of UserAttribute in org.marketcetera.admin
Subinterfaces of UserAttribute in org.marketcetera.admin Modifier and Type Interface Description interfaceMutableUserAttributeProvides a mutableUserAttributeimplementation.Methods in org.marketcetera.admin that return UserAttribute Modifier and Type Method Description UserAttributeUserAttributeFactory. create(UserAttribute inUserAttribute)Create aUserAttributeobject from the given value.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.Methods in org.marketcetera.admin with parameters of type UserAttribute Modifier and Type Method Description MutableUserAttributeMutableUserAttributeFactory. create(UserAttribute inUserAttribute)Creates aUserAttributeobject from the given value.UserAttributeUserAttributeFactory. create(UserAttribute inUserAttribute)Create aUserAttributeobject from the given value. -
Uses of UserAttribute in org.marketcetera.admin.impl
Classes in org.marketcetera.admin.impl that implement UserAttribute Modifier and Type Class Description classSimpleUserAttributeProvideds a simpleUserAttributeimplementation.Methods in org.marketcetera.admin.impl with parameters of type UserAttribute Modifier and Type Method Description SimpleUserAttributeSimpleUserAttributeFactory. create(UserAttribute inUserAttribute)Constructors in org.marketcetera.admin.impl with parameters of type UserAttribute Constructor Description SimpleUserAttribute(UserAttribute inUserAttribute)Create a new SimpleUserAttribute instance. -
Uses of UserAttribute in org.marketcetera.admin.service
Methods in org.marketcetera.admin.service that return UserAttribute Modifier and Type Method Description UserAttributeUserAttributeService. getUserAttribute(User inUser, UserAttributeType inUserAttributeType)Gets theUserAttributewith the given key values.UserAttributeUserAttributeService. save(UserAttribute inUserAttribute)Saves the given object.Methods in org.marketcetera.admin.service with parameters of type UserAttribute Modifier and Type Method Description voidUserAttributeService. delete(UserAttribute inUserAttribute)Remove the given user attribute.UserAttributeUserAttributeService. save(UserAttribute inUserAttribute)Saves the given object.
-