class OrderAdapterUtil extends BaseAdapterUtil

Class OrderAdapterUtil contains list of constants which represents converters

Constants

BASE_CONVERTER_NAME

Each converter class MUST end with this

LIST_JSON_PARAM

ALL_ORDERS_TRANSACTIONS

ORDER_DETAILS_JQGRID

ALL_ORDERS_SUMMARY

AMOUNT_BY_PAYMENT

ORDER_DETAILS_DELETE

USER_ORDER_PRINT

ORDER_ITEMS_JQGRID

Methods

static bool
isAcceptable(string $param)

No description

static array
getPossibleValues()

Gets an array of the possible values.

static bool
isListParam(string $param)

No description

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

at line 79
static bool isListParam(string $param)

Parameters

string $param

Return Value

bool