Re: [DISCUSS]De-coupling Account Services and User services.

2013-02-07 Thread Manikanta Kattamuri
On Thu, Feb 7, 2013 at 1:27 PM, Rohit Yadav wrote: > On Thu, Feb 7, 2013 at 12:27 PM, Manikanta Kattamuri > wrote: > > Hi All, > > > > Presently Account Services and Account Manager classes are responsible > for > > all the user operations like create, login, edit/update, change password, > > lo

Re: [DISCUSS]De-coupling Account Services and User services.

2013-02-06 Thread Rohit Yadav
On Thu, Feb 7, 2013 at 12:27 PM, Manikanta Kattamuri wrote: > Hi All, > > Presently Account Services and Account Manager classes are responsible for > all the user operations like create, login, edit/update, change password, > lock user etc.. > > What i am thinking of is to create a new UserServic

[DISCUSS]De-coupling Account Services and User services.

2013-02-06 Thread Manikanta Kattamuri
Hi All, Presently Account Services and Account Manager classes are responsible for all the user operations like create, login, edit/update, change password, lock user etc.. What i am thinking of is to create a new UserService in Utils and move the user methods in AccountServices to it and follow