83848586878889
/** * {@inheritDoc} */ public UserProfile createUserProfileInstance(String userName) { return new UserProfileImpl(userName); }
68697071727374
} listeners_.remove(listener); } public final UserProfile createUserProfileInstance() { return new UserProfileImpl(); }
72737475767778
public final UserProfile createUserProfileInstance() { return new UserProfileImpl(); } public UserProfile createUserProfileInstance(String userName) { return new UserProfileImpl(userName); }
265266267268269270271272273274
if (filteredAttrs.isEmpty()) { return null; } UserProfile profile = new UserProfileImpl(userName, filteredAttrs); return profile; }
526527528529530531532
{ } public UserProfile createUserProfileInstance() { return new UserProfileImpl(); }
531532533534535536537
return new UserProfileImpl(); } public UserProfile createUserProfileInstance(String userName) { return new UserProfileImpl(userName); }
546547548549550551552
return new ArrayList(); } public UserProfile removeUserProfile(String userName, boolean broadcast) throws Exception { return new UserProfileImpl(); }
550551552553554555556
555556557558559560561
570571572573574575576