class ChangedPriceAdapterUtil extends BaseAdapterUtil

Class ChangedPriceAdapterUtil

Constants

BASE_CONVERTER_NAME

each adapter class MUST end with this

WATCHLIST_ADD_PRODUCT

WATCHLIST_REMOVE_PRODUCT

WATCHLIST_REMOVE_ALL_PRODUCT

WATCHLIST_SEARCH_PRODUCT

WATCHLIST_COUNT_PRODUCTS

WATCHLIST_FOR_USER_BACKEND

WATCHLIST_USER_JQGRID_BACKEND

WATCHLIST_PRODUCT_JQGRID_BACKEND

Methods

static bool
isAcceptable(string $param)

No description

static array
getPossibleValues()

Gets an array of the possible values.

Details

in BaseAdapterUtil at line 31
static bool isAcceptable(string $param)

Parameters

string $param

Return Value

bool

Exceptions

ReflectionException

in BaseAdapterUtil at line 43
static protected array getPossibleValues()

Gets an array of the possible values.

Return Value

array

Exceptions

ReflectionException