1 23 24 package org.infoglue.cms.controllers.usecases.structuretool; 25 26 import org.infoglue.cms.exception.ConstraintException; 27 import org.infoglue.cms.exception.SystemException; 28 29 public interface DeleteSiteNodeVersionUCC 30 { 31 public void deleteSiteNodeVersion(Integer siteNodeVersionId) throws ConstraintException, SystemException; 32 } 33 | Popular Tags |