com.mymed.controller.core.manager.reputation.old
Interface IReputationManager

All Known Implementing Classes:
ReputationManager

public interface IReputationManager


Method Summary
 void create(MReputationBean reputation, java.lang.String id)
           
 MReputationBean read(java.lang.String producerID, java.lang.String consumerID, java.lang.String applicationID)
          Get the reputation of a publisher related to a given service
 void update(MReputationBean reputation, java.lang.String id)
          Update the reputation of a publisher related to a given service
 

Method Detail

create

void create(MReputationBean reputation,
            java.lang.String id)
            throws InternalBackEndException,
                   IOBackEndException
Parameters:
reputation -
Throws:
InternalBackEndException
IOBackEndException

read

MReputationBean read(java.lang.String producerID,
                     java.lang.String consumerID,
                     java.lang.String applicationID)
                     throws InternalBackEndException,
                            IOBackEndException
Get the reputation of a publisher related to a given service

Parameters:
producerID -
consumerID -
applicationID -
Returns:
Throws:
InternalBackEndException
IOBackEndException

update

void update(MReputationBean reputation,
            java.lang.String id)
            throws InternalBackEndException,
                   IOBackEndException
Update the reputation of a publisher related to a given service

Parameters:
session -
Throws:
InternalBackEndException
IOBackEndException