Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[che-dev] Profile vs Preference

Hi All ,

 

Could you please explain what is the difference between Profile and Preference ?

 

I See that Profile has an entity that has:

User id ,

Map <String,String> attributes

 

 

ProfileDao Interface defines CRUD and the profile can be updated by ProfileService in the API /profile

 

Preference is also Map<String,String> that is stored per User and is updated by the API /profile/prefs  by using the

PrefernceDao.SetPrefernces

 

Could you please describe what and when should I use each ?

 

Thanks & Regards,

Meirav

 

 

 


Back to the top