org.kuali.student.lum.course.service.impl
Class CourseServiceUtils

java.lang.Object
  extended by org.kuali.student.lum.course.service.impl.CourseServiceUtils

public class CourseServiceUtils
extends Object


Constructor Summary
CourseServiceUtils()
           
 
Method Summary
private static void clearStatementTreeViewIds(List<StatementTreeViewInfo> statementTreeViews, String newState, LuService luService)
           
private static void clearStatementTreeViewIdsRecursively(StatementTreeViewInfo statementTreeView, String newState, LuService luService)
          Clears out ids recursively and also copies adhock clusets
static CourseInfo copyCourse(String originalCluId, String newCluId, String newState, String[] ignoreProperties, StatementService statementService, LuService luService, CourseService courseService)
           
static void copyStatements(String originalCluId, String newCluId, String newState, StatementService statementService, LuService luService, CourseService courseService)
           
static void resetIds(CourseInfo course)
           
private static void resetLoRecursively(LoDisplayInfo lo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CourseServiceUtils

public CourseServiceUtils()
Method Detail

resetIds

public static void resetIds(CourseInfo course)

resetLoRecursively

private static void resetLoRecursively(LoDisplayInfo lo)

clearStatementTreeViewIds

private static void clearStatementTreeViewIds(List<StatementTreeViewInfo> statementTreeViews,
                                              String newState,
                                              LuService luService)
                                       throws OperationFailedException
Throws:
OperationFailedException

clearStatementTreeViewIdsRecursively

private static void clearStatementTreeViewIdsRecursively(StatementTreeViewInfo statementTreeView,
                                                         String newState,
                                                         LuService luService)
                                                  throws OperationFailedException
Clears out ids recursively and also copies adhock clusets

Parameters:
statementTreeView -
luService -
Throws:
OperationFailedException

copyStatements

public static void copyStatements(String originalCluId,
                                  String newCluId,
                                  String newState,
                                  StatementService statementService,
                                  LuService luService,
                                  CourseService courseService)
                           throws OperationFailedException,
                                  DoesNotExistException,
                                  InvalidParameterException,
                                  MissingParameterException,
                                  PermissionDeniedException,
                                  DataValidationErrorException
Throws:
OperationFailedException
DoesNotExistException
InvalidParameterException
MissingParameterException
PermissionDeniedException
DataValidationErrorException

copyCourse

public static CourseInfo copyCourse(String originalCluId,
                                    String newCluId,
                                    String newState,
                                    String[] ignoreProperties,
                                    StatementService statementService,
                                    LuService luService,
                                    CourseService courseService)
                             throws DoesNotExistException,
                                    InvalidParameterException,
                                    MissingParameterException,
                                    OperationFailedException,
                                    PermissionDeniedException,
                                    AlreadyExistsException,
                                    DataValidationErrorException,
                                    VersionMismatchException,
                                    CircularRelationshipException,
                                    DependentObjectsExistException,
                                    UnsupportedActionException
Throws:
DoesNotExistException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
AlreadyExistsException
DataValidationErrorException
VersionMismatchException
CircularRelationshipException
DependentObjectsExistException
UnsupportedActionException


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.