Methods
Modifier and Type |
Method and Description |
boolean |
addSocialEvent(Collection collection,
CollectionService.SocialAction socialAction,
CollectionService.SocialService excludeSocialService,
Boolean force) |
EQAsyncTask<Boolean> |
addSocialEvent(Collection collection,
CollectionService.SocialAction socialAction,
CollectionService.SocialService excludeSocialService,
Boolean force,
ResponseDelegate<Boolean> responseDelegate) |
boolean |
addUserRelationshipToCollection(Collection collection,
Collection.UserCollectionType userCollectionType) |
boolean |
addUserRelationshipToCollection(Collection collection,
Collection.UserCollectionType userCollectionType,
Integer collectionTriggerId,
Boolean silent) |
EQAsyncTask<Boolean> |
addUserRelationshipToCollection(Collection collection,
Collection.UserCollectionType userCollectionType,
Integer collectionTriggerId,
Boolean silent,
ResponseDelegate<Boolean> responseDelegate) |
EQAsyncTask<Boolean> |
addUserRelationshipToCollection(Collection collection,
Collection.UserCollectionType userCollectionType,
ResponseDelegate<Boolean> responseDelegate) |
Collection |
createCollection(Collection collection) |
Collection |
createCollection(Collection collection,
File icon) |
EQAsyncTask<Collection> |
createCollection(Collection collection,
File icon,
ResponseDelegate<Collection> responseDelegate) |
Collection |
createCollection(Collection collection,
InputStream icon,
String fileName) |
EQAsyncTask<Collection> |
createCollection(Collection collection,
InputStream icon,
String fileName,
ResponseDelegate<Collection> responseDelegate) |
EQAsyncTask<Collection> |
createCollection(Collection collection,
ResponseDelegate<Collection> responseDelegate) |
boolean |
deleteCollection(Collection collection) |
EQAsyncTask<Boolean> |
deleteCollection(Collection collection,
ResponseDelegate<Boolean> responseDelegate) |
boolean |
deleteCollection(Integer collectionId) |
EQAsyncTask<Boolean> |
deleteCollection(Integer collectionId,
ResponseDelegate<Boolean> responseDelegate) |
Collection |
getCollection(int collectionId) |
EQAsyncTask<Collection> |
getCollection(int collectionId,
ResponseDelegate<Collection> responseDelegate) |
Collection |
getCollection(UUID collectionGuid) |
EQAsyncTask<Collection> |
getCollection(UUID collectionGuid,
ResponseDelegate<Collection> responseDelegate) |
Collection |
getCollectionRequest(UUID collectionRequestGuid) |
EQAsyncTask<Collection> |
getCollectionRequest(UUID collectionRequestGuid,
ResponseDelegate<Collection> responseDelegate) |
List<Collection> |
getCollections() |
List<Collection> |
getCollections(CollectionContext collectionContext,
PagingParameters pagingParameters) |
EQAsyncTask<List<Collection>> |
getCollections(CollectionContext collectionContext,
PagingParameters pagingParameters,
ResponseDelegate<List<Collection>> responseDelegate) |
EQAsyncTask<List<Collection>> |
getCollections(ResponseDelegate<List<Collection>> responseDelegate) |
List<Collection> |
getCollections(User user,
CollectionContext collectionContext,
PagingParameters pagingParameters) |
EQAsyncTask<List<Collection>> |
getCollections(User user,
CollectionContext collectionContext,
PagingParameters pagingParameters,
ResponseDelegate<List<Collection>> responseDelegate) |
List<ContentFile> |
listFavoritedContentFiles(User user,
ContentFileContext contentFileContext,
PagingParameters pagingParameters) |
EQAsyncTask<List<ContentFile>> |
listFavoritedContentFiles(User user,
ContentFileContext contentFileContext,
PagingParameters pagingParameters,
ResponseDelegate<List<ContentFile>> responseDelegate) |
boolean |
markAsViewed(Collection collection) |
EQAsyncTask<Boolean> |
markAsViewed(Collection collection,
ResponseDelegate<Boolean> responseDelegate) |
boolean |
removeSocialEvent(Collection collection,
CollectionService.SocialAction socialAction,
Boolean force) |
EQAsyncTask<Boolean> |
removeSocialEvent(Collection collection,
CollectionService.SocialAction socialAction,
Boolean force,
ResponseDelegate<Boolean> responseDelegate) |
boolean |
updateCollection(Collection collection,
boolean deleteIcon) |
EQAsyncTask<Boolean> |
updateCollection(Collection collection,
boolean deleteIcon,
ResponseDelegate<Boolean> responseDelegate) |
boolean |
updateCollection(Collection collection,
File icon) |
EQAsyncTask<Boolean> |
updateCollection(Collection collection,
File icon,
ResponseDelegate<Boolean> responseDelegate) |
boolean |
updateCollection(Collection collection,
InputStream icon,
String fileName) |
EQAsyncTask<Boolean> |
updateCollection(Collection collection,
InputStream icon,
String fileName,
ResponseDelegate<Boolean> responseDelegate) |