public interface SuggestionMgrIf
Modifier and Type | Method and Description |
---|---|
SuggestionIf[] |
getSuggestions(SuggestionIf suggestion,
DataDescriptorIf dataDesc)
This retrieves Suggestion objects from the database.
|
void |
refreshConfigs()
Refresh the configuration
|
SuggestionIf[] getSuggestions(SuggestionIf suggestion, DataDescriptorIf dataDesc) throws com.konakart.app.KKException
The where clause for the select will be created by using the values in the suggestion parameter.
suggestion
- Used to define the searchdataDesc
- data descriptor for defining generic search parameters such as size and offsetcom.konakart.app.KKException
- an unexpected exception in the KonaKart Admin enginevoid refreshConfigs() throws com.konakart.app.KKException
com.konakart.app.KKException
- unexpected exception in the KonaKart EngineCopyright © 2018 DS Data Systems UK Ltd.