comparison src/main/java/de/mpiwg/itgroup/annotations/Person.java @ 86:e3f0613b2f2d

renamed getFullname to make it configurable. fixed Restlet at 2.2.3.
author casties
date Mon, 02 Feb 2015 11:32:53 +0100
parents 2b1e6df5e21a
children 2beafb8e19e4
comparison
equal deleted inserted replaced
85:ed51eadc82c5 86:e3f0613b2f2d
85 * @param application 85 * @param application
86 * @return 86 * @return
87 */ 87 */
88 public String updateName(BaseRestlet application) { 88 public String updateName(BaseRestlet application) {
89 if (id != null) { 89 if (id != null) {
90 name = application.getFullNameFromLdap(id); 90 name = application.getFullNameForId(id);
91 } 91 }
92 return name; 92 return name;
93 } 93 }
94 94
95 /* (non-Javadoc) 95 /* (non-Javadoc)