org.seasar.tuigwaa.logic
クラス LogicServiceImpl

java.lang.Object
  拡張org.seasar.tuigwaa.logic.LogicServiceImpl
すべての実装インタフェース:
LogicService

public class LogicServiceImpl
extends Object
implements LogicService


コンストラクタの概要
LogicServiceImpl()
           
 
メソッドの概要
 void addExternalLogics()
           
 void addLogic(String siteName, TgwLogic logic)
           
 void deleteLogic(String siteName, String logicName)
           
 void editLogic(String siteName, TgwLogic logic)
           
 TgwLogic getLogic(String siteName, String logicName)
           
 Collection getLogicList(String siteName)
           
 void loadLogics(String siteName)
           
 void saveLogics(String siteName)
           
 void setDataSaveInterceptor(DataSaveInterceptor dataSaveInterceptor)
           
 void setExtLogicContainer(ExternalLogicContainer extLogicContainer)
           
 void setPageViewInterceptor(PageViewInterceptor pageViewInterceptor)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

LogicServiceImpl

public LogicServiceImpl()
メソッドの詳細

setDataSaveInterceptor

public void setDataSaveInterceptor(DataSaveInterceptor dataSaveInterceptor)
定義:
インタフェース LogicService 内の setDataSaveInterceptor

setPageViewInterceptor

public void setPageViewInterceptor(PageViewInterceptor pageViewInterceptor)
定義:
インタフェース LogicService 内の setPageViewInterceptor

setExtLogicContainer

public void setExtLogicContainer(ExternalLogicContainer extLogicContainer)

getLogic

public TgwLogic getLogic(String siteName,
                         String logicName)
定義:
インタフェース LogicService 内の getLogic

editLogic

public void editLogic(String siteName,
                      TgwLogic logic)
定義:
インタフェース LogicService 内の editLogic

deleteLogic

public void deleteLogic(String siteName,
                        String logicName)
定義:
インタフェース LogicService 内の deleteLogic

addLogic

public void addLogic(String siteName,
                     TgwLogic logic)
定義:
インタフェース LogicService 内の addLogic

saveLogics

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

loadLogics

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

getLogicList

public Collection getLogicList(String siteName)
定義:
インタフェース LogicService 内の getLogicList

addExternalLogics

public void addExternalLogics()
定義:
インタフェース LogicService 内の addExternalLogics


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