org.seasar.tuigwaa.plugin.database
クラス CommentDao

java.lang.Object
  拡張org.seasar.tuigwaa.plugin.DaoPlugin
      拡張org.seasar.tuigwaa.plugin.database.CommentDao

public class CommentDao
extends DaoPlugin


コンストラクタの概要
CommentDao(EntityDAO dao)
           
 
メソッドの概要
 DataTable getComments(String siteName, String pageName, int maxSize, String extraKey)
           
 void save(Comment comment)
           
 
クラス org.seasar.tuigwaa.plugin.DaoPlugin から継承したメソッド
getDao, loadByValue, saveOrUpdate
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

CommentDao

public CommentDao(EntityDAO dao)
メソッドの詳細

save

public void save(Comment comment)

getComments

public DataTable getComments(String siteName,
                             String pageName,
                             int maxSize,
                             String extraKey)


Copyright © 2005-2006 The Seasar Foundation and the others.. All Rights Reserved.