NullFilterOptions Class
Null where clause filter class.
Item Index
Methods
Methods
_cleanEndpointUrl
(
String
private
-
url
Make sure there is a trailing /.
Parameters:
-
url
StringThe endpoint url.
Returns:
String:
The cleaned endpoint url.
_extend
(
Function
private
-
base
-
child
Gives the child object a copy of the parent object's prototype.
Parameters:
-
base
FunctionThe base method whose prototype will be copied.
-
child
FunctionThe child method who will get a copy of the parent's prototype.
Returns:
Function:
The augmented child method.
format
()
private
Extend the built in String class with a format function.
getWhereQuery
()
String
Gets the where query, which for null is an empty string.
Returns:
String:
An empty string.
init
(
-
options
Where clause filter base class init method.
Parameters:
-
options
ObjectOptions to set on each where filter.