public abstract class ProfileInput extends java.lang.Object implements IConfigTemplate
| Constructor and Description |
|---|
ProfileInput() |
| Modifier and Type | Method and Description |
|---|---|
abstract IConfigStore |
getConfigStore()
Returns configuration store.
|
abstract java.lang.String |
getName(java.util.Locale locale)
Retrieves the localizable name of this policy.
|
abstract java.lang.String |
getText(java.util.Locale locale)
Retrieves the localizable description of this policy.
|
abstract java.lang.String |
getValue(java.lang.String name,
java.util.Locale locale,
IRequest request)
Retrieves value from the request.
|
abstract IDescriptor |
getValueDescriptor(java.util.Locale locale,
java.lang.String name)
Retrieves the descriptor of the given value
property by name.
|
abstract java.util.Enumeration<java.lang.String> |
getValueNames()
Retrieves a list of names of the property.
|
abstract void |
populate(java.util.Map<java.lang.String,java.lang.String> ctx,
IRequest request)
Populates the request with this policy default.
|
abstract void |
setValue(java.lang.String name,
java.util.Locale locale,
IRequest request,
java.lang.String value)
Sets the value of the given property by name.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConfig, getConfigDescriptor, getConfigNames, setConfigpublic abstract IConfigStore getConfigStore()
public abstract void populate(java.util.Map<java.lang.String,java.lang.String> ctx,
IRequest request)
throws java.lang.Exception
ctx - profile contextrequest - requestjava.lang.Exception - failed to populatepublic abstract java.lang.String getName(java.util.Locale locale)
locale - user localepublic abstract java.lang.String getText(java.util.Locale locale)
locale - user localepublic abstract java.util.Enumeration<java.lang.String> getValueNames()
public abstract IDescriptor getValueDescriptor(java.util.Locale locale, java.lang.String name)
locale - user localename - property namepublic abstract java.lang.String getValue(java.lang.String name,
java.util.Locale locale,
IRequest request)
throws EProfileException
name - property namelocale - user localerequest - requestEProfileException - failed to get valuepublic abstract void setValue(java.lang.String name,
java.util.Locale locale,
IRequest request,
java.lang.String value)
throws EPropertyException
name - property namelocale - user localerequest - requestvalue - valueEPropertyException