RE: [Low Priority] Resource method names

2015-08-11 Thread Koushik Das
Please send out a PR with the fix. -Original Message- From: Rajani Karuturi [mailto:raj...@apache.org] Sent: Wednesday, 12 August 2015 12:02 To: dev@cloudstack.apache.org Subject: Re: [Low Priority] Resource method names :) ~Rajani On Wed, Aug 12, 2015 at 5:11 AM, Mike Tutkowski

Re: [Low Priority] Resource method names

2015-08-11 Thread Rajani Karuturi
:) ~Rajani On Wed, Aug 12, 2015 at 5:11 AM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > I like these names. :) > > public long findCorrectResourceLimitForAccount(Account account, > ResourceType type); > > public long findCorrectResourceLimitForAccount(long accountId, Long limit, > Re

[Low Priority] Resource method names

2015-08-11 Thread Mike Tutkowski
I like these names. :) public long findCorrectResourceLimitForAccount(Account account, ResourceType type); public long findCorrectResourceLimitForAccount(long accountId, Long limit, ResourceType type); public long findCorrectResourceLimitForDomain(Domain domain, ResourceType type); What if I was