Extend SUIte UI utils.
[gpl/argeo-suite.git] / org.argeo.entity.api / src / org / argeo / entity / EntityNames.java
index 0cf53b67678434ef42e6b1a1a57b1ef8dd824ff8..4f2edebe636efbfec5e4f7c25e97fa856d8e57be 100644 (file)
@@ -29,12 +29,16 @@ public interface EntityNames {
        final String ENTITY_RELATED_TO = "entity:relatedTo";
 
        // LDAP-LIKE ENTITIES
        final String ENTITY_RELATED_TO = "entity:relatedTo";
 
        // LDAP-LIKE ENTITIES
+       @Deprecated
        final String DISPLAY_NAME = LdapAttrs.displayName.property();
        // Persons
        final String DISPLAY_NAME = LdapAttrs.displayName.property();
        // Persons
+       @Deprecated
        final String GIVEN_NAME = LdapAttrs.givenName.property();
        final String GIVEN_NAME = LdapAttrs.givenName.property();
+       @Deprecated
        final String SURNAME = LdapAttrs.sn.property();
        final String SURNAME = LdapAttrs.sn.property();
+       @Deprecated
        final String EMAIL = LdapAttrs.mail.property();
        final String EMAIL = LdapAttrs.mail.property();
-
+       @Deprecated
        final String OU = LdapAttrs.ou.property();
 
        // WGS84
        final String OU = LdapAttrs.ou.property();
 
        // WGS84