boolean |
CollectionService.addSocialEvent(Collection collection,
CollectionService.SocialAction socialAction,
CollectionService.SocialService excludeSocialService,
Boolean force) |
EQAsyncTask<Boolean> |
CollectionService.addSocialEvent(Collection collection,
CollectionService.SocialAction socialAction,
CollectionService.SocialService excludeSocialService,
Boolean force,
ResponseDelegate<Boolean> responseDelegate) |
boolean |
CollectionService.addUserRelationshipToCollection(Collection collection,
Collection.UserCollectionType userCollectionType) |
boolean |
CollectionService.addUserRelationshipToCollection(Collection collection,
Collection.UserCollectionType userCollectionType,
Integer collectionTriggerId,
Boolean silent) |
EQAsyncTask<Boolean> |
CollectionService.addUserRelationshipToCollection(Collection collection,
Collection.UserCollectionType userCollectionType,
Integer collectionTriggerId,
Boolean silent,
ResponseDelegate<Boolean> responseDelegate) |
EQAsyncTask<Boolean> |
CollectionService.addUserRelationshipToCollection(Collection collection,
Collection.UserCollectionType userCollectionType,
ResponseDelegate<Boolean> responseDelegate) |
boolean |
ContentFileService.changeCollection(ContentFile contentFile,
Collection newCollection) |
boolean |
ContentFileService.changeCollection(ContentFile contentFile,
Collection oldCollection,
Collection newCollection) |
EQAsyncTask<Boolean> |
ContentFileService.changeCollection(ContentFile contentFile,
Collection oldCollection,
Collection newCollection,
ResponseDelegate<Boolean> responseDelegate) |
EQAsyncTask<Boolean> |
ContentFileService.changeCollection(ContentFile contentFile,
Collection newCollection,
ResponseDelegate<Boolean> responseDelegate) |
Collection |
CollectionService.createCollection(Collection collection) |
Collection |
CollectionService.createCollection(Collection collection,
File icon) |
EQAsyncTask<Collection> |
CollectionService.createCollection(Collection collection,
File icon,
ResponseDelegate<Collection> responseDelegate) |
Collection |
CollectionService.createCollection(Collection collection,
InputStream icon,
String fileName) |
EQAsyncTask<Collection> |
CollectionService.createCollection(Collection collection,
InputStream icon,
String fileName,
ResponseDelegate<Collection> responseDelegate) |
EQAsyncTask<Collection> |
CollectionService.createCollection(Collection collection,
ResponseDelegate<Collection> responseDelegate) |
boolean |
CollectionService.deleteCollection(Collection collection) |
EQAsyncTask<Boolean> |
CollectionService.deleteCollection(Collection collection,
ResponseDelegate<Boolean> responseDelegate) |
UUID |
RequestService.getCollectionRequestGuid(Collection collection) |
List<ContentFile> |
ContentFileService.getContentFiles(Collection collection) |
List<ContentFile> |
ContentFileService.getContentFiles(Collection collection,
PagingParameters pagingParameters) |
EQAsyncTask<List<ContentFile>> |
ContentFileService.getContentFiles(Collection collection,
PagingParameters pagingParameters,
ResponseDelegate<List<ContentFile>> responseDelegate) |
EQAsyncTask<List<ContentFile>> |
ContentFileService.getContentFiles(Collection collection,
ResponseDelegate<List<ContentFile>> responseDelegate) |
boolean |
CollectionService.markAsViewed(Collection collection) |
EQAsyncTask<Boolean> |
CollectionService.markAsViewed(Collection collection,
ResponseDelegate<Boolean> responseDelegate) |
boolean |
CollectionService.removeSocialEvent(Collection collection,
CollectionService.SocialAction socialAction,
Boolean force) |
EQAsyncTask<Boolean> |
CollectionService.removeSocialEvent(Collection collection,
CollectionService.SocialAction socialAction,
Boolean force,
ResponseDelegate<Boolean> responseDelegate) |
boolean |
CollectionService.updateCollection(Collection collection,
boolean deleteIcon) |
EQAsyncTask<Boolean> |
CollectionService.updateCollection(Collection collection,
boolean deleteIcon,
ResponseDelegate<Boolean> responseDelegate) |
boolean |
CollectionService.updateCollection(Collection collection,
File icon) |
EQAsyncTask<Boolean> |
CollectionService.updateCollection(Collection collection,
File icon,
ResponseDelegate<Boolean> responseDelegate) |
boolean |
CollectionService.updateCollection(Collection collection,
InputStream icon,
String fileName) |
EQAsyncTask<Boolean> |
CollectionService.updateCollection(Collection collection,
InputStream icon,
String fileName,
ResponseDelegate<Boolean> responseDelegate) |