serviceDeleteProfileData() public méthode

public serviceDeleteProfileData ( $iProfileId )
 function serviceDeleteProfileData($iProfileId)
 {
     parent::serviceDeleteProfileData($iProfileId);
     // delete from list of customers
     $this->_oDb->removeCustomersFromAllEntries($iProfileId);
 }