Package com.jeecms.cms.entity.main

Examples of com.jeecms.cms.entity.main.ChannelExt.blankToNull()


  public ChannelExt update(ChannelExt ext) {
    Updater<ChannelExt> updater = new Updater<ChannelExt>(ext);
    updater.include(ChannelExt.PROP_FINAL_STEP);
    updater.include(ChannelExt.PROP_AFTER_CHECK);
    ChannelExt entity = dao.updateByUpdater(updater);
    entity.blankToNull();
    return entity;
  }

  private ChannelExtDao dao;
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.