Interface Mapper.remove

/** 
 * Deletes the row identified by the specified key from the 
 *   staging
 * database. 
 * @param serviceId identifier of the service.
 * @param objKey the Key. 
 * @throws AppException 
 * @throws InformationalException 
*/ 
void remove(SearchServiceKey serviceId, Object objKey) 
  throws AppException, InformationalException;

Supprime l'objet de ligne spécifié de la base de données de transfert.