-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/14577/
-----------------------------------------------------------

Review request for cloudstack.


Repository: cloudstack-git


Description
-------

Removed setters from all *JoinVO classes as they represent MySQL views which 
are not editable.

The one exception to this was that I left setPassword(String) in UserVmJoinVO. 
This is because the view does not actually have the user's password, but it is 
a field in UseVmJoinVO, so it must be set manually, not auto-populated from the 
DB.


Diffs
-----

  server/src/com/cloud/api/query/vo/AccountJoinVO.java fbcc934 
  server/src/com/cloud/api/query/vo/AffinityGroupJoinVO.java ae63a8a 
  server/src/com/cloud/api/query/vo/AsyncJobJoinVO.java c45be1c 
  server/src/com/cloud/api/query/vo/BaseViewVO.java 6b1ddd6 
  server/src/com/cloud/api/query/vo/DataCenterJoinVO.java c6a80e7 
  server/src/com/cloud/api/query/vo/DiskOfferingJoinVO.java 58e8370 
  server/src/com/cloud/api/query/vo/DomainRouterJoinVO.java bfe4486 
  server/src/com/cloud/api/query/vo/EventJoinVO.java 12d7e5a 
  server/src/com/cloud/api/query/vo/HostJoinVO.java cf3cfdc 
  server/src/com/cloud/api/query/vo/ImageStoreJoinVO.java ac161af 
  server/src/com/cloud/api/query/vo/InstanceGroupJoinVO.java 3fb4309 
  server/src/com/cloud/api/query/vo/ProjectAccountJoinVO.java 1a8818a 
  server/src/com/cloud/api/query/vo/ProjectInvitationJoinVO.java f6e6760 
  server/src/com/cloud/api/query/vo/ProjectJoinVO.java 3885fa0 
  server/src/com/cloud/api/query/vo/ResourceTagJoinVO.java 9ce9555 
  server/src/com/cloud/api/query/vo/SecurityGroupJoinVO.java 258b613 
  server/src/com/cloud/api/query/vo/ServiceOfferingJoinVO.java 05ff5f3 
  server/src/com/cloud/api/query/vo/StoragePoolJoinVO.java d98bb3b 
  server/src/com/cloud/api/query/vo/TemplateJoinVO.java bb1cfed 
  server/src/com/cloud/api/query/vo/UserAccountJoinVO.java c44027b 
  server/src/com/cloud/api/query/vo/UserVmJoinVO.java 745db56 
  server/src/com/cloud/api/query/vo/VolumeJoinVO.java 9fe9fd1 

Diff: https://reviews.apache.org/r/14577/diff/


Testing
-------

There were no compile errors after the deletions, so there shouldn't be any 
issues.

However, I did do a clean build and played around with the UI while watching 
vmops.log to make sure there were no errors being thrown over this.


Thanks,

Chris Suich

Reply via email to