org.seasar.tuigwaa.model
インタフェース DAOService
- 既知の実装クラスの一覧:
- DAOServiceImpl
- public interface DAOService
- 作成者:
- nishioka
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.