Package org.marketcetera.admin
Interface MutableUserAttributeFactory
-
- All Superinterfaces:
UserAttributeFactory
public interface MutableUserAttributeFactory extends UserAttributeFactory
CreatesMutableUserAttributeobjects.- Since:
- $Release$
- Version:
- $Id$
- Author:
- Colin DuPlantis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MutableUserAttributecreate(UserAttribute inUserAttribute)Creates aUserAttributeobject from the given value.MutableUserAttributecreate(User inUser, UserAttributeType inType, String inAttribute)Create aMutableUserAttributeobject with the given attributes.
-
-
-
Method Detail
-
create
MutableUserAttribute create(User inUser, UserAttributeType inType, String inAttribute)
Create aMutableUserAttributeobject with the given attributes.- Specified by:
createin interfaceUserAttributeFactory- Parameters:
inUser- aUservalueinType- aUserAttributeTypevalueinAttribute- aStringvalue- Returns:
- a
UserAttributevalue
-
create
MutableUserAttribute create(UserAttribute inUserAttribute)
Creates aUserAttributeobject from the given value.- Specified by:
createin interfaceUserAttributeFactory- Parameters:
inUserAttribute- aUserAttributevalue- Returns:
- a
UserAttributevalue
-
-