org.seasar.tuigwaa.model.common
クラス EntityInfo

java.lang.Object
  拡張org.seasar.tuigwaa.model.common.EntityInfo

public class EntityInfo
extends Object

作成者:
nishioka TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

コンストラクタの概要
EntityInfo(TgwEntity entity, DAOServiceImpl.FunctionSet functionSet)
           
 
メソッドの概要
 Collection getAggregationFuncList()
           
 Collection getCustomFormList()
           
 Collection getDataFilterList()
           
 Map getDataFilterMap()
           
 String[] getDataTemplates()
           
 TgwEntity getEntity()
           
 List getFkAttributeList()
           
 String[] getFormTemplates()
           
 Collection getFunctionList()
           
 Collection getSearchFormList()
           
 String[] getTableTemplates()
           
 String[] getTemplates(String type)
           
 Collection getUpdateRuleList()
           
 Collection getValueAggFuncList()
           
 boolean isAvailableWithSpreadsheet()
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

EntityInfo

public EntityInfo(TgwEntity entity,
                  DAOServiceImpl.FunctionSet functionSet)
メソッドの詳細

getEntity

public TgwEntity getEntity()

getFkAttributeList

public List getFkAttributeList()

isAvailableWithSpreadsheet

public boolean isAvailableWithSpreadsheet()

getDataFilterMap

public Map getDataFilterMap()

getDataFilterList

public Collection getDataFilterList()

getAggregationFuncList

public Collection getAggregationFuncList()

getValueAggFuncList

public Collection getValueAggFuncList()

getSearchFormList

public Collection getSearchFormList()

getCustomFormList

public Collection getCustomFormList()

getUpdateRuleList

public Collection getUpdateRuleList()

getFunctionList

public Collection getFunctionList()

getFormTemplates

public String[] getFormTemplates()

getTableTemplates

public String[] getTableTemplates()

getDataTemplates

public String[] getDataTemplates()

getTemplates

public String[] getTemplates(String type)


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