org.wso2.registry.jdbc.dao
Class CommentsDAO
java.lang.Object
org.wso2.registry.jdbc.dao.CommentsDAO
public class CommentsDAO
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommentsDAO
public CommentsDAO()
addComment
public java.lang.String addComment(java.lang.String resourceID,
java.lang.String userID,
Comment comment)
throws RegistryException
- Throws:
RegistryException
updateComment
public void updateComment(long commentId,
java.lang.String text)
throws RegistryException
- Throws:
RegistryException
deleteComment
public void deleteComment(long commentId)
throws RegistryException
- Throws:
RegistryException
getComments
public Comment[] getComments(java.lang.String path)
throws RegistryException
- Throws:
RegistryException
removeComments
public void removeComments(long artifactID,
java.sql.Connection conn)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getComment
public Comment getComment(long commentID)
throws RegistryException
- Throws:
RegistryException
getCommentIDs
public long[] getCommentIDs(java.lang.String resourcePath,
java.sql.Connection conn)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getResourcePathOfComment
public java.lang.String getResourcePathOfComment(long commentID)
throws RegistryException
- Throws:
RegistryException
Copyright © 2007 Apache Web Services Project. All Rights Reserved.