|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Outcome | |
---|---|
com.mymed.controller.core.manager.reputation.db.table.facade |
Uses of Outcome in com.mymed.controller.core.manager.reputation.db.table.facade |
---|
Methods in com.mymed.controller.core.manager.reputation.db.table.facade that return Outcome | |
---|---|
Outcome |
OutcomeFacade.getById(java.lang.String idOutcome)
it returns the outcome having the specified id |
Methods in com.mymed.controller.core.manager.reputation.db.table.facade that return types with arguments of type Outcome | |
---|---|
java.util.Collection<Outcome> |
OutcomeFacade.getAllRecords()
it returns all entries of the table Outcome |
java.util.Collection<Outcome> |
OutcomeFacade.getOutcomeListByApplicationReputation(java.lang.String idAppRep)
it returns the outcome list associated to a given entry of the table ApplicationReputation |
java.util.Collection<Outcome> |
OutcomeFacade.getOutcomeListByUserApplicationConsumer(java.lang.String idUserApplicationConsumer)
it returns the outcome list associated to a given entry of the table UserApplicationConsumer |
java.util.Collection<Outcome> |
OutcomeFacade.getOutcomeListByUserApplicationProducer(java.lang.String idUserApplicationProducer)
it returns the outcome list associated to a given entry in the table UserApplicationProducer |
java.util.Collection<Outcome> |
OutcomeFacade.getOutcomeListByUserReputation(java.lang.String idUserReputation)
it returns the outcome list associated to a given entry of the table UserReputation |
java.util.Collection<Outcome> |
OutcomeFacade.getOutcomeListByVerdictAggretation(java.lang.String idVerdictAggregation)
it returns the outcome list associated to a given entry of the table VerdictAggregation |
Methods in com.mymed.controller.core.manager.reputation.db.table.facade with parameters of type Outcome | |
---|---|
void |
OutcomeFacade.persist(Outcome o)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |