Schnittstelle '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;

Löscht das angegebene Zeilenobjekt aus der Staging-Datenbank.