Class ProtwordsService


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

      • ProtwordsService

        public ProtwordsService()
    • Method Detail

      • getProtwordsList

        public java.util.List<ProtwordsItem> getProtwordsList​(java.lang.String dictId,
                                                              ProtwordsPager protwordsPager)
      • getProtwordsFile

        public org.dbflute.optional.OptionalEntity<ProtwordsFile> getProtwordsFile​(java.lang.String dictId)
      • getProtwordsItem

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

        public void store​(java.lang.String dictId,
                          ProtwordsItem protwordsItem)
      • delete

        public void delete​(java.lang.String dictId,
                           ProtwordsItem protwordsItem)