org.kuali.student.lum.course.service.impl
Class CourseServiceUtils
java.lang.Object
org.kuali.student.lum.course.service.impl.CourseServiceUtils
public class CourseServiceUtils
- extends Object
Method Summary |
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CourseServiceUtils
public CourseServiceUtils()
resetIds
public static void resetIds(CourseInfo course)
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-2013 The Kuali Foundation. All Rights Reserved.