|
| bool | clear (const ::Ice::Current &c) override |
| |
| | Collection (const CommonStoragePtr &dbConn, const std::string &collNS) |
| |
| Ice::Int | count (const ::Ice::Current &=Ice::emptyCurrent) override |
| |
| bool | ensureIndex (const std::string &fieldName, bool unique, const ::Ice::Current &=Ice::emptyCurrent) override |
| |
| DBStorableDataList | findAll (const ::Ice::Current &=Ice::emptyCurrent) override |
| |
| NameList | findAllFieldValues (const std::string &fieldName, const ::Ice::Current &=Ice::emptyCurrent) override |
| |
| EntityIdList | findAllIds (const ::Ice::Current &=Ice::emptyCurrent) override |
| |
| DBStorableData | findAllUniqueByFieldName (const std::string &fieldName, const ::Ice::Current &=Ice::emptyCurrent) override |
| |
| DBStorableDataList | findByConstraintQuery (const std::string &query, const std::string &where, const Ice::Current &) override |
| |
| DBStorableDataList | findByFieldValue (const std::string &fieldName, const ::std::string &fieldValue, const ::Ice::Current &=Ice::emptyCurrent) override |
| |
| DBStorableDataList | findByFieldValueList (const std::string &fieldName, const NameList &fieldValueList, const ::Ice::Current &=Ice::emptyCurrent) override |
| |
| DBStorableData | findByMongoId (const std::string &id, const ::Ice::Current &c) override |
| |
| DBStorableDataList | findByQuery (const std::string &query, const ::Ice::Current &c) override |
| |
| DBStorableData | findOneByFieldValue (const std::string &fieldName, const ::std::string &fieldValue, const ::Ice::Current &=Ice::emptyCurrent) override |
| |
| DBStorableData | findOneByQuery (const std::string &query, const ::Ice::Current &c) override |
| |
| Ice::Identity | getIceId () const |
| |
| std::string | getNS (const ::Ice::Current &=Ice::emptyCurrent) override |
| |
| std::string | insert (const DBStorableData &obj, const ::Ice::Current &=Ice::emptyCurrent) override |
| |
| std::vector< std::string > | insertList (const DBStorableDataList &objectList, const Ice::Current &=Ice::emptyCurrent) override |
| |
| bool | removeByFieldValue (const std::string &fieldName, const std::string &fieldValue, const ::Ice::Current &=Ice::emptyCurrent) override |
| |
| bool | removeByMongoId (const std::string &id, const ::Ice::Current &=Ice::emptyCurrent) override |
| |
| bool | removeByQuery (const std::string &query, const ::Ice::Current &=Ice::emptyCurrent) override |
| |
| std::string | save (const DBStorableData &obj, const ::Ice::Current &=Ice::emptyCurrent) override |
| |
| bool | saveWithUserKey (const DBStorableData &obj, const std::string &keyField, const ::Ice::Current &=Ice::emptyCurrent) override |
| |
| bool | update (const DBStorableData &obj, const ::Ice::Current &=Ice::emptyCurrent) override |
| |
| bool | updateByQuery (const std::string &query, const DBStorableData &obj, const ::Ice::Current &=Ice::emptyCurrent) override |
| |
| bool | updateWithUserKey (const DBStorableData &obj, const std::string &keyField, const ::Ice::Current &=Ice::emptyCurrent) override |
| |
Definition at line 33 of file Collection.h.