Class RssHistoryRepository


  • @ApplicationScoped
    public class RssHistoryRepository
    extends java.lang.Object
    Author:
    Michael Remijan mjremijan@yahoo.com @mjremijan
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected SqlConnection conn  
      protected org.slf4j.Logger log  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void cleanup()  
      java.util.Optional<RssHistory> find​(java.lang.String feedId, java.lang.String entryId)  
      protected void store​(RssHistory h)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • log

        @Inject
        protected org.slf4j.Logger log
    • Constructor Detail

      • RssHistoryRepository

        public RssHistoryRepository()
    • Method Detail

      • find

        public java.util.Optional<RssHistory> find​(java.lang.String feedId,
                                                   java.lang.String entryId)
      • cleanup

        public void cleanup()