added ROFL test cases + extra formatting hooks for attributes
[clinton/lisp-on-lines.git] / src / packages.lisp
index b10abdb..21d2151 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
+   
 ;; Descriptions
    #:find-description
+   #:description-of
    #:define-description
    #:described-object
    #:described-class
    #:with-active-descriptions
+   #:with-inactive-descriptions
 
    ;; Displays
    #:define-display
@@ -35,6 +40,7 @@
    #:attributes
    #:attribute-label
    #:attribute-function
-   #:attribute-value))
+   #:attribute-value
+   #:active-attributes))