Uses of Class
com.mymed.controller.core.exception.IOBackEndException

Packages that use IOBackEndException
com.mymed.controller.core.manager.application   
com.mymed.controller.core.manager.authentication   
com.mymed.controller.core.manager.geolocation   
com.mymed.controller.core.manager.interaction   
com.mymed.controller.core.manager.interaction.old   
com.mymed.controller.core.manager.myjam   
com.mymed.controller.core.manager.position   
com.mymed.controller.core.manager.profile   
com.mymed.controller.core.manager.pubsub   
com.mymed.controller.core.manager.reputation.old   
com.mymed.controller.core.manager.session   
com.mymed.controller.core.manager.storage   
com.mymed.model.core.wrappers.cassandra.api07   
 

Uses of IOBackEndException in com.mymed.controller.core.manager.application
 

Methods in com.mymed.controller.core.manager.application that throw IOBackEndException
 void ApplicationManager.create(MUserBean user)
           
 void IApplicationManager.create(MUserBean user)
           
 MUserBean ApplicationManager.read(java.lang.String id)
           
 MUserBean IApplicationManager.read(java.lang.String id)
           
 void ApplicationManager.update(MUserBean user)
           
 void IApplicationManager.update(MUserBean user)
           
 

Uses of IOBackEndException in com.mymed.controller.core.manager.authentication
 

Methods in com.mymed.controller.core.manager.authentication that throw IOBackEndException
 MUserBean AuthenticationManager.create(MUserBean user, MAuthenticationBean authentication)
           
 MUserBean IAuthenticationManager.create(MUserBean user, MAuthenticationBean authentication)
          create myMed user profile
 MUserBean AuthenticationManager.read(java.lang.String login, java.lang.String password)
           
 MUserBean IAuthenticationManager.read(java.lang.String login, java.lang.String password)
          authentication
 void AuthenticationManager.update(java.lang.String id, MAuthenticationBean authentication)
           
 void IAuthenticationManager.update(java.lang.String id, MAuthenticationBean authentication)
          update myMed user profile : Authentication Table (password)
 

Uses of IOBackEndException in com.mymed.controller.core.manager.geolocation
 

Methods in com.mymed.controller.core.manager.geolocation that throw IOBackEndException
 MSearchBean GeoLocationManager.create(java.lang.String applicationId, java.lang.String itemType, java.lang.String userLogin, int latitude, int longitude, java.lang.String value, int permTime)
          Insert a new located item into the database.
 void GeoLocationManager.delete(java.lang.String applicationId, java.lang.String itemType, long locationId, java.lang.String itemId)
          Deletes one located item.
 java.util.List<MSearchBean> GeoLocationManager.read(java.lang.String applicationId, java.lang.String itemType, int latitude, int longitude, int radius)
          Search located items in a circular region specified by latitude, longitude and radius.
 MSearchBean GeoLocationManager.read(java.lang.String applicationId, java.lang.String itemType, long locationId, java.lang.String itemId)
          Returns the MSearchBean or throws an exception if it is not present.
 

Uses of IOBackEndException in com.mymed.controller.core.manager.interaction
 

Methods in com.mymed.controller.core.manager.interaction that throw IOBackEndException
 void InteractionManager.create(MInteractionBean interaction)
           
 void IInteractionManager.create(MInteractionBean interaction)
           
 MInteractionBean InteractionManager.read(java.lang.String interactionID)
           
 MInteractionBean IInteractionManager.read(java.lang.String interactionID)
           
 void InteractionManager.update(MInteractionBean interaction)
           
 void IInteractionManager.update(MInteractionBean interaction)
           
 

Uses of IOBackEndException in com.mymed.controller.core.manager.interaction.old
 

Methods in com.mymed.controller.core.manager.interaction.old that throw IOBackEndException
 void InteractionManager.create(MInteractionBean interaction)
           
 void IInteractionManager.create(MInteractionBean interaction)
           
 MInteractionBean InteractionManager.read(java.lang.String interactionID)
           
 MInteractionBean IInteractionManager.read(java.lang.String interactionID)
           
 void InteractionManager.update(MInteractionBean interaction)
           
 void IInteractionManager.update(MInteractionBean interaction)
           
 

Uses of IOBackEndException in com.mymed.controller.core.manager.myjam
 

Methods in com.mymed.controller.core.manager.myjam that throw IOBackEndException
 java.util.List<java.lang.String> MyJamManager.getActiveReport(java.lang.String userId)
           
 java.util.List<MFeedBackBean> MyJamManager.getFeedbacks(java.lang.String reportId)
          Returns an integer array with: - The number of negative feedbacks with index 0. - The number of positive feedbacks with index 1.
 void MyJamManager.insertFeedback(java.lang.String reportId, java.lang.String updateId, MFeedBackBean feedback)
           
 MReportBean MyJamManager.insertReport(MReportBean report, int latitude, int longitude)
          Insert a new report on the DB
 MReportBean MyJamManager.insertUpdate(java.lang.String reportId, MReportBean update)
           
 java.util.List<MSearchBean> MyJamManager.searchReports(int latitude, int longitude, int radius)
          Returns a list of reports, located in the circular area defined by latitude, longitude and radius.
 

Uses of IOBackEndException in com.mymed.controller.core.manager.position
 

Methods in com.mymed.controller.core.manager.position that throw IOBackEndException
 MPositionBean IPositionManager.create(MPositionBean user)
           
 MPositionBean PositionManager.create(MPositionBean position)
          Setup a new user profile into the database
 MPositionBean IPositionManager.read(java.lang.String userID)
           
 MPositionBean PositionManager.read(java.lang.String userID)
           
 void IPositionManager.update(MPositionBean position)
           
 void PositionManager.update(MPositionBean position)
           
 

Uses of IOBackEndException in com.mymed.controller.core.manager.profile
 

Methods in com.mymed.controller.core.manager.profile that throw IOBackEndException
 MUserBean ProfileManager.create(MUserBean user)
          Setup a new user profile into the database
 MUserBean IProfileManager.create(MUserBean user)
          Setup a new user profile into the database
 void ProfileManager.delete(java.lang.String id)
           
 void IProfileManager.delete(java.lang.String id)
          Delete an existing user
 MUserBean ProfileManager.read(java.lang.String id)
           
 MUserBean IProfileManager.read(java.lang.String id)
           
 MUserBean ProfileManager.update(MUserBean user)
           
 MUserBean IProfileManager.update(MUserBean user)
          Update the profile of an user into the database
 

Uses of IOBackEndException in com.mymed.controller.core.manager.pubsub
 

Methods in com.mymed.controller.core.manager.pubsub that throw IOBackEndException
 void PubSubManager.create(java.lang.String application, java.lang.String predicate, MUserBean subscriber)
          SUBSCRIBE
 void IPubSubManager.create(java.lang.String application, java.lang.String predicate, MUserBean publisher)
          Insert a new Predicate in the dataBase - SUBSCRIBE
 void PubSubManager.create(java.lang.String application, java.lang.String predicate, java.lang.String subPredicate, MUserBean publisher, java.util.List<MDataBean> dataList)
          PUBLISH
 void IPubSubManager.create(java.lang.String application, java.lang.String predicate, java.lang.String subPredicate, MUserBean publisher, java.util.List<MDataBean> dataList)
          Insert a new Predicate in the dataBase - PUBLISH
 void PubSubManager.delete(java.lang.String application, java.lang.String predicate, MUserBean user)
           
 void IPubSubManager.delete(java.lang.String application, java.lang.String predicate, MUserBean user)
          Delete an existing predicate
 java.util.List<java.util.Map<java.lang.String,java.lang.String>> PubSubManager.read(java.lang.String application, java.lang.String predicate)
          FIND
 java.util.List<java.util.Map<java.lang.String,java.lang.String>> IPubSubManager.read(java.lang.String application, java.lang.String predicate)
           
 java.util.List<java.util.Map<java.lang.String,java.lang.String>> PubSubManager.read(java.lang.String application, java.lang.String predicate, java.lang.String userID)
          FIND - GET DETAILS
 java.util.List<java.util.Map<java.lang.String,java.lang.String>> IPubSubManager.read(java.lang.String application, java.lang.String predicate, java.lang.String userID)
          Get the DataList Entry related to aplication+predicate+userID
 

Uses of IOBackEndException in com.mymed.controller.core.manager.reputation.old
 

Methods in com.mymed.controller.core.manager.reputation.old that throw IOBackEndException
 void IReputationManager.create(MReputationBean reputation, java.lang.String id)
           
 void ReputationManager.create(MReputationBean reputation, java.lang.String id)
           
 MReputationBean IReputationManager.read(java.lang.String producerID, java.lang.String consumerID, java.lang.String applicationID)
          Get the reputation of a publisher related to a given service
 MReputationBean ReputationManager.read(java.lang.String producerID, java.lang.String consumerID, java.lang.String applicationID)
           
 void IReputationManager.update(MReputationBean reputation, java.lang.String id)
          Update the reputation of a publisher related to a given service
 void ReputationManager.update(MReputationBean reputation, java.lang.String id)
           
 

Uses of IOBackEndException in com.mymed.controller.core.manager.session
 

Methods in com.mymed.controller.core.manager.session that throw IOBackEndException
 void SessionManager.create(MSessionBean sessionBean)
           
 void ISessionManager.create(MSessionBean sessionBean)
          Login
 void SessionManager.create(java.lang.String userID, java.lang.String ip)
          Deprecated. 
 void ISessionManager.create(java.lang.String userID, java.lang.String ip)
          Deprecated. 
 void SessionManager.delete(java.lang.String sessionID)
           
 void ISessionManager.delete(java.lang.String userID)
          logout
 MSessionBean SessionManager.read(java.lang.String sessionID)
           
 MSessionBean ISessionManager.read(java.lang.String userID)
           
 void SessionManager.update(MSessionBean session)
           
 void ISessionManager.update(MSessionBean session)
           
 

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

Methods in com.mymed.controller.core.manager.storage that throw IOBackEndException
 int MyJamStorageManager.countColumns(java.lang.String tableName, java.lang.String primaryKey, byte[] superColumn)
           
 int IMyJamStorageManager.countColumns(java.lang.String tableName, java.lang.String primaryKey, byte[] superColumn)
          Counts the number of colums of a given row or SuperColumn.
 java.util.Map<byte[],byte[]> MyJamStorageManager.getFrom(java.lang.String tableName, java.lang.String primaryKey, byte[] start)
          Gets the columns which have name following on the given CF row.
 java.util.Map<byte[],byte[]> IMyJamStorageManager.getFrom(java.lang.String string, java.lang.String reportId, byte[] array)
          Gets the columns which have name following on the given CF row.
 java.util.Map<byte[],byte[]> MyJamStorageManager.getLastN(java.lang.String tableName, java.lang.String primaryKey, java.lang.Integer n)
          Gets the first n columns of the given CF row.
 java.util.Map<byte[],byte[]> IMyJamStorageManager.getLastN(java.lang.String tableName, java.lang.String primaryKey, java.lang.Integer n)
          Returns the first n columns of a given CF.
 void IMyJamStorageManager.insertColumn(java.lang.String tableName, java.lang.String primaryKey, byte[] columnName, byte[] value)
          Is more general then the method insertColumn of IStorageManager, the name of the column can be something different from a String.
 void IStorageManager.insertSlice(java.lang.String tableName, java.lang.String primaryKey, java.util.Map<java.lang.String,byte[]> args)
          Insert a new entry in the database
 void IStorageManager.insertSuperSlice(java.lang.String superTableName, java.lang.String key, java.lang.String superKey, java.util.Map<java.lang.String,byte[]> args)
          Insert a new entry in the database
 void StorageManager.insertSuperSlice(java.lang.String superTableName, java.lang.String key, java.lang.String superKey, java.util.Map<java.lang.String,byte[]> args)
          Insert a new entry in the database
 void IStorageManager.removeColumn(java.lang.String tableName, java.lang.String key, java.lang.String columnName)
          Remove a specific column defined by the columnName
 java.util.Map<java.lang.String,java.util.Map<byte[],byte[]>> MyJamStorageManager.selectAll(java.lang.String tableName, java.util.List<java.lang.String> primaryKeys)
           
 java.util.Map<java.lang.String,java.util.Map<byte[],byte[]>> IMyJamStorageManager.selectAll(java.lang.String tableName, java.util.List<java.lang.String> primaryKeys)
          Select all on a list of rows.
 java.util.Map<byte[],byte[]> IStorageManager.selectAll(java.lang.String tableName, java.lang.String primaryKey)
          Get the value of a Column family
 java.util.Map<byte[],byte[]> StorageManager.selectAll(java.lang.String tableName, java.lang.String key)
          Get the value of a column family
 java.util.Map<byte[],byte[]> MyJamStorageManager.selectAll(java.lang.String tableName, java.lang.String primaryKey)
           
 byte[] MyJamStorageManager.selectColumn(java.lang.String tableName, java.lang.String primaryKey, byte[] superColumn, byte[] column)
          Selects a column in a CF.
 byte[] IMyJamStorageManager.selectColumn(java.lang.String tableName, java.lang.String primaryKey, byte[] superColumn, byte[] column)
          Can be used to select columns in both SuperCF and CF.
 byte[] IStorageManager.selectColumn(java.lang.String tableName, java.lang.String primaryKey, java.lang.String columnName)
          Get the value of an entry column
 byte[] StorageManager.selectColumn(java.lang.String tableName, java.lang.String key, java.lang.String columnName)
          Get the value of an entry column
 ExpColumnBean MyJamStorageManager.selectExpiringColumn(java.lang.String tableName, java.lang.String primaryKey, byte[] superColumn, byte[] column)
          Returns the expiring column, with the timestamp and the TTL.
 ExpColumnBean IMyJamStorageManager.selectExpiringColumn(java.lang.String tableName, java.lang.String primaryKey, byte[] superColumn, byte[] column)
          Equals to the preceding, but apart from the name-value pair returns also the timestamp and the TTL.
 java.util.List<java.util.Map<byte[],byte[]>> IStorageManager.selectList(java.lang.String tableName, java.lang.String key)
          Get the list of values of a Super Column Family
 java.util.List<java.util.Map<byte[],byte[]>> StorageManager.selectList(java.lang.String tableName, java.lang.String key)
          Get the value of a column family
 java.util.Map<byte[],byte[]> MyJamStorageManager.selectRange(java.lang.String tableName, java.lang.String primaryKey, byte[] startColumn, byte[] stopColumn, int maxNum)
          Selects a range of columns, specifying the extremes.
 java.util.Map<byte[],byte[]> IMyJamStorageManager.selectRange(java.lang.String tableName, java.lang.String primaryKey, byte[] startColumn, byte[] stopColumn, int maxNum)
          Returns a map of name-value pairs corresponding to a certain range of columns.
 java.util.Map<byte[],byte[]> IStorageManager.selectRange(java.lang.String tableName, java.lang.String primaryKey, java.util.List<java.lang.String> columnNames)
          Get the values of a range of columns
 java.util.Map<byte[],byte[]> StorageManager.selectRange(java.lang.String tableName, java.lang.String key, java.util.List<java.lang.String> columnNames)
          Get the values of a range of columns
 java.util.Map<byte[],byte[]> MyJamStorageManager.selectRange(java.lang.String tableName, java.lang.String primaryKey, java.util.List<java.lang.String> columnNames)
           
 java.util.Map<byte[],java.util.Map<byte[],byte[]>> MyJamStorageManager.selectSCRange(java.lang.String tableName, java.util.List<java.lang.String> primaryKeys, byte[] startColumn, byte[] stopColumn)
          Used in myJam to perform geographical range queries.
 java.util.Map<byte[],java.util.Map<byte[],byte[]>> IMyJamStorageManager.selectSCRange(java.lang.String tableName, java.util.List<java.lang.String> primaryKeys, byte[] startColumn, byte[] stopColumn)
          Select a range of columns on a list of rows.
 

Uses of IOBackEndException in com.mymed.model.core.wrappers.cassandra.api07
 

Methods in com.mymed.model.core.wrappers.cassandra.api07 that throw IOBackEndException
 org.apache.cassandra.thrift.KsDef ICassandraWrapper.describe_keyspace(java.lang.String keySpace)
           
 org.apache.cassandra.thrift.KsDef CassandraWrapper.describe_keyspace(java.lang.String keySpace)
           
 int CassandraWrapper.get_cf_id(java.lang.String keySpaceName, java.lang.String columnFamilyName)
          Retrieve the specified column family id in the given keyspace
 java.util.List<org.apache.cassandra.thrift.ColumnOrSuperColumn> ICassandraWrapper.get_slice(java.lang.String key, org.apache.cassandra.thrift.ColumnParent parent, org.apache.cassandra.thrift.SlicePredicate predicate, org.apache.cassandra.thrift.ConsistencyLevel level)
          Get the group of columns contained by the column parent specified by the given predicate
 org.apache.cassandra.thrift.ColumnOrSuperColumn ICassandraWrapper.get(java.lang.String key, org.apache.cassandra.thrift.ColumnPath path, org.apache.cassandra.thrift.ConsistencyLevel level)
          Get the Column or SuperColumn at the given column path
 org.apache.cassandra.thrift.ColumnOrSuperColumn CassandraWrapper.get(java.lang.String key, org.apache.cassandra.thrift.ColumnPath path, org.apache.cassandra.thrift.ConsistencyLevel level)