Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(690)

Issue 5141050: Provisioning patch

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 1 month ago by alainv
Modified:
14 years, 1 month ago
Reviewers:
alainv
CC:
shraddhag
Base URL:
http://gdata-java-client-ext.googlecode.com/svn/trunk/
Visibility:
Public.

Patch Set 1 #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+685 lines, -0 lines) Patch
A src/com/google/api/data/provisioning/v2/ProvisioningApiInfo.java View 1 chunk +41 lines, -0 lines 0 comments Download
A src/com/google/api/data/provisioning/v2/ProvisioningService.java View 1 chunk +204 lines, -0 lines 0 comments Download
A src/com/google/api/data/provisioning/v2/ProvisioningUrl.java View 1 chunk +21 lines, -0 lines 0 comments Download
A src/com/google/api/data/provisioning/v2/UrlFactory.java View 1 chunk +167 lines, -0 lines 0 comments Download
A src/com/google/api/data/provisioning/v2/model/Group.java View 1 chunk +42 lines, -0 lines 0 comments Download
A src/com/google/api/data/provisioning/v2/model/GroupList.java View 1 chunk +18 lines, -0 lines 1 comment Download
A src/com/google/api/data/provisioning/v2/model/GroupMember.java View 1 chunk +40 lines, -0 lines 2 comments Download
A src/com/google/api/data/provisioning/v2/model/GroupMemberList.java View 1 chunk +17 lines, -0 lines 2 comments Download
A src/com/google/api/data/provisioning/v2/model/Limit.java View 1 chunk +16 lines, -0 lines 0 comments Download
A src/com/google/api/data/provisioning/v2/model/Login.java View 1 chunk +34 lines, -0 lines 0 comments Download
A src/com/google/api/data/provisioning/v2/model/Name.java View 1 chunk +19 lines, -0 lines 0 comments Download
A src/com/google/api/data/provisioning/v2/model/Property.java View 1 chunk +19 lines, -0 lines 0 comments Download
A src/com/google/api/data/provisioning/v2/model/User.java View 1 chunk +29 lines, -0 lines 1 comment Download
A src/com/google/api/data/provisioning/v2/model/UserList.java View 1 chunk +18 lines, -0 lines 0 comments Download

Messages

Total messages: 1
alainv
14 years, 1 month ago (2011-09-28 08:39:57 UTC) #1
Hey Shraddha, Overall, good patch :-). Some comments and make sure to test your model against the API. Also, most of the provisioning entries look the same as they are regular atom:entry with a list of apps:property. Maybe you could have a single AppsEntry that extends Entry or BatchEntry and use this instead of duplicating this class everywhere. Best, Alain http://codereview.appspot.com/5141050/diff/1/src/com/google/api/data/provisio... File src/com/google/api/data/provisioning/v2/model/GroupList.java (right): http://codereview.appspot.com/5141050/diff/1/src/com/google/api/data/provisio... src/com/google/api/data/provisioning/v2/model/GroupList.java:16: @Key("@entry") This should be: @Key("entry") Entry is an element not an attribute. http://codereview.appspot.com/5141050/diff/1/src/com/google/api/data/provisio... File src/com/google/api/data/provisioning/v2/model/GroupMember.java (right): http://codereview.appspot.com/5141050/diff/1/src/com/google/api/data/provisio... src/com/google/api/data/provisioning/v2/model/GroupMember.java:13: public class GroupMember { Shouldn't this extend "Entry" or "BatchEntry" (only if the feed supports batching). http://codereview.appspot.com/5141050/diff/1/src/com/google/api/data/provisio... src/com/google/api/data/provisioning/v2/model/GroupMember.java:17: public Property[] property; Make it a List<Property>. http://codereview.appspot.com/5141050/diff/1/src/com/google/api/data/provisio... File src/com/google/api/data/provisioning/v2/model/GroupMemberList.java (right): http://codereview.appspot.com/5141050/diff/1/src/com/google/api/data/provisio... src/com/google/api/data/provisioning/v2/model/GroupMemberList.java:12: public class GroupMemberList { Extend Feed or BatchFeed. http://codereview.appspot.com/5141050/diff/1/src/com/google/api/data/provisio... src/com/google/api/data/provisioning/v2/model/GroupMemberList.java:15: @Key("@entry") @Key("entry") http://codereview.appspot.com/5141050/diff/1/src/com/google/api/data/provisio... File src/com/google/api/data/provisioning/v2/model/User.java (right): http://codereview.appspot.com/5141050/diff/1/src/com/google/api/data/provisio... src/com/google/api/data/provisioning/v2/model/User.java:19: public Category category; Is Category an attribute or an element of a UserEntry? If this is an element and belongs to an atom:entry, please add this in Entry instead.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b