public Band updateBand(Band band, boolean merge) throws SystemException { band.setNew(false); return bandPersistence.update(band, merge); }
public Band updateBand(Band band) throws SystemException { band.setNew(false); return bandPersistence.update(band, true); }