Package org.marketcetera.admin
Interface UserAttributeFactory
-
- All Known Subinterfaces:
MutableUserAttributeFactory
- All Known Implementing Classes:
SimpleUserAttributeFactory
public interface UserAttributeFactoryCreatesUserAttributeobjects.- Since:
- 1.2.0
- Version:
- $Id$
- Author:
- Colin DuPlantis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UserAttributecreate(UserAttribute inUserAttribute)Create aUserAttributeobject from the given value.UserAttributecreate(User inUser, UserAttributeType inType, String inAttribute)Create aUserAttributeobject with the given attributes.
-
-
-
Method Detail
-
create
UserAttribute create(User inUser, UserAttributeType inType, String inAttribute)
Create aUserAttributeobject with the given attributes.- Parameters:
inUser- aUservalueinType- aUserAttributeTypevalueinAttribute- aStringvalue- Returns:
- a
UserAttributevalue
-
create
UserAttribute create(UserAttribute inUserAttribute)
Create aUserAttributeobject from the given value.- Parameters:
inUserAttribute- aUserAttributevalue- Returns:
- a
UserAttributevalue
-
-