Package com.jeecms.cms.entity.main

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


    if (channelId != null) {
      entity.setChannel(channelMng.findById(channelId));
    } else {
      entity.setChannel(null);
    }
    entity.blankToNull();
    return entity;
  }

  public CmsTopic deleteById(Integer id) {
    dao.deleteContentRef(id);
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.