org.seasar.tuigwaa.model
インタフェース DAOService

既知の実装クラスの一覧:
DAOServiceImpl

public interface DAOService

作成者:
nishioka

メソッドの概要
 TgwEntity createProjectionEntity(TgwEntity entity, String aggregationName)
           
 DaoMethod deregisterDaoMethod(TgwEntity entity, String filter)
           
 Map getAggregationFunctionMap(TgwEntity entity)
           
 Map getCustomFormFunctionMap(TgwEntity entity)
           
 EntityDAO getDAO(TgwEntity entity)
           
 Map getDataFilterFunctionMap(TgwEntity entity)
           
 DAOServiceImpl.FunctionSet getFunctionSet(TgwEntity entity)
           
 Map getSearchFunctionMap(TgwEntity entity)
           
 Map getValueFunctionMap(TgwEntity entity)
           
 CriteriaExeFunction injectDataFilter(TgwEntity entity, String aggregationName, UnaryCriteriaFunction function)
           
 void loadFunctions(TgwEntity entity)
           
 void registerDaoMethod(TgwEntity entity, DaoMethod daoMethod)
           
 void resetAllFunctions()
           
 void saveAllFunctions()
           
 void saveFunction(TgwEntity entity)
           
 

メソッドの詳細

getFunctionSet

public DAOServiceImpl.FunctionSet getFunctionSet(TgwEntity entity)

getDAO

public EntityDAO getDAO(TgwEntity entity)

createProjectionEntity

public TgwEntity createProjectionEntity(TgwEntity entity,
                                        String aggregationName)

injectDataFilter

public CriteriaExeFunction injectDataFilter(TgwEntity entity,
                                            String aggregationName,
                                            UnaryCriteriaFunction function)

registerDaoMethod

public void registerDaoMethod(TgwEntity entity,
                              DaoMethod daoMethod)

deregisterDaoMethod

public DaoMethod deregisterDaoMethod(TgwEntity entity,
                                     String filter)

getDataFilterFunctionMap

public Map getDataFilterFunctionMap(TgwEntity entity)

getAggregationFunctionMap

public Map getAggregationFunctionMap(TgwEntity entity)

getSearchFunctionMap

public Map getSearchFunctionMap(TgwEntity entity)

getValueFunctionMap

public Map getValueFunctionMap(TgwEntity entity)

getCustomFormFunctionMap

public Map getCustomFormFunctionMap(TgwEntity entity)

resetAllFunctions

public void resetAllFunctions()

saveFunction

public void saveFunction(TgwEntity entity)

saveAllFunctions

public void saveAllFunctions()

loadFunctions

public void loadFunctions(TgwEntity entity)


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