パッケージ com.handywedge.notice

クラス FWNoticeManagerImpl

  • すべての実装されたインタフェース:
    com.handywedge.notice.FWNoticeManager

    @RequestScoped
    public class FWNoticeManagerImpl
    extends Object
    implements com.handywedge.notice.FWNoticeManager
    • コンストラクタの詳細

      • FWNoticeManagerImpl

        public FWNoticeManagerImpl()
    • メソッドの詳細

      • 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