Package edu.uga.galileo.voci.model

Examples of edu.uga.galileo.voci.model.CommunityManager.deleteCommunity()


      } else {
        try {
          // get and delete the community
          community = communityManager.getCommunityForUpdate(command,
              communityId, false, request.getSession());
          communityManager.deleteCommunity(community, ((User) request
              .getSession().getAttribute("user")));
          request.setAttribute("successMessage", "Community "
              + communityId + " successfully deleted.");
        } catch (NoSuchCommunityException e) {
          errors.add("The community to delete either doesn't exist, "
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.