|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mymed.controller.core.manager.reputation.db.table.facade.OutcomeFacade
public class OutcomeFacade
Constructor Summary | |
---|---|
OutcomeFacade()
|
Method Summary | |
---|---|
java.util.Collection<Outcome> |
getAllRecords()
it returns all entries of the table Outcome |
Outcome |
getById(java.lang.String idOutcome)
it returns the outcome having the specified id |
java.util.Collection<Outcome> |
getOutcomeListByApplicationReputation(java.lang.String idAppRep)
it returns the outcome list associated to a given entry of the table ApplicationReputation |
java.util.Collection<Outcome> |
getOutcomeListByUserApplicationConsumer(java.lang.String idUserApplicationConsumer)
it returns the outcome list associated to a given entry of the table UserApplicationConsumer |
java.util.Collection<Outcome> |
getOutcomeListByUserApplicationProducer(java.lang.String idUserApplicationProducer)
it returns the outcome list associated to a given entry in the table UserApplicationProducer |
java.util.Collection<Outcome> |
getOutcomeListByUserReputation(java.lang.String idUserReputation)
it returns the outcome list associated to a given entry of the table UserReputation |
java.util.Collection<Outcome> |
getOutcomeListByVerdictAggretation(java.lang.String idVerdictAggregation)
it returns the outcome list associated to a given entry of the table VerdictAggregation |
void |
persist(Outcome o)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OutcomeFacade()
Method Detail |
---|
public java.util.Collection<Outcome> getAllRecords()
public Outcome getById(java.lang.String idOutcome)
idOutcome
-
public java.util.Collection<Outcome> getOutcomeListByApplicationReputation(java.lang.String idAppRep)
idAppRep
-
public java.util.Collection<Outcome> getOutcomeListByUserReputation(java.lang.String idUserReputation)
idUserReputation
-
public java.util.Collection<Outcome> getOutcomeListByVerdictAggretation(java.lang.String idVerdictAggregation)
idVerdictAggregation
-
public java.util.Collection<Outcome> getOutcomeListByUserApplicationConsumer(java.lang.String idUserApplicationConsumer)
idUserApplicationConsumer
-
public java.util.Collection<Outcome> getOutcomeListByUserApplicationProducer(java.lang.String idUserApplicationProducer)
idUserApplicationProducer
-
public void persist(Outcome o) throws PersistException
PersistException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |