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 |
ContentFileService.addSocialEvent(ContentFile contentFile,
CollectionService.SocialAction socialAction,
CollectionService.SocialService excludeSocialService,
Boolean force) |
EQAsyncTask<Boolean> |
ContentFileService.addSocialEvent(ContentFile contentFile,
CollectionService.SocialAction socialAction,
CollectionService.SocialService excludeSocialService,
Boolean force,
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 |
ContentFileService.removeSocialEvent(ContentFile contentFile,
CollectionService.SocialAction socialAction,
Boolean force) |
EQAsyncTask<Boolean> |
ContentFileService.removeSocialEvent(ContentFile contentFile,
CollectionService.SocialAction socialAction,
Boolean force,
ResponseDelegate<Boolean> responseDelegate) |