Class SocialContextRepositoryImpl

    • Field Summary

      • Fields inherited from class org.craftercms.commons.mongo.AbstractJongoRepository

        clazz, collectionName, gridfs, jongo, queries
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      SocialContext findById​(String id)  
      • Methods inherited from class org.craftercms.commons.mongo.AbstractJongoRepository

        count, count, count, createSortQuery, deleteFile, deleteFile, find, find, findAll, findByStringId, findOne, findOne, getCollection, getFileInfo, getFileInfo, getQueryFor, init, insert, insert, listFilesByName, readFile, readFile, remove, remove, removeById, removeByStringId, returnList, returnSimple, save, save, saveFile, saveFile, setJongo, setQueries, update, update, update, update, updateFile, updateFile, updateFile, validateObject, validateObject
      • Methods inherited from interface org.craftercms.commons.mongo.CrudRepository

        count, count, count, deleteFile, deleteFile, find, find, findAll, findByStringId, findOne, findOne, getFileInfo, getFileInfo, insert, insert, listFilesByName, readFile, readFile, remove, remove, removeById, removeByStringId, save, save, saveFile, saveFile, update, update, update, update, updateFile, updateFile, updateFile
    • Constructor Detail

      • SocialContextRepositoryImpl

        public SocialContextRepositoryImpl()
    • Method Detail

      • findById

        public SocialContext findById​(String id)
                               throws org.craftercms.commons.mongo.MongoDataException
        Specified by:
        findById in interface org.craftercms.commons.mongo.CrudRepository<SocialContext>
        Overrides:
        findById in class org.craftercms.commons.mongo.AbstractJongoRepository<SocialContext>
        Throws:
        org.craftercms.commons.mongo.MongoDataException