global class Ideas { global Ideas() { } global Object clone() { } global static List findSimilar(SObject idea) { } global static List getAllRecentReplies(String userId, String communityId) { } global static List getReadRecentReplies(String userId, String communityId) { } global static List getUnreadRecentReplies(String userId, String communityId) { } global static void markRead(String ideaId) { } }