Package com.jeecms.cms.entity.main

Examples of com.jeecms.cms.entity.main.Content.clear()


    preDelete(bean);
    // 移除tag
    contentTagMng.removeTags(bean.getTags());
    // 删除评论
    cmsCommentMng.deleteByContentId(id);
    bean.clear();
    bean = dao.deleteById(id);
    // 执行监听器
    afterDelete(bean);
    return bean;
  }
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.