constructMenuList() method

Return a list of menu item that will be used to construct the SMS menu message.

Syntax

abstract List< KeyValuePair< String, String > > constructMenuList () throws DBException

Returns

a list of KeyValuePair menu item

Exceptions

Usage

The menu item type is

KeyValuePair

. This method allows the extending class to provide a list of menu items to be used by the

processMessageLogic(SmappStateProcessingContext)

and

processStateLogic(SmappStateProcessingAction)

.

a list of KeyValuePair menu item