Class SocialContextRepositoryImpl

java.lang.Object
org.craftercms.commons.mongo.AbstractJongoRepository<SocialContext>
org.craftercms.social.repositories.security.impl.SocialContextRepositoryImpl
All Implemented Interfaces:
org.craftercms.commons.mongo.CrudRepository<SocialContext>, SocialContextRepository

public class SocialContextRepositoryImpl extends org.craftercms.commons.mongo.AbstractJongoRepository<SocialContext> implements SocialContextRepository
  • Field Summary

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

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    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 class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    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 Details

    • SocialContextRepositoryImpl

      public SocialContextRepositoryImpl()
  • Method Details

    • 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