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