phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: cdb/doc cdb-classes.txt,1.6,1.7


From: Patrick Walsh <address@hidden>
Subject: [Phpgroupware-cvs] CVS: cdb/doc cdb-classes.txt,1.6,1.7
Date: Thu, 21 Mar 2002 16:05:55 -0500

Update of /cvsroot/phpgroupware/cdb/doc
In directory subversions:/tmp/cvs-serv17269

Modified Files:
        cdb-classes.txt 
Log Message:
minor updates

Index: cdb-classes.txt
===================================================================
RCS file: /cvsroot/phpgroupware/cdb/doc/cdb-classes.txt,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** cdb-classes.txt     14 Feb 2002 05:06:39 -0000      1.6
--- cdb-classes.txt     21 Mar 2002 21:05:52 -0000      1.7
***************
*** 76,84 ****
      entity.class
         organization.class
!            organization.meta.class
             organization.client.class
             organization.location.class
         contact.class
!            contact.meta.class
             contact.client.class
             contact.personal.class
--- 76,84 ----
      entity.class
         organization.class
!            entity.meta.class
             organization.client.class
             organization.location.class
         contact.class
!            entity.meta.class
             contact.client.class
             contact.personal.class
***************
*** 145,149 ****
            tested for write permissions.  this function is inherited.
       get_client_data() returns organization.client.class
!      get_meta_data() returns organization.meta.class
   
       get_name() returns string
--- 145,149 ----
            tested for write permissions.  this function is inherited.
       get_client_data() returns organization.client.class
!      get_meta_data() returns entity.meta.class
   
       get_name() returns string
***************
*** 189,193 ****
       let_number(string)
            
!  - organization.meta.class functions -
       save() returns boolean
            used to commit changes to the object to the database.  returns 
--- 189,193 ----
       let_number(string)
            
!  - entity.meta.class functions -
       save() returns boolean
            used to commit changes to the object to the database.  returns 
***************
*** 201,209 ****
       date_created() returns date
       date_modified() returns date
!      created_by() returns ?  auth user object?  user id?
!      version() returns int
          this will be used in the case of changed db formats to facilitate
          smooth transitions of data
-  
       get_status() returns string
          one of "active," "pending," or "deleted"
--- 201,208 ----
       date_created() returns date
       date_modified() returns date
!      created_by() returns user id
!      version() returns float
          this will be used in the case of changed db formats to facilitate
          smooth transitions of data
       get_status() returns string
          one of "active," "pending," or "deleted"
***************
*** 220,223 ****
--- 219,230 ----
          ????  perhaps this should be a string?  controls on access?
       let_group_access(int)
+      get_ldap_sync() returns boolean
+         determines whether or not to sync with an ldap server
+      let_ldap_sync(boolean)
+      get_ldap_dn() returns string
+         if ldap_sync is true, and this record has already been 
+         propogated, then this will return the dn which can directly
+         reference the ldap entry.
+      let_ldap_dn(string)
       
   - organization.client.class functions -
***************
*** 341,385 ****
       get_note() returns string
       let_note(string)    
- 
-  - contact.meta.class functions -
-      save() returns boolean
-           used to commit changes to the object to the database.  returns 
-           true on success, false on failure.
-      load(int id) returns boolean
-           used to populate the object with the properties from the 
-           id record in the database.  returns true if successful and
-           false on failure.  failure would happen when the current user
-           does not have sufficient read permissions or when there is no
-           such id.
- 
-      date_created() returns date
-      date_modified() returns date
-      created_by() returns ?  auth user object?  user id?
-      version() returns int
-         this will be used in the case of changed db formats to facilitate
-         smooth transitions of data
-  
-      get_status() returns string
-         one of "active," "pending," or "deleted"
-      let_status(string)
-      get_file_as() returns string
-      let_file_as (string)
-         defaults to "last_name, first_name"
-      get_followup_status() returns int
-      let_followup_status (int)
-      get_keywords() returns string
-         comma delimited list
-      let_keywords(string)
-      get_group_access() returns int
-         ????  perhaps this should be a string?  controls on access?
-      let_group_access(int)
-      get_ldap_sync() returns boolean
-         determines whether or not to sync with an ldap server
-      let_ldap_sync(boolean)
-      get_ldap_dn() returns string
-         if ldap_sync is true, and this record has already been 
-         propogated, then this will return the dn which can directly
-         reference the ldap entry.
-      let_ldap_dn(string)
       
   - contact.client.class functions -
--- 348,351 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]