public interface IProfileUpdater extends IConfigTemplate
| Modifier and Type | Method and Description |
|---|---|
IConfigStore |
getConfigStore()
Retrieves configuration store.
|
java.lang.String |
getName(java.util.Locale locale)
Retrieves the localizable name of this policy.
|
java.lang.String |
getText(java.util.Locale locale)
Retrieves the localizable description of this policy.
|
void |
init(IProfile profile,
IConfigStore config)
Initializes this default policy.
|
void |
update(IRequest req,
RequestStatus status)
Notifies of state change.
|
getConfig, getConfigDescriptor, getConfigNames, setConfigvoid init(IProfile profile, IConfigStore config) throws EProfileException
profile - owner of this policyconfig - configuration storeEProfileException - failed to initializeIConfigStore getConfigStore()
void update(IRequest req, RequestStatus status) throws EProfileException
req - requeststatus - The status to check for.EProfileException - failed to populatejava.lang.String getName(java.util.Locale locale)
locale - user localejava.lang.String getText(java.util.Locale locale)
locale - user locale