org.seasar.tuigwaa.system
インタフェース ServiceHelper
- 既知の実装クラスの一覧:
- ServiceHelperImpl
- public interface ServiceHelper
複数のサービスにアクセスするような処理を 1回のアクセスにまとめるヘルパー
他のサービスから呼ばれることはなく、Action より、Plugin から使われる
- 作成者:
- nishioka
getSearchForm
public SearchFormComponent getSearchForm(TgwEntity entity,
String sformName)
getSearchFormName
public String getSearchFormName(TgwEntity entity,
String sformName)
getSearchActionName
public String getSearchActionName(TgwEntity entity,
String sformName)
getCustomForm
public CustomFormComponent getCustomForm(TgwEntity entity,
String cformName,
Object bean)
getCustomActionName
public String getCustomActionName(TgwEntity entity,
String cformName)
getCustomFormName
public String getCustomFormName(TgwEntity entity,
String cformName)
setupControllerConfigs
public void setupControllerConfigs(String siteName)
loadFunctionConfigs
public void loadFunctionConfigs(TgwEntity entity)
setupFileDataTable
public void setupFileDataTable(String siteName)
setupFileDataTable
public void setupFileDataTable(TgwEntity entity)
Copyright © 2005-2006 The Seasar Foundation and the others.. All Rights Reserved.