5455565758596061
@Override public void save(Party party, ContactMechanism contact) { if( party != null && party.getIdentity() != null && contact != null ){ if( contact.isInsert() ) contact.preInsert(); super.save( new PartyContact(party,contact) ); } }