Changes between Version 21 and Version 22 of Document/Development/Design/LdapBackend

Show
Ignore:
Timestamp:
10/21/08 14:15:48 (5 years ago)
Author:
jgarcia@… (IP: 88.26.177.14)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Document/Development/Design/LdapBackend

    v21 v22  
    213213 
    214214=== Ldap !#5 === 
     215__EBox's Types behaviour__ 
     216 * Do not know anything about how could they store, just indicate which fields will have persistence ([#Ldap2 with description method]) 
     217 * They should know how restore themselves (A default behavior will be provided, which it'll be ok for most of the types). 
     218   * You can override ''restoreFromHash()'' or individual setters for each value of ''keys %{ $self->description }''. 
     219 * They should know what differences are between their data and another values (A default behavior will be provided). 
     220 * They must know if the primary key has been change (between their data and another values). 
    215221 
    216222=== Ldap !#6 ===