class BuyXGetYAdapterUtil extends BaseAdapterUtil

Abstract class BuyXGetYAdapterUtil contains list of constants which represents converters

Constants

BASE_CONVERTER_NAME

Each converter class MUST end with this

__BUY_X_CLASS__

Full class name used for deserializing

BUY_X_PRODUCTS_SEARCH

BUY_X_ADD_NEW

ALL_JQGRID_BUY_X

EDIT_BUY_X_OFFER

EDIT_BUY_X_OFFER_JSON

REMOVE_BUY_X_OFFER_JSON

BUY_X_GET_Y_PRODUCT_ATTRIBUTE_VALUES_JSON

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