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 -
Method Summary
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, validateObjectMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
- Specified by:
findByIdin interfaceorg.craftercms.commons.mongo.CrudRepository<SocialContext>- Overrides:
findByIdin classorg.craftercms.commons.mongo.AbstractJongoRepository<SocialContext>- Throws:
org.craftercms.commons.mongo.MongoDataException
-