API Docs for:
Show:

eb_filterSort Class

Filter Sort class.

Methods

eb_filterSort.model

(
  • options
)

Order filter sort model. Responsible to all order filter operations.

Parameters:

  • options Any

    Object of required data.

    • ServicePath String

      Service URL.

    • SitePath String

      Site URL.

    • templatePath String

      HTML path.

    • personId String

      User Linked ID.

    • domElement Object

      Product catalog DOM element.

    • data Object

      List of orders.

eb_filterSort.orderHistoryObject

(
  • orderHistoryObject
)

Global function to hold order history object.

Parameters:

  • orderHistoryObject Object

    Instance of eb_OrderHistory.model.

eb_filterSort.render

(
  • options
)
String

The service will return filter sort HTML.

Parameters:

  • options Any

    Array of requried data.

    • templatePath String

      Filter sort template URL.

Returns:

String:

Filter sort HTML template.

Properties

eb_filterSort.ServicePath

String

SOA path.

eb_filterSort.SitePath

String

Site path. It would be set from configuration file.

eb_filterSort.TemplatePath

String

Filter sort template path.