Liking cljdoc? Tell your friends :D

adl-support.forms-support


all-keys-present?cljmacro

(all-keys-present? m keys)

Return true if all the keys in keys are present in the map m.

Return true if all the keys in `keys` are present in the map `m`.
raw docstring

auxlist-data-namecljmacro

(auxlist-data-name auxlist)

The name to which data for this auxlist will be bound in the Selmer params.

The name to which data for this `auxlist` will be bound in the
Selmer params.
raw docstring

get-current-valuecljmacro

(get-current-value f params entity-name)

get-menu-optionscljmacro

(get-menu-options entity-name get-q list-q fk value)

prepare-insertion-paramscljmacro

(prepare-insertion-params params fields)

Params for insertion into the database must have keys for all fields in the insert query, even if the value of some of those keys is nil. Massage these params to have a value for each field in these fields.

Params for insertion into the database must have keys for all fields in the
insert query, even if the value of some of those keys is nil. Massage these
`params` to have a value for each field in these `fields`.
raw docstring

property-defaultsclj

(property-defaults entity)

query-nameclj

(query-name entity-or-name q-type)

Generate a query name for the query of type q-type (expected to be one of :create, :delete, :get, :list, :search-strings, :update) of the entity entity-or-name NOTE: if entity-or-name is passed as a string, it should be the full, unaltered name of the entity.

Generate a query name for the query of type `q-type` (expected to be one
of `:create`, `:delete`, `:get`, `:list`, `:search-strings`, `:update`) of
the entity `entity-or-name` NOTE: if `entity-or-name` is passed as a string,
it should be the full, unaltered name of the entity.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close