Class CmsFavoriteDAO


  • public class CmsFavoriteDAO
    extends java.lang.Object
    Loads/saves favorites.

    When loading favorites, the individual entries are validated by trying to read the resources/projects they reference. If this fails, the entries are discareded from the returned list.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ADDINFO_KEY
      The additional info key under which the favorites for a user are saved.
      static java.lang.String BASE_KEY
      The main key in the JSON object containing the favorites.