Examples of recalculateModificationDate()


Examples of org.jtalks.jcommune.model.entity.Topic.recalculateModificationDate()

        if (deletedPostIsLastPostInBranch) {
            branch.clearLastPost();
        }

        if (post.getCreationDate().equals(topic.getModificationDate())) {
            topic.recalculateModificationDate();
        }

        // todo: event API?
        topicDao.saveOrUpdate(topic);
        securityService.deleteFromAcl(post);
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.