Collection Member List

This is the complete list of members for Collection, including all inherited members.

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