Changes from maxclaims branch (git).
[clinton/lisp-on-lines.git] / src / packages.lisp
index 2bca20d..234a7be 100644 (file)
 
 ;; 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
+   #:insert-object
+   
 ;; Descriptions
    #:find-description
+   #:description-of
    #:define-description
+   #:described-object
    #:described-class
+   #:described-standard-class
    #:with-active-descriptions
+   #:with-inactive-descriptions
+
 
    ;; Displays
    #:define-display
    #:find-attribute
    #:attribute
    #:attributes
+   #:attribute-object
    #:attribute-label
+   #:label
    #:attribute-function
-   #:attribute-value))
+   #:attribute-value
+   #:display-attribute-value
+   #:active-attributes
+   #:attribute-delimiter
+   #:standard-attribute
+   ;; Standard Library
+   
+   ;; editing
+   #:editable
+   #:attribute-editor
+   #:string-attribute-editor
+   #:number-attribute-editor
+   #:password-attribute-editor
+   #:password
+
+   ;; html
+   #:display-html-attribute-editor
+   #:make-attribute-value-writer))