パッケージ com.handywedge.notice
クラス FWNoticeManagerImpl
- java.lang.Object
-
- com.handywedge.notice.FWNoticeManagerImpl
-
- すべての実装されたインタフェース:
com.handywedge.notice.FWNoticeManager
@RequestScoped public class FWNoticeManagerImpl extends Object implements com.handywedge.notice.FWNoticeManager
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 FWNoticeManagerImpl()
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 intdelete(int id)com.handywedge.notice.FWNoticeget(int id)List<com.handywedge.notice.FWNotice>list()voidregister(com.handywedge.notice.FWNotice notice)intupdate(com.handywedge.notice.FWNotice notice)
-
-
-
メソッドの詳細
-
register
public void register(com.handywedge.notice.FWNotice notice)
- 定義:
registerインタフェース内com.handywedge.notice.FWNoticeManager
-
get
public com.handywedge.notice.FWNotice get(int id)
- 定義:
getインタフェース内com.handywedge.notice.FWNoticeManager
-
list
public List<com.handywedge.notice.FWNotice> list()
- 定義:
listインタフェース内com.handywedge.notice.FWNoticeManager
-
update
public int update(com.handywedge.notice.FWNotice notice)
- 定義:
updateインタフェース内com.handywedge.notice.FWNoticeManager
-
delete
public int delete(int id)
- 定義:
deleteインタフェース内com.handywedge.notice.FWNoticeManager
-
-