Package org.jamwiki.model

Examples of org.jamwiki.model.TopicVersion


    // Element cacheElement = WikiCache.retrieveFromCache(CACHE_TOPIC_VERSIONS,
    // topicVersionId);
    // if (cacheElement != null) {
    // return (TopicVersion)cacheElement.getObjectValue();
    // }
    TopicVersion topicVersion = TopicVersionService.findById(topicVersionId);
    // WikiCache.addToCache(CACHE_TOPIC_VERSIONS, topicVersionId, topicVersion);
    return topicVersion;
  }
View Full Code Here

TOP

Related Classes of org.jamwiki.model.TopicVersion

Copyright © 2018 www.massapicom. 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.