yllekkram / sysc4907-video-store-system

1 stars 3 forks source link

I need a method in the service layer to get account information #29

Closed caleb-chan closed 11 years ago

caleb-chan commented 11 years ago

I need a method in the service layer to get account information. Currently the only way to get account information is with the Account.id. This has been replace with the UUID but your code has not been update to support this new change. Can you look into this?

smartelli commented 11 years ago

The uuid is the id for LoginToken not for account, Therefore, the getAccount(accountId) is still valid.