Expanded support for Configurable editing.
[clinton/lisp-on-lines.git] / src / packages.lisp
index 2bca20d..44a6977 100644 (file)
 
 ;; ROFL stuff here temporarily
    #:standard-db-access-class
 
 ;; ROFL stuff here temporarily
    #:standard-db-access-class
-   #:make-dao-from-row
+   #:make-object-from-plist
    #:described-db-access-class
    #:described-db-access-class
-
+   #:select-only
+   #:select
+   #:insert-into   
+   #:select-objects
+   #:select-only-n-objects
+   
 ;; Descriptions
    #:find-description
 ;; Descriptions
    #:find-description
+   #:description-of
    #:define-description
    #:define-description
+   #:described-object
    #:described-class
    #:described-class
+   #:described-standard-class
    #:with-active-descriptions
    #:with-active-descriptions
+   #:with-inactive-descriptions
 
    ;; Displays
    #:define-display
 
    ;; Displays
    #:define-display
    #:attributes
    #:attribute-label
    #:attribute-function
    #:attributes
    #:attribute-label
    #:attribute-function
-   #:attribute-value))
+   #:attribute-value
+   #:active-attributes
+
+   ;; Standard Library
+   #:editable
+   #:string-attribute-editor
+   #:number-attribute-editor
+   #:password-attribute-editor))