org.seasar.tuigwaa.system
クラス ServiceHelperImpl

java.lang.Object
  拡張org.seasar.tuigwaa.system.ServiceHelperImpl
すべての実装インタフェース:
ServiceHelper

public class ServiceHelperImpl
extends Object
implements ServiceHelper


コンストラクタの概要
ServiceHelperImpl()
           
 
メソッドの概要
 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)
           
 SearchExeFunction getSearchExe(TgwEntity entity, String sformName)
           
 SearchFormComponent getSearchForm(TgwEntity entity, String searchName)
           
 String getSearchFormName(TgwEntity entity, String sformName)
           
 void loadFunctionConfigs(TgwEntity entity)
           
 void setController(ControllerService controller)
           
 void setDao(DAOService dao)
           
 void setModel(ModelService model)
           
 void setupControllerConfigs(String siteName)
           
 void setupFileDataTable(String siteName)
           
 void setupFileDataTable(TgwEntity entity)
           
 void setView(HtmlService view)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ServiceHelperImpl

public ServiceHelperImpl()
メソッドの詳細

setView

public void setView(HtmlService view)

setModel

public void setModel(ModelService model)

setController

public void setController(ControllerService controller)

setDao

public void setDao(DAOService dao)

getSearchForm

public SearchFormComponent getSearchForm(TgwEntity entity,
                                         String searchName)
定義:
インタフェース ServiceHelper 内の getSearchForm

getSearchActionName

public String getSearchActionName(TgwEntity entity,
                                  String sformName)
定義:
インタフェース ServiceHelper 内の getSearchActionName

getSearchFormName

public String getSearchFormName(TgwEntity entity,
                                String sformName)
定義:
インタフェース ServiceHelper 内の getSearchFormName

getCustomFormName

public String getCustomFormName(TgwEntity entity,
                                String cformName)
定義:
インタフェース ServiceHelper 内の getCustomFormName

getCustomForm

public CustomFormComponent getCustomForm(TgwEntity entity,
                                         String cformName,
                                         Object bean)
定義:
インタフェース ServiceHelper 内の getCustomForm

getCustomActionName

public String getCustomActionName(TgwEntity entity,
                                  String cformName)
定義:
インタフェース ServiceHelper 内の getCustomActionName

getSearchExe

public SearchExeFunction getSearchExe(TgwEntity entity,
                                      String sformName)

setupControllerConfigs

public void setupControllerConfigs(String siteName)
定義:
インタフェース ServiceHelper 内の setupControllerConfigs

loadFunctionConfigs

public void loadFunctionConfigs(TgwEntity entity)
定義:
インタフェース ServiceHelper 内の loadFunctionConfigs

setupFileDataTable

public void setupFileDataTable(TgwEntity entity)
定義:
インタフェース ServiceHelper 内の setupFileDataTable

setupFileDataTable

public void setupFileDataTable(String siteName)
定義:
インタフェース ServiceHelper 内の setupFileDataTable


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