org.seasar.tuigwaa.logic
クラス LogicServiceImpl
java.lang.Object
org.seasar.tuigwaa.logic.LogicServiceImpl
- すべての実装インタフェース:
- LogicService
- public class LogicServiceImpl
- extends Object
- implements LogicService
クラス 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.