250251252253254255256257258259260
return status; } // Delete related contacts. status = deleteOneRelated(userInfo, delegator, entityGV, "", "Contact", originatingEntityName, new ContactEventProcessor()); if (status != STATUS_CONTINUE) { return status; }
211212213214215216217218219220221
} if ( getCreateContact()) { DataInfo dataInfo = (DataInfo) dataMatrixMap.get("CONTACT.ContactHeader"); GenericEventProcessor eventProcessor = new ContactEventProcessor(); if ( (contactId != null) && (contactId.length() > 0)) { dataInfo.retrieveFromDB(userInfo, eventProcessor, new GenericPK( delegator.getModelEntity("Contact"), UtilMisc.toMap("contactId", contactId))); if ( hasAccountInfo )