com.konakartadmin.blif
Interface AdminSearchRuleMgrIf

All Known Implementing Classes:
AdminSearchRuleMgr

public interface AdminSearchRuleMgrIf

AdminSearchRuleMgrIf Interface which an implementation of this manager must adhere to.


Method Summary
 AdminSearchRule[] getSearchRules()
          Reads the search rules from a properties file and returns them as an array.
 void refreshConfigs()
          Refreshes the search rules
 

Method Detail

getSearchRules

AdminSearchRule[] getSearchRules()
                                 throws KKAdminException
Reads the search rules from a properties file and returns them as an array. If the properties file isn't found, then an empty array is returned.

Returns:
Returns an array of Search Rule Objects
Throws:
KKAdminException

refreshConfigs

void refreshConfigs()
                    throws KKAdminException
Refreshes the search rules

Throws:
KKAdminException


Copyright © 2011 DS Data Systems UK Ltd.