org.seasar.tuigwaa.logic
インタフェース LogicService

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

public interface LogicService


メソッドの概要
 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 setPageViewInterceptor(PageViewInterceptor pageViewInterceptor)
           
 

メソッドの詳細

addExternalLogics

public void addExternalLogics()

getLogicList

public Collection getLogicList(String siteName)

setPageViewInterceptor

public void setPageViewInterceptor(PageViewInterceptor pageViewInterceptor)

setDataSaveInterceptor

public void setDataSaveInterceptor(DataSaveInterceptor dataSaveInterceptor)

getLogic

public TgwLogic getLogic(String siteName,
                         String logicName)

addLogic

public void addLogic(String siteName,
                     TgwLogic logic)

editLogic

public void editLogic(String siteName,
                      TgwLogic logic)

deleteLogic

public void deleteLogic(String siteName,
                        String logicName)

saveLogics

public void saveLogics(String siteName)

loadLogics

public void loadLogics(String siteName)


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