org.seasar.tuigwaa.model.common
クラス DataServiceUtils
java.lang.Object
org.seasar.tuigwaa.model.common.DataServiceUtils
- public class DataServiceUtils
- extends Object
Seasar のオブジェクトが参照できないクラスから
データベースのデータを読み込みたいときに使うクラス
- 作成者:
- nishioka
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataServiceUtils
public DataServiceUtils()
loadByValue
public static Object loadByValue(TgwEntity entity,
String attrName,
Object value)
getDataTable
public static DataTable getDataTable(TgwEntity entity,
String filter)
getDataTable
public static DataTable getDataTable(TgwEntity entity)
getLabelValueMap
public static Map getLabelValueMap(TgwEntity entity)
- 指定したモデル(テーブル)にある、各データの代表カラムの表示名と
ID(主キー)の値を返す
Copyright © 2005-2006 The Seasar Foundation and the others.. All Rights Reserved.