Uses of Class
com.mymed.model.core.wrappers.cassandra.api07.CassandraWrapper

Packages that use CassandraWrapper
com.mymed.controller.core.manager.reputation.db.facade   
com.mymed.controller.core.manager.reputation.db.table.facade   
com.mymed.controller.core.manager.reputation.reputation_manager   
com.mymed.controller.core.manager.storage   
 

Uses of CassandraWrapper in com.mymed.controller.core.manager.reputation.db.facade
 

Methods in com.mymed.controller.core.manager.reputation.db.facade with parameters of type CassandraWrapper
static TransactionManager TransactionManager.getNewInstance(CassandraWrapper w)
           
 

Uses of CassandraWrapper in com.mymed.controller.core.manager.reputation.db.table.facade
 

Constructors in com.mymed.controller.core.manager.reputation.db.table.facade with parameters of type CassandraWrapper
DbTableAdapter(CassandraWrapper w)
           
UserApplicationConsumerFacade(CassandraWrapper w)
           
UserApplicationProducerFacade(CassandraWrapper w)
           
VerdictAggregationFacade(CassandraWrapper w)
           
VerdictFacade(CassandraWrapper w)
           
 

Uses of CassandraWrapper in com.mymed.controller.core.manager.reputation.reputation_manager
 

Constructors in com.mymed.controller.core.manager.reputation.reputation_manager with parameters of type CassandraWrapper
AggregationManager(CassandraWrapper w)
           
ReputationManager(CassandraWrapper w)
           
ReputationUpdaterFactory(CassandraWrapper w, ReputationAlgorithm a)
           
VerdictManager(CassandraWrapper w)
           
 

Uses of CassandraWrapper in com.mymed.controller.core.manager.storage
 

Methods in com.mymed.controller.core.manager.storage that return CassandraWrapper
 CassandraWrapper StorageManager.getWrapper()