class AvailabilityNotificationAdapterUtil extends BaseAdapterUtil

Class AvailabilityNotificationAdapterUtil - reads parameters from request and prepares response for controller

Constants

BASE_CONVERTER_NAME

AVAILABILITY_ADD_JSON

AVAILABILITY_FOR_USER_BACKEND

AVAILABILITY_USER_JQGRID_BACKEND

AVAILABILITY_PRODUCT_JQGRID_BACKEND

AVAILABILITY_LIST_REMOVE

ALL_USER_AVAILABILITY_NOTIFICATIONS

REMOVE_USER_AVAILABILITY_NOTIFICATIONS

CHECK_USER_AVAILABILITY_NOTIFICATIONS

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