facebook4j.internal.json
Interface z_F4JInternalFactory

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
z_F4JInternalJSONImplFactory

public interface z_F4JInternalFactory
extends java.io.Serializable

Author:
Ryuji Yamashita - roundrop at gmail.com

Method Summary
 ResponseList<Account> createAccountList(HttpResponse res)
           
 ResponseList<Achievement> createAchievementList(HttpResponse res)
           
 ResponseList<Activity> createActivityList(HttpResponse res)
           
 ResponseList<Admin> createAdminList(HttpResponse res)
           
 Album createAlbum(HttpResponse res)
           
 ResponseList<Album> createAlbumList(HttpResponse res)
           
 Application createApplication(HttpResponse res)
           
 ResponseList<Book> createBookList(HttpResponse res)
           
 Checkin createCheckin(HttpResponse res)
           
 ResponseList<Checkin> createCheckinList(HttpResponse res)
           
 Comment createComment(HttpResponse res)
           
 ResponseList<Comment> createCommentList(HttpResponse res)
           
 Domain createDomain(HttpResponse res)
           
 java.util.List<Domain> createDomainArray(HttpResponse res)
           
 Event createEvent(HttpResponse res)
           
 ResponseList<Event> createEventList(HttpResponse res)
           
 ResponseList<Family> createFamilyList(HttpResponse res)
           
 Friendlist createFriendlist(HttpResponse res)
           
 ResponseList<Friend> createFriendList(HttpResponse res)
           
 ResponseList<Friendlist> createFriendlistList(HttpResponse res)
           
 ResponseList<FriendRequest> createFriendRequestList(HttpResponse res)
           
 ResponseList<Game> createGameList(HttpResponse res)
           
 Group createGroup(HttpResponse res)
           
 ResponseList<GroupDoc> createGroupDocList(HttpResponse res)
           
 ResponseList<Group> createGroupList(HttpResponse res)
           
 ResponseList<GroupMember> createGroupMemberList(HttpResponse res)
           
 IdNameEntity createIdNameEntity(HttpResponse res)
           
 ResponseList<IdNameEntity> createIdNameEntityList(HttpResponse res)
           
 InboxResponseList<Message> createInboxList(HttpResponse res)
           
 ResponseList<Insight> createInsightList(HttpResponse res)
           
 ResponseList<Interest> createInterestList(HttpResponse res)
           
 ResponseList<JSONObject> createJSONObjectList(HttpResponse res)
           
 ResponseList<Like> createLikeList(HttpResponse res)
           
 Link createLink(HttpResponse res)
           
 ResponseList<Link> createLinkList(HttpResponse res)
           
 ResponseList<Location> createLocationList(HttpResponse res)
           
 Message createMessage(HttpResponse res)
           
 ResponseList<Message> createMessageList(HttpResponse res)
           
 ResponseList<Milestone> createMilestoneList(HttpResponse res)
           
 ResponseList<Movie> createMovieList(HttpResponse res)
           
 ResponseList<Music> createMusicList(HttpResponse res)
           
 Note createNote(HttpResponse res)
           
 ResponseList<Note> createNoteList(HttpResponse res)
           
 ResponseList<Notification> createNotificationList(HttpResponse res)
           
 Offer createOffer(HttpResponse res)
           
 ResponseList<Offer> createOfferList(HttpResponse res)
           
 Page createPage(HttpResponse res)
           
 ResponseList<Page> createPageList(HttpResponse res)
           
 ResponseList<PageSetting> createPageSettingList(HttpResponse res)
           
 java.util.List<Permission> createPermissions(HttpResponse res)
           
 Photo createPhoto(HttpResponse res)
           
 ResponseList<Photo> createPhotoList(HttpResponse res)
           
 ResponseList<Place> createPlaceList(HttpResponse res)
           
 ResponseList<Poke> createPokeList(HttpResponse res)
           
 Post createPost(HttpResponse res)
           
 ResponseList<Post> createPostList(HttpResponse res)
           
 Question createQuestion(HttpResponse res)
           
 ResponseList<Question> createQuestionList(HttpResponse res)
           
 ResponseList<Question.Option> createQuestionOptionList(HttpResponse res)
           
 ResponseList<QuestionVotes> createQuestionVotesList(HttpResponse res)
           
<T> ResponseList<T>
createResponseList(HttpResponse res, java.lang.Class<T> jsonObjectType)
           
 ResponseList<RSVPStatus> createRSVPStatusList(HttpResponse res)
           
 ResponseList<Score> createScoreList(HttpResponse res)
           
 ResponseList<Subscribedto> createSubscribedtoList(HttpResponse res)
           
 ResponseList<Subscriber> createSubscriberList(HttpResponse res)
           
 ResponseList<Tab> createTabList(HttpResponse res)
           
 ResponseList<Tagged> createTaggedList(HttpResponse res)
           
 ResponseList<Tag> createTagList(HttpResponse res)
           
 ResponseList<Television> createTelevisionList(HttpResponse res)
           
 TestUser createTestUser(HttpResponse res)
           
 TestUser createTestUser(JSONObject json)
           
 User createUser(HttpResponse res)
           
 User createUser(JSONObject json)
           
 java.util.List<User> createUserArray(HttpResponse res)
           
 ResponseList<User> createUserList(HttpResponse res)
           
 Video createVideo(HttpResponse res)
           
 ResponseList<Video> createVideoList(HttpResponse res)
           
 

Method Detail

createUser

User createUser(JSONObject json)
                throws FacebookException
Throws:
FacebookException

createUser

User createUser(HttpResponse res)
                throws FacebookException
Throws:
FacebookException

createUserList

ResponseList<User> createUserList(HttpResponse res)
                                  throws FacebookException
Throws:
FacebookException

createUserArray

java.util.List<User> createUserArray(HttpResponse res)
                                     throws FacebookException
Throws:
FacebookException

createIdNameEntity

IdNameEntity createIdNameEntity(HttpResponse res)
                                throws FacebookException
Throws:
FacebookException

createIdNameEntityList

ResponseList<IdNameEntity> createIdNameEntityList(HttpResponse res)
                                                  throws FacebookException
Throws:
FacebookException

createAccountList

ResponseList<Account> createAccountList(HttpResponse res)
                                        throws FacebookException
Throws:
FacebookException

createAchievementList

ResponseList<Achievement> createAchievementList(HttpResponse res)
                                                throws FacebookException
Throws:
FacebookException

createActivityList

ResponseList<Activity> createActivityList(HttpResponse res)
                                          throws FacebookException
Throws:
FacebookException

createAlbum

Album createAlbum(HttpResponse res)
                  throws FacebookException
Throws:
FacebookException

createAlbumList

ResponseList<Album> createAlbumList(HttpResponse res)
                                    throws FacebookException
Throws:
FacebookException

createBookList

ResponseList<Book> createBookList(HttpResponse res)
                                  throws FacebookException
Throws:
FacebookException

createCheckin

Checkin createCheckin(HttpResponse res)
                      throws FacebookException
Throws:
FacebookException

createCheckinList

ResponseList<Checkin> createCheckinList(HttpResponse res)
                                        throws FacebookException
Throws:
FacebookException

createComment

Comment createComment(HttpResponse res)
                      throws FacebookException
Throws:
FacebookException

createCommentList

ResponseList<Comment> createCommentList(HttpResponse res)
                                        throws FacebookException
Throws:
FacebookException

createDomain

Domain createDomain(HttpResponse res)
                    throws FacebookException
Throws:
FacebookException

createDomainArray

java.util.List<Domain> createDomainArray(HttpResponse res)
                                         throws FacebookException
Throws:
FacebookException

createEvent

Event createEvent(HttpResponse res)
                  throws FacebookException
Throws:
FacebookException

createEventList

ResponseList<Event> createEventList(HttpResponse res)
                                    throws FacebookException
Throws:
FacebookException

createRSVPStatusList

ResponseList<RSVPStatus> createRSVPStatusList(HttpResponse res)
                                              throws FacebookException
Throws:
FacebookException

createFamilyList

ResponseList<Family> createFamilyList(HttpResponse res)
                                      throws FacebookException
Throws:
FacebookException

createPostList

ResponseList<Post> createPostList(HttpResponse res)
                                  throws FacebookException
Throws:
FacebookException

createPost

Post createPost(HttpResponse res)
                throws FacebookException
Throws:
FacebookException

createFriendlist

Friendlist createFriendlist(HttpResponse res)
                            throws FacebookException
Throws:
FacebookException

createFriendlistList

ResponseList<Friendlist> createFriendlistList(HttpResponse res)
                                              throws FacebookException
Throws:
FacebookException

createFriendRequestList

ResponseList<FriendRequest> createFriendRequestList(HttpResponse res)
                                                    throws FacebookException
Throws:
FacebookException

createFriendList

ResponseList<Friend> createFriendList(HttpResponse res)
                                      throws FacebookException
Throws:
FacebookException

createGameList

ResponseList<Game> createGameList(HttpResponse res)
                                  throws FacebookException
Throws:
FacebookException

createGroup

Group createGroup(HttpResponse res)
                  throws FacebookException
Throws:
FacebookException

createGroupList

ResponseList<Group> createGroupList(HttpResponse res)
                                    throws FacebookException
Throws:
FacebookException

createGroupDocList

ResponseList<GroupDoc> createGroupDocList(HttpResponse res)
                                          throws FacebookException
Throws:
FacebookException

createInboxList

InboxResponseList<Message> createInboxList(HttpResponse res)
                                           throws FacebookException
Throws:
FacebookException

createInterestList

ResponseList<Interest> createInterestList(HttpResponse res)
                                          throws FacebookException
Throws:
FacebookException

createLikeList

ResponseList<Like> createLikeList(HttpResponse res)
                                  throws FacebookException
Throws:
FacebookException

createLink

Link createLink(HttpResponse res)
                throws FacebookException
Throws:
FacebookException

createLinkList

ResponseList<Link> createLinkList(HttpResponse res)
                                  throws FacebookException
Throws:
FacebookException

createLocationList

ResponseList<Location> createLocationList(HttpResponse res)
                                          throws FacebookException
Throws:
FacebookException

createMovieList

ResponseList<Movie> createMovieList(HttpResponse res)
                                    throws FacebookException
Throws:
FacebookException

createMusicList

ResponseList<Music> createMusicList(HttpResponse res)
                                    throws FacebookException
Throws:
FacebookException

createNote

Note createNote(HttpResponse res)
                throws FacebookException
Throws:
FacebookException

createNoteList

ResponseList<Note> createNoteList(HttpResponse res)
                                  throws FacebookException
Throws:
FacebookException

createNotificationList

ResponseList<Notification> createNotificationList(HttpResponse res)
                                                  throws FacebookException
Throws:
FacebookException

createPage

Page createPage(HttpResponse res)
                throws FacebookException
Throws:
FacebookException

createPageList

ResponseList<Page> createPageList(HttpResponse res)
                                  throws FacebookException
Throws:
FacebookException

createPageSettingList

ResponseList<PageSetting> createPageSettingList(HttpResponse res)
                                                throws FacebookException
Throws:
FacebookException

createMessage

Message createMessage(HttpResponse res)
                      throws FacebookException
Throws:
FacebookException

createMessageList

ResponseList<Message> createMessageList(HttpResponse res)
                                        throws FacebookException
Throws:
FacebookException

createPermissions

java.util.List<Permission> createPermissions(HttpResponse res)
                                             throws FacebookException
Throws:
FacebookException

createPlaceList

ResponseList<Place> createPlaceList(HttpResponse res)
                                    throws FacebookException
Throws:
FacebookException

createPhoto

Photo createPhoto(HttpResponse res)
                  throws FacebookException
Throws:
FacebookException

createPhotoList

ResponseList<Photo> createPhotoList(HttpResponse res)
                                    throws FacebookException
Throws:
FacebookException

createPokeList

ResponseList<Poke> createPokeList(HttpResponse res)
                                  throws FacebookException
Throws:
FacebookException

createQuestion

Question createQuestion(HttpResponse res)
                        throws FacebookException
Throws:
FacebookException

createQuestionList

ResponseList<Question> createQuestionList(HttpResponse res)
                                          throws FacebookException
Throws:
FacebookException

createQuestionOptionList

ResponseList<Question.Option> createQuestionOptionList(HttpResponse res)
                                                       throws FacebookException
Throws:
FacebookException

createQuestionVotesList

ResponseList<QuestionVotes> createQuestionVotesList(HttpResponse res)
                                                    throws FacebookException
Throws:
FacebookException

createScoreList

ResponseList<Score> createScoreList(HttpResponse res)
                                    throws FacebookException
Throws:
FacebookException

createSubscribedtoList

ResponseList<Subscribedto> createSubscribedtoList(HttpResponse res)
                                                  throws FacebookException
Throws:
FacebookException

createSubscriberList

ResponseList<Subscriber> createSubscriberList(HttpResponse res)
                                              throws FacebookException
Throws:
FacebookException

createTelevisionList

ResponseList<Television> createTelevisionList(HttpResponse res)
                                              throws FacebookException
Throws:
FacebookException

createVideo

Video createVideo(HttpResponse res)
                  throws FacebookException
Throws:
FacebookException

createVideoList

ResponseList<Video> createVideoList(HttpResponse res)
                                    throws FacebookException
Throws:
FacebookException

createTagList

ResponseList<Tag> createTagList(HttpResponse res)
                                throws FacebookException
Throws:
FacebookException

createGroupMemberList

ResponseList<GroupMember> createGroupMemberList(HttpResponse res)
                                                throws FacebookException
Throws:
FacebookException

createInsightList

ResponseList<Insight> createInsightList(HttpResponse res)
                                        throws FacebookException
Throws:
FacebookException

createTaggedList

ResponseList<Tagged> createTaggedList(HttpResponse res)
                                      throws FacebookException
Throws:
FacebookException

createMilestoneList

ResponseList<Milestone> createMilestoneList(HttpResponse res)
                                            throws FacebookException
Throws:
FacebookException

createAdminList

ResponseList<Admin> createAdminList(HttpResponse res)
                                    throws FacebookException
Throws:
FacebookException

createTabList

ResponseList<Tab> createTabList(HttpResponse res)
                                throws FacebookException
Throws:
FacebookException

createOfferList

ResponseList<Offer> createOfferList(HttpResponse res)
                                    throws FacebookException
Throws:
FacebookException

createOffer

Offer createOffer(HttpResponse res)
                  throws FacebookException
Throws:
FacebookException

createApplication

Application createApplication(HttpResponse res)
                              throws FacebookException
Throws:
FacebookException

createTestUser

TestUser createTestUser(HttpResponse res)
                        throws FacebookException
Throws:
FacebookException

createTestUser

TestUser createTestUser(JSONObject json)
                        throws FacebookException
Throws:
FacebookException

createJSONObjectList

ResponseList<JSONObject> createJSONObjectList(HttpResponse res)
                                              throws FacebookException
Throws:
FacebookException

createResponseList

<T> ResponseList<T> createResponseList(HttpResponse res,
                                       java.lang.Class<T> jsonObjectType)
                                   throws FacebookException
Throws:
FacebookException