Uses of Class
org.wso2.carbon.registry.core.jdbc.dataobjects.CommentDO

Packages that use CommentDO
org.wso2.carbon.registry.core.dao   
org.wso2.carbon.registry.core.jdbc.dao   
 

Uses of CommentDO in org.wso2.carbon.registry.core.dao
 

Methods in org.wso2.carbon.registry.core.dao with parameters of type CommentDO
 void CommentsDAO.addComments(ResourceImpl resource, CommentDO[] commentDOs)
          Method to persist comments.
 

Uses of CommentDO in org.wso2.carbon.registry.core.jdbc.dao
 

Methods in org.wso2.carbon.registry.core.jdbc.dao with parameters of type CommentDO
 void JDBCCommentsDAO.addComments(ResourceImpl resource, CommentDO[] commentDOs)
           
 void JDBCCommentsVersionDAO.addComments(ResourceImpl resource, CommentDO[] commentDOs)
          Method to persist comments.
 



Copyright © 2012 WSO2 Inc. All Rights Reserved.