if ((publisherID != null) && (businessKey != null) && (connection != null))
return BusinessEntityTable.verifyOwnership(businessKey,publisherID,connection);
}
catch(java.sql.SQLException sqlex)
{
throw new RegistryException(sqlex);
}
// default to false
return false;
}