Class RssUrlService


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

      Constructors 
      Constructor Description
      RssUrlService()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<RssUrl> findAll()  
      • 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

      • RssUrlService

        public RssUrlService()
    • Method Detail

      • findAll

        public java.util.List<RssUrl> findAll()