X-Git-Url: https://git.hcoop.net/clinton/lisp-on-lines.git/blobdiff_plain/e8d4fa4537a1655714ad8bbbf9b7ba2d85ead959..f4efa7fff2efa6a3144fc664683137df92c42f91:/src/packages.lisp diff --git a/src/packages.lisp b/src/packages.lisp index b10abdb..44a6977 100644 --- a/src/packages.lisp +++ b/src/packages.lisp @@ -10,17 +10,23 @@ ;; ROFL stuff here temporarily #:standard-db-access-class - #:make-dao-from-row + #:make-object-from-plist #:described-db-access-class #:select-only #:select - + #:insert-into + #:select-objects + #:select-only-n-objects + ;; Descriptions #:find-description + #:description-of #:define-description #:described-object #:described-class + #:described-standard-class #:with-active-descriptions + #:with-inactive-descriptions ;; Displays #:define-display @@ -35,6 +41,13 @@ #:attributes #:attribute-label #:attribute-function - #:attribute-value)) + #:attribute-value + #:active-attributes + + ;; Standard Library + #:editable + #:string-attribute-editor + #:number-attribute-editor + #:password-attribute-editor))