|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.konakartadmin.bl.AdminBaseMgr
com.konakartadmin.bl.AdminValidationMgr
public class AdminValidationMgr
The AdminValidationMgr - for Managing Validation for the Admin Application
Nested Class Summary | |
---|---|
protected class |
AdminValidationMgr.StaticData
Used to store the static data of this manager |
Field Summary | |
---|---|
protected static java.lang.String |
CUSTOM_VALIDATION_FILE
The name of the Custom Validation properties file |
protected static org.apache.commons.logging.Log |
log
the log |
protected static java.lang.String |
mutex
|
protected static java.util.Map<java.lang.String,AdminValidationMgr.StaticData> |
staticDataHM
Hash Map that contains the static data |
Fields inherited from class com.konakartadmin.bl.AdminBaseMgr |
---|
adminEng, baseMgrMutex, baseStaticDataHM, cDataEnd, cDataStart, kkConf, kkInstanceId, mgrFactory, STORE_ID, templateBaseDir |
Constructor Summary | |
---|---|
AdminValidationMgr(KKAdminIf eng)
Constructor |
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static org.apache.commons.logging.Log log
protected static final java.lang.String CUSTOM_VALIDATION_FILE
protected static java.lang.String mutex
protected static java.util.Map<java.lang.String,AdminValidationMgr.StaticData> staticDataHM
Constructor Detail |
---|
public AdminValidationMgr(KKAdminIf eng) throws java.lang.Exception
eng
- KKAdmin engine
java.lang.Exception
Method Detail |
---|
public AdminCustomValidatorSet getCustomValidators() throws KKAdminException
getCustomValidators
in interface AdminValidationMgrIf
KKAdminException
public AdminCustomValidator createCustomValidatorFromString(java.lang.String val) throws KKAdminException
createCustomValidatorFromString
in interface AdminValidationMgrIf
val
- the string containing the validation definitions - typically, but not necessarily,
comes from a properties file
KKAdminException
- It there is a problem creating the AdmnCustomValidatorpublic void refreshConfigs() throws KKAdminException
refreshConfigs
in interface AdminValidationMgrIf
refreshConfigs
in class AdminBaseMgr
KKAdminException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |