jp.go.nict.langrid.management.logic
クラス NewsLogic
java.lang.Object
jp.go.nict.langrid.management.logic.AbstractLogic
jp.go.nict.langrid.management.logic.NewsLogic
public class NewsLogic
- extends AbstractLogic
Newsに関するロジック
- バージョン:
- $Revision: 10518 $
- 作成者:
- Masaaki Kamiya, $Author: Masaaki Kamiya $
クラス jp.go.nict.langrid.management.logic.AbstractLogic から継承されたメソッド |
getAccessLimitDao, getAccessLogDao, getAccessRightDao, getAccessStateDao, getDaoContext, getDaoFactory, getDomainDao, getFederationDao, getGridDao, getInvocationDao, getNewsDao, getNodeDao, getOperationRequestDao, getOverUseLimitDao, getOverUseStateDao, getProtocolDao, getResourceDao, getResourceTypeDao, getScheduleDao, getServiceDao, getServiceDeploymentDao, getServiceTypeDao, getSubscriptionDao, getSystemPropertyDao, getTemporaryUserDao, getUserDao |
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NewsLogic
public NewsLogic()
throws DaoException
- コンストラクタ。
- 例外:
DaoException
clear
public void clear()
throws DaoException
- 例外:
DaoException
listNews
public List<News> listNews(String gridId)
throws DaoException
- 例外:
DaoException
addNews
public void addNews(News news,
boolean allowAllAccess)
throws DaoException
- 例外:
DaoException