abstract class DigitalCatalogueAdapterUtil extends BaseAdapterUtil

Class DigitalCatalogueAdapterUtil contains list of constants which represents converters

Constants

BASE_CONVERTER_NAME

each adapter class MUST end with this

CATALOGUE_ADD_JSON

CATALOGUE_EDIT_JSON

CATALOGUE_ADD

CATALOGUE_EDIT

CATALOGUE_JQGRID_ALL

CATALOGUE_FRONT_END_ALL

CATALOGUE_DELETE

CATALOGUE_PRINT

CATALOGUE_PRODUCT_SEARCH

CATALOGUE_SINGLE_FRONT

FILE_UPLOAD_HANDLER

CATALOGUE_SORT

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