Class MockNotifdConfigManager

    • Constructor Detail

      • MockNotifdConfigManager

        public MockNotifdConfigManager​(java.lang.String configString)
                                throws java.io.IOException
        Parameters:
        configString -
        Throws:
        java.io.IOException
    • Method Detail

      • saveXml

        protected void saveXml​(java.lang.String xml)
                        throws java.io.IOException
        Description copied from class: NotifdConfigManager

        saveXml

        Specified by:
        saveXml in class NotifdConfigManager
        Parameters:
        xml - a String object.
        Throws:
        java.io.IOException - if any.
      • getNextNotifIdSql

        public java.lang.String getNextNotifIdSql()
                                           throws java.io.IOException
        Description copied from class: NotifdConfigManager

        getNextNotifIdSql

        Overrides:
        getNextNotifIdSql in class NotifdConfigManager
        Returns:
        a String object.
        Throws:
        java.io.IOException - if any.
      • setNextNotifIdSql

        public void setNextNotifIdSql​(java.lang.String sql)
      • getNextUserNotifIdSql

        public java.lang.String getNextUserNotifIdSql()
                                               throws java.io.IOException
        Description copied from class: NotifdConfigManager

        getNextUserNotifIdSql

        Overrides:
        getNextUserNotifIdSql in class NotifdConfigManager
        Returns:
        a String object.
        Throws:
        java.io.IOException - if any.
      • setNextUserNotifIdSql

        public void setNextUserNotifIdSql​(java.lang.String sql)