Examples of removeVersion()


Examples of org.jasig.portal.tools.versioning.VersionsManager.removeVersion()

      try {
        int channelPublishId = channelDef.getId();

        // Remove versioning information for channel if found.
        VersionsManager mgr = VersionsManager.getInstance();
        mgr.removeVersion(channelDef.getFName());

        // Delete from UP_CHANNEL
        String delete = "DELETE FROM UP_CHANNEL WHERE CHAN_ID=" + channelPublishId;
        if (log.isDebugEnabled())
            log.debug("RDBMChannelRegistryStore.deleteChannelDefinition(): " + delete);
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.