Class StopwordsService


  • public class StopwordsService
    extends java.lang.Object
    • Constructor Detail

      • StopwordsService

        public StopwordsService()
    • Method Detail

      • getStopwordsList

        public java.util.List<StopwordsItem> getStopwordsList​(java.lang.String dictId,
                                                              StopwordsPager stopwordsPager)
      • getStopwordsFile

        public org.dbflute.optional.OptionalEntity<StopwordsFile> getStopwordsFile​(java.lang.String dictId)
      • getStopwordsItem

        public org.dbflute.optional.OptionalEntity<StopwordsItem> getStopwordsItem​(java.lang.String dictId,
                                                                                   long id)
      • store

        public void store​(java.lang.String dictId,
                          StopwordsItem stopwordsItem)
      • delete

        public void delete​(java.lang.String dictId,
                           StopwordsItem stopwordsItem)