- addFilevoid addFile(string post_name, string file_name, InputStream contents) 
- Undocumented in source. 
- addPostBsonObjectID addPost(Post post) 
- Undocumented in source. 
- addUserBsonObjectID addUser(User user) 
- Undocumented in source. 
- countPostsForCategoryint countPostsForCategory(string[] categories) 
- Undocumented in source. 
- deleteConfigvoid deleteConfig(string name) 
- Undocumented in source. 
- deletePostvoid deletePost(BsonObjectID id) 
- Undocumented in source. 
- deleteUservoid deleteUser(BsonObjectID id) 
- Undocumented in source. 
- getAllConfigsConfig[] getAllConfigs() 
- Undocumented in source. 
- getAllPostsvoid getAllPosts(int nskip, bool delegate(size_t idx, Post post) del) 
- Undocumented in source. 
- getAllUsersUser[string] getAllUsers() 
- Undocumented in source. 
- getConfigConfig getConfig(string name, bool createdefault) 
- Undocumented in source. 
- getFileInputStream getFile(string post_name, string file_name) 
- Undocumented in source. 
- getFilesstring[] getFiles(string post_name) 
- Undocumented in source. 
- getPostPost getPost(BsonObjectID postid) 
- Undocumented in source. 
- getPostPost getPost(string name) 
- Undocumented in source. 
- getPostsForCategoryvoid getPostsForCategory(string[] categories, int nskip, bool delegate(size_t idx, Post post) del) 
- Undocumented in source. 
- getPublicPostsForCategoryvoid getPublicPostsForCategory(string[] categories, int nskip, bool delegate(size_t idx, Post post) del) 
- Undocumented in source. 
- getUserUser getUser(BsonObjectID userid) 
- Undocumented in source. 
- getUserByEmailUser getUserByEmail(string email) 
- Undocumented in source. 
- getUserByNameUser getUserByName(string name) 
- Undocumented in source. 
- hasPostbool hasPost(string name) 
- Undocumented in source. 
- invokeOnConfigChangevoid invokeOnConfigChange(void delegate() del) 
- Undocumented in source. 
- modifyPostvoid modifyPost(Post post) 
- Undocumented in source. 
- modifyUservoid modifyUser(User user) 
- Undocumented in source. 
- removeFilevoid removeFile(string post_name, string file_name) 
- Undocumented in source. 
- setConfigvoid setConfig(Config cfg) 
- Undocumented in source.