| java.lang.Object org.jamwiki.db.AnsiDataHandler org.jamwiki.db.DB2400DataHandler
Methods inherited from org.jamwiki.db.AnsiDataHandler | protected void addWikiUser(WikiUser user, Connection conn) throws Exception(Code)(Java Doc) public boolean canMoveTopic(Topic fromTopic, String destination) throws Exception(Code)(Java Doc) public void deleteTopic(Topic topic, TopicVersion topicVersion, boolean userVisible, Object transactionObject) throws Exception(Code)(Java Doc) public List getAllCategories(String virtualWiki, Pagination pagination) throws Exception(Code)(Java Doc) public List getAllRoles() throws Exception(Code)(Java Doc) public List getAllTopicNames(String virtualWiki) throws Exception(Code)(Java Doc) public List getAllWikiFileVersions(String virtualWiki, String topicName, boolean descending) throws Exception(Code)(Java Doc) public List getRecentChanges(String virtualWiki, Pagination pagination, boolean descending) throws Exception(Code)(Java Doc) public List getRecentChanges(String virtualWiki, String topicName, Pagination pagination, boolean descending) throws Exception(Code)(Java Doc) public Collection getRoleMapByLogin(String loginFragment) throws Exception(Code)(Java Doc) public Collection getRoleMapByRole(String roleName) throws Exception(Code)(Java Doc) public Role[] getRoleMapGroup(String groupName) throws Exception(Code)(Java Doc) public Collection getRoleMapGroups() throws Exception(Code)(Java Doc) public Role[] getRoleMapUser(String login) throws Exception(Code)(Java Doc) public List getTopicsAdmin(String virtualWiki, Pagination pagination) throws Exception(Code)(Java Doc) public List getUserContributions(String virtualWiki, String userString, Pagination pagination, boolean descending) throws Exception(Code)(Java Doc) public List getVirtualWikiList(Object transactionObject) throws Exception(Code)(Java Doc) public Watchlist getWatchlist(String virtualWiki, int userId) throws Exception(Code)(Java Doc) public List getWatchlist(String virtualWiki, int userId, Pagination pagination) throws Exception(Code)(Java Doc) public List lookupCategoryTopics(String virtualWiki, String categoryName) throws Exception(Code)(Java Doc) public Topic lookupTopic(String virtualWiki, String topicName, boolean deleteOK, Object transactionObject) throws Exception(Code)(Java Doc) public List lookupTopicByType(String virtualWiki, int topicType, Pagination pagination) throws Exception(Code)(Java Doc) public int lookupTopicCount(String virtualWiki) throws Exception(Code)(Java Doc) public TopicVersion lookupTopicVersion(int topicVersionId, Object transactionObject) throws Exception(Code)(Java Doc) public VirtualWiki lookupVirtualWiki(String virtualWikiName) throws Exception(Code)(Java Doc) public WikiFile lookupWikiFile(String virtualWiki, String topicName) throws Exception(Code)(Java Doc) public int lookupWikiFileCount(String virtualWiki) throws Exception(Code)(Java Doc) public WikiUser lookupWikiUser(int userId, Object transactionObject) throws Exception(Code)(Java Doc) public WikiUser lookupWikiUser(String username, Object transactionObject) throws Exception(Code)(Java Doc) public int lookupWikiUserCount() throws Exception(Code)(Java Doc) public List lookupWikiUsers(Pagination pagination) throws Exception(Code)(Java Doc) public void moveTopic(Topic fromTopic, TopicVersion fromVersion, String destination, Object transactionObject) throws Exception(Code)(Java Doc) protected QueryHandler queryHandler()(Code)(Java Doc) public void reloadRecentChanges(Object transactionObject) throws Exception(Code)(Java Doc) public void setup(Locale locale, WikiUser user) throws Exception(Code)(Java Doc) public void setupSpecialPages(Locale locale, WikiUser user, VirtualWiki virtualWiki, Object transactionObject) throws Exception(Code)(Java Doc) public void undeleteTopic(Topic topic, TopicVersion topicVersion, boolean userVisible, Object transactionObject) throws Exception(Code)(Java Doc) public void updateSpecialPage(Locale locale, String virtualWiki, String topicName, WikiUser user, String ipAddress, Object transactionObject) throws Exception(Code)(Java Doc) public void writeFile(WikiFile wikiFile, WikiFileVersion wikiFileVersion, Object transactionObject) throws Exception(Code)(Java Doc) public void writeRole(Role role, Object transactionObject, boolean update) throws Exception(Code)(Java Doc) public void writeRoleMapGroup(int groupId, List roles, Object transactionObject) throws Exception(Code)(Java Doc) public void writeRoleMapUser(int userId, List roles, Object transactionObject) throws Exception(Code)(Java Doc) public void writeTopic(Topic topic, TopicVersion topicVersion, LinkedHashMap categories, Vector links, boolean userVisible, Object transactionObject) throws Exception(Code)(Java Doc) public void writeVirtualWiki(VirtualWiki virtualWiki, Object transactionObject) throws Exception(Code)(Java Doc) public void writeWatchlistEntry(Watchlist watchlist, String virtualWiki, String topicName, int userId, Object transactionObject) throws Exception(Code)(Java Doc) public void writeWikiGroup(WikiGroup group, Object transactionObject) throws Exception(Code)(Java Doc) public void writeWikiUser(WikiUser user, WikiUserInfo userInfo, Object transactionObject) throws Exception(Code)(Java Doc)
|
|
|