org.seasar.tuigwaa.system
インタフェース ServiceHelper

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

public interface ServiceHelper

複数のサービスにアクセスするような処理を 1回のアクセスにまとめるヘルパー 他のサービスから呼ばれることはなく、Action より、Plugin から使われる

作成者:
nishioka

メソッドの概要
 String getCustomActionName(TgwEntity entity, String cformName)
           
 CustomFormComponent getCustomForm(TgwEntity entity, String cformName, Object bean)
           
 String getCustomFormName(TgwEntity entity, String cformName)
           
 String getSearchActionName(TgwEntity entity, String sformName)
           
 SearchFormComponent getSearchForm(TgwEntity entity, String sformName)
           
 String getSearchFormName(TgwEntity entity, String sformName)
           
 void loadFunctionConfigs(TgwEntity entity)
           
 void setupControllerConfigs(String siteName)
           
 void setupFileDataTable(String siteName)
           
 void setupFileDataTable(TgwEntity entity)
           
 

メソッドの詳細

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.