|
|||||||||
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.AdminSearchRuleMgr
public class AdminSearchRuleMgr
The AdminSearchRuleMgr - for Managing search rules for the Admin Application
Nested Class Summary | |
---|---|
protected class |
AdminSearchRuleMgr.StaticData
Used to store the static data of this manager |
Field Summary | |
---|---|
protected static org.apache.commons.logging.Log |
log
the log |
protected static java.lang.String |
mutex
|
protected static java.lang.String |
SEARCH_RULE_FILE
The name of the search rule properties file |
protected static java.util.Map<java.lang.String,AdminSearchRuleMgr.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 | |
---|---|
AdminSearchRuleMgr(KKAdminIf eng)
Constructor |
Method Summary | |
---|---|
AdminSearchRule[] |
getSearchRules()
Reads the search rules from a properties file and returns them as an array. |
void |
refreshConfigs()
Refresh the configuration of the Admin Search Rule 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 SEARCH_RULE_FILE
protected static java.lang.String mutex
protected static java.util.Map<java.lang.String,AdminSearchRuleMgr.StaticData> staticDataHM
Constructor Detail |
---|
public AdminSearchRuleMgr(KKAdminIf eng) throws java.lang.Exception
eng
- KKAdmin engine
java.lang.Exception
Method Detail |
---|
public AdminSearchRule[] getSearchRules() throws KKAdminException
getSearchRules
in interface AdminSearchRuleMgrIf
KKAdminException
public void refreshConfigs() throws KKAdminException
refreshConfigs
in interface AdminSearchRuleMgrIf
refreshConfigs
in class AdminBaseMgr
KKAdminException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |