Uses of Interface
dev.getelements.elements.dao.mongo.query.BooleanQueryParser
Packages that use BooleanQueryParser
Package
Description
-
Uses of BooleanQueryParser in dev.getelements.elements.dao.mongo
Methods in dev.getelements.elements.dao.mongo that return BooleanQueryParserMethods in dev.getelements.elements.dao.mongo with parameters of type BooleanQueryParserModifier and TypeMethodDescriptionvoid
MongoProfileDao.setBooleanQueryParser
(BooleanQueryParser booleanQueryParser) -
Uses of BooleanQueryParser in dev.getelements.elements.dao.mongo.goods
Methods in dev.getelements.elements.dao.mongo.goods that return BooleanQueryParserMethods in dev.getelements.elements.dao.mongo.goods with parameters of type BooleanQueryParserModifier and TypeMethodDescriptionvoid
MongoDistinctInventoryItemDao.setBooleanQueryParser
(BooleanQueryParser booleanQueryParser) -
Uses of BooleanQueryParser in dev.getelements.elements.dao.mongo.mission
Methods in dev.getelements.elements.dao.mongo.mission that return BooleanQueryParserModifier and TypeMethodDescriptionMongoMissionDao.getBooleanQueryParser()
MongoProgressDao.getBooleanQueryParser()
MongoScheduleDao.getBooleanQueryParser()
MongoScheduleEventDao.getBooleanQueryParser()
Methods in dev.getelements.elements.dao.mongo.mission with parameters of type BooleanQueryParserModifier and TypeMethodDescriptionvoid
MongoMissionDao.setBooleanQueryParser
(BooleanQueryParser booleanQueryParser) void
MongoProgressDao.setBooleanQueryParser
(BooleanQueryParser booleanQueryParser) void
MongoScheduleDao.setBooleanQueryParser
(BooleanQueryParser booleanQueryParser) void
MongoScheduleEventDao.setBooleanQueryParser
(BooleanQueryParser booleanQueryParser) -
Uses of BooleanQueryParser in dev.getelements.elements.dao.mongo.query
Classes in dev.getelements.elements.dao.mongo.query that implement BooleanQueryParserModifier and TypeClassDescriptionclass
ABooleanQueryParser
based on Sidhant Aggarwal's boolean query parser.