public interface AdminValidationMgrIf
Modifier and Type | Method and Description |
---|---|
AdminCustomValidator |
createCustomValidatorFromString(java.lang.String val)
Create an AdminCustomValidator object from a string
|
AdminCustomValidatorSet |
getCustomValidators()
Gets an AdminCustomValidatorSet.
|
void |
refreshConfigs()
Refresh the configuration of the Admin Currency Manager
|
AdminCustomValidatorSet getCustomValidators() throws KKAdminException
KKAdminException
- an unexpected exception in the KonaKart Admin engineAdminCustomValidator createCustomValidatorFromString(java.lang.String val) throws KKAdminException
val
- the string containing the validation definitions - typically, but not necessarily,
comes from a properties fileKKAdminException
- an unexpected exception in the KonaKart Admin engine
It there is a problem creating the AdmnCustomValidatorvoid refreshConfigs() throws KKAdminException
KKAdminException
- an unexpected exception in the KonaKart Admin engineCopyright © 2018 DS Data Systems UK Ltd.