Uses of Class
com.mymed.controller.core.manager.reputation.db.table.UserApplicationProducer

Packages that use UserApplicationProducer
com.mymed.controller.core.manager.reputation.db.table.facade   
 

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

Methods in com.mymed.controller.core.manager.reputation.db.table.facade that return UserApplicationProducer
 UserApplicationProducer UserApplicationProducerFacade.getRecordById(java.lang.String idUser, java.lang.String idApp)
          it returns the entry of the table UserServiceProvider having the specified id.
 UserApplicationProducer DbTableAdapter.getRecordByIdUserApplicationProducer(java.lang.String idUser, java.lang.String idApp)
           
 

Methods in com.mymed.controller.core.manager.reputation.db.table.facade that return types with arguments of type UserApplicationProducer
 java.util.Collection<UserApplicationProducer> UserApplicationProducerFacade.getAllRecords()
          it returns the collection of all entries of the table UserServiceProvider.
 java.util.Collection<UserApplicationProducer> DbTableAdapter.getAllRecordsUserApplicationProducer()
           
 

Methods in com.mymed.controller.core.manager.reputation.db.table.facade with parameters of type UserApplicationProducer
 void UserApplicationProducerFacade.persist(UserApplicationProducer u)
          this methods persists the object given in input in the database (he could do an INSERT statement or an UPDATE statement depending on the fact that the object given in input has a new id or not).
 void DbTableAdapter.persistUserApplicationProducer(UserApplicationProducer u)