Package | Description |
---|---|
com.equilibrium | |
com.equilibrium.services | |
com.equilibrium.services.contexts |
Modifier and Type | Method and Description |
---|---|
List<Category> |
SessionManager.getDefaultCategories()
Categories are an attribute of ContentFiles.
|
List<Category> |
SessionManager.getDefaultCategories(boolean forceReload)
Categories are an attribute of ContentFiles.
|
Modifier and Type | Method and Description |
---|---|
boolean |
RequestService.acceptRequest(Request request) |
boolean |
RequestService.acceptRequest(UUID requestGuid) |
boolean |
UserService.addPushDevice(Device device) |
boolean |
CollectionService.addSocialEvent(Collection collection,
CollectionService.SocialAction socialAction,
CollectionService.SocialService excludeSocialService,
Boolean force) |
boolean |
ContentFileService.addSocialEvent(ContentFile contentFile,
CollectionService.SocialAction socialAction,
CollectionService.SocialService excludeSocialService,
Boolean force) |
boolean |
CollectionService.addUserRelationshipToCollection(Collection collection,
Collection.UserCollectionType userCollectionType) |
boolean |
CollectionService.addUserRelationshipToCollection(Collection collection,
Collection.UserCollectionType userCollectionType,
Integer collectionTriggerId,
Boolean silent) |
Upload |
UploadService.beginUpload(UploadContext uploadContext) |
Upload |
UploadService.beginUpload(Upload upload,
int preferredChunkSize,
int numberOfChunks) |
Upload |
UploadService.cancelUpload(Upload upload) |
boolean |
ContentFileService.changeCollection(ContentFile contentFile,
Collection newCollection) |
boolean |
ContentFileService.changeCollection(ContentFile contentFile,
Collection oldCollection,
Collection newCollection) |
Upload |
UploadService.completeUpload(Upload upload) |
boolean |
RequestService.confirmRequest(Request request) |
boolean |
RequestService.confirmRequest(UUID requestGuid) |
List<ContentMenuItem> |
MiscService.contentMenuItems() |
List<ContentMenuItem> |
MiscService.contentMenuItems(Date modifiedSince) |
boolean |
MiscService.createActivity(String activity) |
boolean |
MiscService.createActivity(String activity,
String secondary) |
Collection |
CollectionService.createCollection(Collection collection) |
Collection |
CollectionService.createCollection(Collection collection,
File icon) |
Collection |
CollectionService.createCollection(Collection collection,
InputStream icon,
String fileName) |
ContentFile |
ContentFileService.createContentFile(ContentFile contentFile,
File video) |
ContentFile |
ContentFileService.createContentFile(ContentFile contentFile,
InputStream videoStream,
String fileName) |
ContentFile |
ContentFileService.createContentFile(ContentFile contentFile,
InputStream videoStream,
String fileName,
boolean isChunked) |
ContentFile |
UploadService.createContentFile(ContentFile contentFile,
Upload upload) |
ContentFile |
ContentFileService.createContentFile(ContentFile contentFile,
Upload upload) |
ContentFile |
ContentFileService.createContentFile(ContentFile contentFile,
URL url,
boolean isFlash) |
int |
PostService.createPost(Post post,
ContentFile contentFile) |
int |
PostService.createPost(Post post,
Post parentPost) |
RequestMessage |
RequestService.createRequest(RequestContext requestContext) |
Session |
SessionService.createSession(String username,
String password) |
Session |
SessionService.createSession(User user) |
User |
UserService.createUser(User user) |
boolean |
UserService.createUser(User user,
File icon) |
boolean |
UserService.createUser(User user,
InputStream icon,
String fileName) |
Session |
SessionService.createUserAndSession(User user) |
boolean |
RequestService.declineRequest(Request request) |
boolean |
RequestService.declineRequest(UUID requestGuid) |
boolean |
PostService.delete(int postId) |
boolean |
PostService.delete(Post post) |
boolean |
CollectionService.deleteCollection(Collection collection) |
boolean |
CollectionService.deleteCollection(Integer collectionId) |
boolean |
ContentFileService.deleteContentFile(ContentFile contentFile) |
boolean |
RequestService.deleteRequest(Request request) |
boolean |
RequestService.deleteRequest(UUID requestGuid) |
boolean |
UserService.deleteUser() |
boolean |
UserService.emailAccounts(String email) |
List<ContentFile> |
UserService.favoritedContentFiles(User user,
ContentFileContext contentFileContext,
PagingParameters pagingParameters) |
List<ContentFile> |
ContentFileService.favoritedContentFiles(User user,
ContentFileContext contentFileContext,
PagingParameters pagingParameters) |
List<FacebookFriend> |
UserService.findFacebookFriends(String search,
FriendService.SocialSearchType socialSearchType,
PagingParameters pagingParameters) |
List<FacebookFriend> |
FriendService.findFacebookFriends(String search,
FriendService.SocialSearchType socialSearchType,
PagingParameters pagingParameters) |
List<TwitterFriend> |
UserService.findTwitterFriends(String search,
FriendService.SocialSearchType socialSearchType,
PagingParameters pagingParameters) |
List<TwitterFriend> |
FriendService.findTwitterFriends(String search,
FriendService.SocialSearchType socialSearchType,
PagingParameters pagingParameters) |
boolean |
ContentFileService.flagAsInappropriate(ContentFile contentFile) |
List<User> |
UserService.getAllUsers() |
Collection |
CollectionService.getCollection(int collectionId) |
Collection |
CollectionService.getCollection(UUID collectionGuid) |
Collection |
CollectionService.getCollectionRequest(UUID collectionRequestGuid) |
UUID |
RequestService.getCollectionRequestGuid(Collection collection) |
UUID |
RequestService.getCollectionRequestGuid(Integer collectionId) |
List<Collection> |
CollectionService.getCollections() |
List<Collection> |
CollectionService.getCollections(CollectionContext collectionContext,
PagingParameters pagingParameters) |
List<Collection> |
CollectionService.getCollections(User user,
CollectionContext collectionContext,
PagingParameters pagingParameters) |
ContentFile |
ContentFileService.getContentFile(Integer contentFileId) |
ContentFile |
ContentFileService.getContentFile(String fileName) |
List<ContentFile> |
ContentFileService.getContentFiles(Collection collection) |
List<ContentFile> |
ContentFileService.getContentFiles(Collection collection,
PagingParameters pagingParameters) |
List<ContentMenuItem> |
ContentMenuService.getContentMenuItems(Date modifiedSince) |
List<Category> |
CategoryService.getDefaultCategories()
List all valid categories
|
User |
UserService.getLoggedInUser() |
List<HashTag> |
HashTagService.getTrending(PagingParameters pagingParameters) |
List<HashTag> |
MiscService.getTrendingHashTags(PagingParameters pagingParameters) |
Upload |
UploadService.getUpload(Integer uploadId) |
Upload |
UploadService.getUpload(UploadContext uploadContext) |
User |
UserService.getUser(Integer userId)
load user with user id
|
User |
UserService.getUser(String userName)
Load user with username
|
User |
UserService.getUser(User user)
Reload the user object from the server
|
List<User> |
UserService.getUsers(Integer... userIds) |
User |
UserService.linkFacebook(User user,
String accessToken,
Date expirationDate) |
User |
UserService.linkTwitter(User user,
String twitterUserId,
String screenName,
String oAuthToken,
String oAuthTokenSecret) |
EQAsyncTask<User> |
UserService.linkTwitter(User user,
String twitterUserId,
String screenName,
String oAuthToken,
String oAuthTokenSecret,
ResponseDelegate<User> responseDelegate) |
List<Collection> |
UserService.listCollections(User user,
CollectionContext collectionContext,
PagingParameters pagingParameters) |
List<Upload> |
UploadService.listCurrentUploads() |
List<Upload> |
UploadService.listCurrentUploads(int preferredChunkSize,
int numberOfChunks) |
List<ContentFile> |
CollectionService.listFavoritedContentFiles(User user,
ContentFileContext contentFileContext,
PagingParameters pagingParameters) |
List<Post> |
PostService.listPosts(ContentFile contentFile,
PagingParameters pagingParameters) |
List<Post> |
ContentFileService.listPosts(ContentFile contentFile,
PagingParameters pagingParameters) |
List<PushMessage> |
UserService.listPushMessages(PagingParameters pagingParameters) |
List<Request> |
RequestService.listRequests(ListRequestContext listRequestContext) |
List<Request> |
RequestService.listRequestsToMe(ListRequestContext listRequestContext) |
List<Request> |
RequestService.listRequestsToMe(ListRequestContext listRequestContext,
Boolean all) |
List<User> |
UserService.listUsers(UserContext userContext,
PagingParameters pagingParameters) |
boolean |
CollectionService.markAsViewed(Collection collection) |
boolean |
ContentFileService.markAsViewed(ContentFile contentFile) |
PurchaseTransaction |
UserService.purchase(PurchaseContext purchaseContext) |
PurchaseTransaction |
ProductService.purchase(PurchaseContext purchaseContext) |
boolean |
UserService.removePushDevice(Device device) |
boolean |
CollectionService.removeSocialEvent(Collection collection,
CollectionService.SocialAction socialAction,
Boolean force) |
boolean |
ContentFileService.removeSocialEvent(ContentFile contentFile,
CollectionService.SocialAction socialAction,
Boolean force) |
boolean |
UserService.requestPasswordReset(String username) |
boolean |
UserService.resendConfirmationEmail() |
boolean |
UserService.resetPassword(UUID passwordResetGuid,
String password) |
List<User> |
UserService.search(String search,
PagingParameters pagingParameters) |
List<HashTag> |
MiscService.searchHashTags(String search,
PagingParameters pagingParameters) |
List<HashTag> |
HashTagService.searchHashTags(String search,
PagingParameters pagingParameters) |
User |
UserService.unlinkFacebook(User user) |
EQAsyncTask<User> |
UserService.unlinkFacebook(User user,
ResponseDelegate<User> responseDelegate) |
User |
UserService.unlinkTwitter(User user) |
EQAsyncTask<User> |
UserService.unlinkTwitter(User user,
ResponseDelegate<User> responseDelegate) |
boolean |
CollectionService.updateCollection(Collection collection,
boolean deleteIcon) |
boolean |
CollectionService.updateCollection(Collection collection,
File icon) |
boolean |
CollectionService.updateCollection(Collection collection,
InputStream icon,
String fileName) |
boolean |
ContentFileService.updateContentFile(ContentFile contentFile) |
ContentFile |
ContentFileService.updateContentFile(ContentFile contentFile,
File video) |
ContentFile |
ContentFileService.updateContentFile(ContentFile contentFile,
InputStream videoStream,
String fileName) |
ContentFile |
ContentFileService.updateContentFile(ContentFile contentFile,
InputStream videoStream,
String fileName,
boolean isChunked) |
boolean |
RequestService.updateRequest(Request request,
Collection.UserCollectionType userCollectionType) |
boolean |
RequestService.updateRequest(UUID requestGuid,
Collection.UserCollectionType userCollectionType) |
User |
UserService.updateSocialSettings(boolean enabled) |
User |
UserService.updateSocialSettings(boolean enabled,
FacebookSettings facebookSettings) |
User |
UserService.updateSocialSettings(boolean enabled,
FacebookSettings facebookSettings,
TwitterSettings twitterSettings) |
User |
UserService.updateSocialSettings(boolean enabled,
TwitterSettings twitterSettings) |
boolean |
UserService.updateUser(User user) |
boolean |
UserService.updateUser(User user,
boolean deleteIcon) |
boolean |
UserService.updateUser(User user,
File icon) |
boolean |
UserService.updateUser(User user,
InputStream icon,
String fileName) |
UploadProgress |
UploadService.uploadChunk(UploadContext uploadContext,
UploadChunk uploadChunk,
byte[] chunk) |
Constructor and Description |
---|
CollectionRequestContext(UUID collectionRequestGuid,
Collection.UserCollectionType userCollectionType,
String message) |
CollectionRequestContext(UUID collectionRequestGuid,
String message) |
Copyright © 2014 Equilibrium. All rights reserved.