Liking cljdoc? Tell your friends :D

reverie.module


IModulecljprotocol

entitiesclj

(entities module)

Entities of the module

Entities of the module

filtersclj

(filters module entity)

Get possible filters

Get possible filters

get-entityclj

(get-entity module slug)

Get entity based on slug

Get entity based on slug

interface?clj

(interface? entity)

Should this be automatically interfaced?

Should this be automatically interfaced?

listclj

(list module entity)
(list module entity params offset limit)

List the fields in an entity in the admin interface

List the fields in an entity in the admin interface

nameclj

(name module)

Name of the module

Name of the module

optionsclj

(options module)

Options of the module

Options of the module

slugclj

(slug module)

Get slug to be used as part of a URI

Get slug to be used as part of a URI

IModuleDatabasecljprotocol

add-dataclj

(add-data module entity data)

delete-dataclj

(delete-data module entity id)
(delete-data module entity id cascade?)

get-dataclj

(get-data module entity params)
(get-data module entity params id)

publish-dataclj

(publish-data module entity id)

save-dataclj

(save-data module entity id data)

unpublish-dataclj

(unpublish-data module entity id)

moduleclj

(module name entities options routes)

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

× close