Package com.jeecms.cms.entity.main

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


  }

  public CmsConfig update(CmsConfig bean) {
    Updater<CmsConfig> updater = new Updater<CmsConfig>(bean);
    CmsConfig entity = dao.updateByUpdater(updater);
    entity.blankToNull();
    return entity;
  }

  public MarkConfig updateMarkConfig(MarkConfig mark) {
    get().setMarkConfig(mark);
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.