.. role:: ts-api-decorator

#################
QueryNamedGeneric
#################

.. js:module:: cee.ug
   :noindex:

.. container:: ts-api-section

   .. js:class:: QueryNamedGeneric

      Custom query.

      Generic query provided as a framework for customized queries.



.. container:: api-index-section

   .. rubric:: Constructors

   .. rst-class:: api-index-list-item api-kind-constructor api-parent-kind-class

   * :js:meth:`~cee.ug.QueryNamedGeneric.constructor`



.. container:: api-index-section

   .. rubric:: Methods

   .. rst-class:: api-index-list-item api-kind-method api-parent-kind-class

   * :js:meth:`~cee.ug.QueryNamedGeneric.executeQuery`





------------

Constructors
============

.. container:: ts-api-section

   .. js:function:: QueryNamedGeneric.constructor( model)

      :param model: None
      :type model: RemoteModel


      :rtype: QueryNamedGeneric



Methods
=======

.. rst-class:: ts-api-section

executeQuery
------------

.. js:method:: QueryNamedGeneric.executeQuery( id, params, callback)

   :param id: None
   :type id: string
   :param params: None
   :type params: any
   :param callback: None
   :type callback: QueryNamedGenericCallback


   Compute the custom query


   :rtype: void

