@RequestScoped public class FWNoticeManagerImpl extends Object implements com.handywedge.notice.FWNoticeManager
| コンストラクタと説明 |
|---|
FWNoticeManagerImpl() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
int |
delete(int id) |
com.handywedge.notice.FWNotice |
get(int id) |
List<com.handywedge.notice.FWNotice> |
list() |
void |
register(com.handywedge.notice.FWNotice notice) |
int |
update(com.handywedge.notice.FWNotice notice) |
public void register(com.handywedge.notice.FWNotice notice)
register インタフェース内 com.handywedge.notice.FWNoticeManagerpublic com.handywedge.notice.FWNotice get(int id)
get インタフェース内 com.handywedge.notice.FWNoticeManagerpublic List<com.handywedge.notice.FWNotice> list()
list インタフェース内 com.handywedge.notice.FWNoticeManagerpublic int update(com.handywedge.notice.FWNotice notice)
update インタフェース内 com.handywedge.notice.FWNoticeManagerpublic int delete(int id)
delete インタフェース内 com.handywedge.notice.FWNoticeManagerHandywedge ver 0.9.0. Copyright (c) 2019 Handywedge Co.,Ltd.