com.konakartadmin.blif
Interface AdminValidationMgrIf

All Known Implementing Classes:
AdminValidationMgr

public interface AdminValidationMgrIf

AdminValidationMgrIf


Method Summary
 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
 

Method Detail

getCustomValidators

AdminCustomValidatorSet getCustomValidators()
                                            throws KKAdminException
Gets an AdminCustomValidatorSet. If the property file value does not allow use of the cache we re-read the custom validation properties file every time this is called (useful in development). Otherwise we read the custom validation properties file just once the first time this is called.

Returns:
an AdminCustomValidatorSet object
Throws:
KKAdminException

createCustomValidatorFromString

AdminCustomValidator createCustomValidatorFromString(java.lang.String val)
                                                     throws KKAdminException
Create an AdminCustomValidator object from a string

Parameters:
val - the string containing the validation definitions - typically, but not necessarily, comes from a properties file
Returns:
an AdminCustomValidator for the specified string
Throws:
KKAdminException - It there is a problem creating the AdmnCustomValidator

refreshConfigs

void refreshConfigs()
                    throws KKAdminException
Refresh the configuration of the Admin Currency Manager

Throws:
KKAdminException


Copyright © 2011 DS Data Systems UK Ltd.