|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CourseOfferingSetService
Course Offering Set Service allows the user to create Sets of Offered Courses or SOCs. These sets are all dynamic. By default there is one main Soc per term that includes all the courses in that term.
Method Summary | |
---|---|
StatusInfo |
changeSocRolloverResultItemState(String socRolloverResultItemId,
String nextStateKey,
ContextInfo contextInfo)
Changes the state of an existing SocRolloverResultItem to another state provided that it is valid to do so. |
StatusInfo |
changeSocRolloverResultState(String socRolloverResultStateId,
String nextStateKey,
ContextInfo contextInfo)
Changes the state of an existing SocRolloverResultState to another state provided that it is valid to do so. |
StatusInfo |
changeSocState(String socId,
String nextStateKey,
ContextInfo contextInfo)
Changes the state of an existing Set of CourseOfferings to another state provided that it is valid to do so. |
SocInfo |
createSoc(String termId,
String socTypeKey,
SocInfo socInfo,
ContextInfo context)
Creates a new Soc for a term Fields in course offering will be initialized with data from the canonical. |
SocRolloverResultInfo |
createSocRolloverResult(String socRolloverResultTypeKey,
SocRolloverResultInfo socRolloverResultInfo,
ContextInfo context)
Creates a new SocRolloverResult |
SocRolloverResultItemInfo |
createSocRolloverResultItem(String socRolloverResultId,
String socRolloverResultItemTypeKey,
SocRolloverResultItemInfo socRolloverResultItemInfo,
ContextInfo context)
Creates a new SocRolloverResultItem |
Integer |
createSocRolloverResultItems(String socRolloverResultId,
String socRolloverResultItemTypeKey,
List<SocRolloverResultItemInfo> socRolloverResultItemInfos,
ContextInfo context)
Bulk create of SocRolloverResultItems All must be for the same result and type. |
Integer |
deleteCourseOfferingsBySoc(String socId,
ContextInfo context)
Delete all the course offerings associated with the Soc |
StatusInfo |
deleteSoc(String socId,
ContextInfo context)
Deletes an existing Soc. |
StatusInfo |
deleteSocRolloverResult(String socRolloverResultId,
ContextInfo context)
Deletes an existing SocRolloverResult. |
StatusInfo |
deleteSocRolloverResultItem(String socRolloverResultItemId,
ContextInfo context)
Deletes an existing SocRolloverResultItem. |
List<String> |
getCourseOfferingIdsBySoc(String socId,
ContextInfo context)
Retrieve course offering ids associated with the soc |
List<String> |
getCourseOfferingIdsWithUnscheduledFinalExamsBySoc(String socId,
ContextInfo context)
Deprecated. |
List<String> |
getPublishedCourseOfferingIdsBySoc(String socId,
ContextInfo context)
Deprecated. |
SocInfo |
getSoc(String socId,
ContextInfo context)
Retrieve information about a Soc |
List<String> |
getSocIdsByCourseOffering(String courseOfferingId,
ContextInfo context)
Retrieve Soc Ids that contain the specified course offering |
List<String> |
getSocIdsByTerm(String termId,
ContextInfo context)
Retrieve ids of the Soc for the term This could return multiple Socs but should always return the default main SOC for that term. |
List<String> |
getSocIdsByTermAndSubjectArea(String termId,
String subjectArea,
ContextInfo context)
Deprecated. |
List<String> |
getSocIdsByTermAndUnitsContentOwner(String termId,
String unitsContentOwnerId,
ContextInfo context)
Deprecated. |
List<String> |
getSocIdsByType(String typeKey,
ContextInfo context)
Retrieve Soc Ids by type |
SocRolloverResultInfo |
getSocRolloverResult(String rolloverResultId,
ContextInfo context)
Retrieves the result of a rollover. |
List<String> |
getSocRolloverResultIdsBySourceSoc(String sourceSocId,
ContextInfo context)
Retrieves the rollover results associated with the specified source Soc id |
List<String> |
getSocRolloverResultIdsByTargetSoc(String targetSocId,
ContextInfo context)
Retrieves the rollover results associated with the specified target Soc id |
SocRolloverResultItemInfo |
getSocRolloverResultItem(String socRolloverResultItemId,
ContextInfo context)
Retrieve information about a SocRolloverResultItem |
List<SocRolloverResultItemInfo> |
getSocRolloverResultItemsByIds(List<String> rolloverResultItemIds,
ContextInfo context)
Retrieves a list of rollover results items by id list. |
List<SocRolloverResultItemInfo> |
getSocRolloverResultItemsByResultId(String socRolloverResultId,
ContextInfo context)
Retrieves a list of rollover result items by result id |
List<SocRolloverResultItemInfo> |
getSocRolloverResultItemsByResultIdAndSourceCourseOfferingId(String socRolloverResultId,
String sourceCourseOfferingId,
ContextInfo context)
Retrieves a list of rollover result items by result id and source course offering id |
List<SocRolloverResultItemInfo> |
getSocRolloverResultItemsByResultIdAndTargetCourseOfferingId(String socRolloverResultId,
String targetCourseOfferingId,
ContextInfo context)
Retrieves a list of rollover result items by result id and target course offering id |
List<SocRolloverResultInfo> |
getSocRolloverResultsByIds(List<String> rolloverResultIds,
ContextInfo context)
Retrieves a list of rollover results by id list. |
List<SocRolloverResultInfo> |
getSocRolloverResultsBySourceAndTargetSocs(String sourceSocId,
String targetSocId,
ContextInfo context)
Retrieves the rollover results associated with the specified source and target Soc ids |
List<SocInfo> |
getSocsByIds(List<String> socIds,
ContextInfo context)
Retrieves a list of course offerings by id list. |
List<String> |
getUnpublishedActivityOfferingIdsBySoc(String socId,
ContextInfo context)
Deprecated. |
List<String> |
getUnpublishedCourseOfferingIdsBySoc(String socId,
ContextInfo context)
Deprecated. |
List<String> |
getUnscheduledActivityOfferingIdsBySoc(String socId,
ContextInfo context)
Deprecated. |
Boolean |
isCourseOfferingInSoc(String socId,
String courseOfferingId,
ContextInfo context)
Checks if the specified course offering is or is not in the specified soc. |
SocRolloverResultInfo |
reverseRollover(String rolloverResultId,
List<String> optionKeys,
ContextInfo context)
Requests that the rollover identified by the result be reversed. |
SocInfo |
rolloverSoc(String sourceSocId,
String targetTermId,
List<String> optionKeys,
ContextInfo context)
Creates a new SOC for the target term that corresponds to the source soc and then rolls over all the course offerings in source Soc to the new soc using the supplied options. |
List<String> |
searchForSocIds(QueryByCriteria criteria,
ContextInfo context)
Search for Set of Course Ids |
List<String> |
searchForSocRolloverResultIds(QueryByCriteria criteria,
ContextInfo context)
Searches for soc rollover result ids using a free form search criteria. |
List<String> |
searchForSocRolloverResultItemIds(QueryByCriteria criteria,
ContextInfo context)
Searches for soc rollover result item ids using a free form search criteria. |
List<SocRolloverResultItemInfo> |
searchForSocRolloverResultItems(QueryByCriteria criteria,
ContextInfo context)
Searches for soc rollover result items using a free form search criteria |
List<SocRolloverResultInfo> |
searchForSocRolloverResults(QueryByCriteria criteria,
ContextInfo context)
Searches for soc rollover results using a free form search criteria |
List<SocInfo> |
searchForSocs(QueryByCriteria criteria,
ContextInfo context)
Search for Sets of Courses |
StatusInfo |
startScheduleSoc(String socId,
List<String> optionKeys,
ContextInfo context)
Requests that the course offerings in this Soc be submitted to the scheduler. |
SocInfo |
updateSoc(String socId,
SocInfo socInfo,
ContextInfo context)
Updates an existing Soc. |
SocRolloverResultInfo |
updateSocRolloverProgress(String socRolloverResultId,
Integer itemsProcessed,
ContextInfo context)
Update progress information |
SocRolloverResultInfo |
updateSocRolloverResult(String socRolloverResultId,
SocRolloverResultInfo socRolloverResultInfo,
ContextInfo context)
Updates an existing SocRolloverResult. |
SocRolloverResultItemInfo |
updateSocRolloverResultItem(String socRolloverResultItemId,
SocRolloverResultItemInfo socRolloverResultItemInfo,
ContextInfo context)
Updates an existing SocRolloverResultItem. |
List<ValidationResultInfo> |
validateSoc(String validationType,
SocInfo socInfo,
ContextInfo context)
Validates a Soc. |
List<ValidationResultInfo> |
validateSocRolloverResult(String validationType,
SocRolloverResultInfo socRolloverResultInfo,
ContextInfo context)
Validates a SocRolloverResult. |
List<ValidationResultInfo> |
validateSocRolloverResultItem(String validationType,
SocRolloverResultItemInfo socRolloverResultItemInfo,
ContextInfo context)
Validates a SocRolloverResultItem. |
Method Detail |
---|
SocInfo getSoc(String socId, ContextInfo context) throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
socId
- Unique Id of the Soccontext
- Context information containing the principalId and locale
information about the caller of service operation
DoesNotExistException
- socId not found
InvalidParameterException
- invalid parameter
MissingParameterException
- missing parameter
OperationFailedException
- unable to complete request
PermissionDeniedException
- authorization failureList<SocInfo> getSocsByIds(List<String> socIds, ContextInfo context) throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
socIds
- List of unique Ids of Soccontext
- Context information containing the principalId and locale
information about the caller of service operation
DoesNotExistException
- socId in the list not found
InvalidParameterException
- invalid socIds
MissingParameterException
- missing socIds
OperationFailedException
- unable to complete request
PermissionDeniedException
- authorization failureList<String> getSocIdsByTerm(String termId, ContextInfo context) throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
termId
- Unique Id of the termcontext
- Context information containing the principalId and locale
information about the caller of service operation
DoesNotExistException
- termId not found
InvalidParameterException
- invalid parameter
MissingParameterException
- missing parameter
OperationFailedException
- unable to complete request
PermissionDeniedException
- authorization failure@Deprecated List<String> getSocIdsByTermAndSubjectArea(String termId, String subjectArea, ContextInfo context) throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
termId
- Unique key of the term in which the course is being offeredsubjectArea
- subject areacontext
- Context information containing the principalId and locale
information about the caller of service operation
DoesNotExistException
- termId or subject area not found
InvalidParameterException
- invalid parameter
MissingParameterException
- missing parameter
OperationFailedException
- unable to complete request
PermissionDeniedException
- authorization failure@Deprecated List<String> getSocIdsByTermAndUnitsContentOwner(String termId, String unitsContentOwnerId, ContextInfo context) throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
termId
- Unique key of the term in which the course is being offeredunitsContentOwnerId
- Org Id of the Units content ownercontext
- Context information containing the principalId and locale
information about the caller of service operation
DoesNotExistException
- termId or unitsContentOwnerid not found
InvalidParameterException
- invalid parameter
MissingParameterException
- missing parameter
OperationFailedException
- unable to complete request
PermissionDeniedException
- authorization failureList<String> getSocIdsByType(String typeKey, ContextInfo context) throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
typeKey
- Unique key type of Soccontext
- Context information containing the principalId and locale
information about the caller of service operation
DoesNotExistException
- typeKey not found
InvalidParameterException
- invalid parameter
MissingParameterException
- missing parameter
OperationFailedException
- unable to complete request
PermissionDeniedException
- authorization failureList<SocInfo> searchForSocs(QueryByCriteria criteria, ContextInfo context) throws InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
criteria
- What to search for in SocInfo tablecontext
- Context information containing the principalId and locale
information about the caller of service operation
InvalidParameterException
- invalid parameter
MissingParameterException
- missing parameter
OperationFailedException
- unable to complete request
PermissionDeniedException
- authorization failureList<String> searchForSocIds(QueryByCriteria criteria, ContextInfo context) throws InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
criteria
- What to search for in SocInfo tablecontext
- Context information containing the principalId and locale
information about the caller of service operation
InvalidParameterException
- invalid parameter
MissingParameterException
- missing parameter
OperationFailedException
- unable to complete request
PermissionDeniedException
- authorization failureSocInfo createSoc(String termId, String socTypeKey, SocInfo socInfo, ContextInfo context) throws DoesNotExistException, DataValidationErrorException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException, ReadOnlyException
termId
- Unique key of the term in which the course is being offered
course offeringcontext
- Context information containing the principalId and locale
information about the caller of service operation
DoesNotExistException
- termId or socTypeKey not found
DataValidationErrorException
- One or more values invalid for this operation
InvalidParameterException
- One or more parameters invalid
MissingParameterException
- One or more parameters missing
OperationFailedException
- unable to complete request
PermissionDeniedException
- authorization failure
ReadOnlyException
SocInfo updateSoc(String socId, SocInfo socInfo, ContextInfo context) throws DataValidationErrorException, DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException, ReadOnlyException, VersionMismatchException
socId
- Id of Soc to be updatedsocInfo
- Details of updates to the Soccontext
- Context information containing the principalId and locale
information about the caller of service operation
DataValidationErrorException
- One or more values invalid for this operation
DoesNotExistException
- the Soc does not exist
InvalidParameterException
- One or more parameters invalid
MissingParameterException
- One or more parameters missing
OperationFailedException
- unable to complete request
PermissionDeniedException
- authorization failure
ReadOnlyException
- if trying to update the state or type
VersionMismatchException
- The action was attempted on an out of date version.StatusInfo changeSocState(String socId, String nextStateKey, ContextInfo contextInfo) throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
socId
- of the Set of CourseOffering's to be changed.nextStateKey
- The State Key into which the identified Set of CourseOffering's will be placed if the operation succeeds.contextInfo
- Context information containing the principalId
and locale information about the caller of
service operation
DoesNotExistException
- the identified Set of CourseOffering's does not exist
InvalidParameterException
- the contextInfo object is invalid
MissingParameterException
- One or more parameters missing
OperationFailedException
- unable to complete request
PermissionDeniedException
- authorization failureStatusInfo deleteSoc(String socId, ContextInfo context) throws DependentObjectsExistException, DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
socId
- the Id of the ActivityOffering to be deletedcontext
- Context information containing the principalId and locale
information about the caller of service operation
DoesNotExistException
- the soc does not exist
DependentObjectsExistException
- if course offerings exist and the
implementation has the business rule that a course offering must have a Soc
InvalidParameterException
- One or more parameters invalid
MissingParameterException
- One or more parameters missing
OperationFailedException
- unable to complete request
PermissionDeniedException
- authorization failureList<ValidationResultInfo> validateSoc(String validationType, SocInfo socInfo, ContextInfo context) throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException
validationType
- Identifier of the extent of validationsocInfo
- the soc information to be tested.context
- Context information containing the principalId and locale
information about the caller of service operation
DoesNotExistException
- validationTypeKey not found
InvalidParameterException
- invalid validationTypeKey, socInfo
MissingParameterException
- missing validationTypeKey, socInfo
OperationFailedException
- unable to complete requestList<String> getSocIdsByCourseOffering(String courseOfferingId, ContextInfo context) throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
courseOfferingId
- Unique Id of the course offeringcontext
- Context information containing the principalId and locale
information about the caller of service operation
DoesNotExistException
- courseOfferingId not found
InvalidParameterException
- invalid parameter
MissingParameterException
- missing parameter
OperationFailedException
- unable to complete request
PermissionDeniedException
- authorization failureList<String> getCourseOfferingIdsBySoc(String socId, ContextInfo context) throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
getCourseOfferingIdsBySoc
in interface CourseOfferingSetServiceBusinessLogic
socId
- Unique Id of the soccontext
- Context information containing the principalId and locale
information about the caller of service operation
DoesNotExistException
- courseId or termId not found
InvalidParameterException
- invalid courseId or termId
MissingParameterException
- missing courseId or termId
OperationFailedException
- unable to complete request
PermissionDeniedException
- authorization failureInteger deleteCourseOfferingsBySoc(String socId, ContextInfo context) throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
deleteCourseOfferingsBySoc
in interface CourseOfferingSetServiceBusinessLogic
socId
- Unique Id of the soccontext
- Context information containing the principalId and locale
information about the caller of service operation
DoesNotExistException
- socId not found
InvalidParameterException
- invalid parameter
MissingParameterException
- missing parameter
OperationFailedException
- unable to complete request
PermissionDeniedException
- authorization failureBoolean isCourseOfferingInSoc(String socId, String courseOfferingId, ContextInfo context) throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
isCourseOfferingInSoc
in interface CourseOfferingSetServiceBusinessLogic
socId
- Unique Id of the soccourseOfferingId
- Unique id of the course offeringcontext
- Context information containing the principalId and locale
information about the caller of service operation
DoesNotExistException
- either id is not found
InvalidParameterException
- invalid parameter
MissingParameterException
- missing parameter
OperationFailedException
- unable to complete request
PermissionDeniedException
- authorization failure@Deprecated List<String> getPublishedCourseOfferingIdsBySoc(String socId, ContextInfo context) throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
getPublishedCourseOfferingIdsBySoc
in interface CourseOfferingSetServiceBusinessLogic
socId
- Unique Id of the soccontext
- Context information containing the principalId and locale
information about the caller of service operation
DoesNotExistException
- socId not found
InvalidParameterException
- invalid parameter
MissingParameterException
- missing parameter
OperationFailedException
- unable to complete request
PermissionDeniedException
- authorization failure@Deprecated List<String> getUnpublishedCourseOfferingIdsBySoc(String socId, ContextInfo context) throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
getUnpublishedCourseOfferingIdsBySoc
in interface CourseOfferingSetServiceBusinessLogic
socId
- Unique Id of the soccontext
- Context information containing the principalId and locale
information about the caller of service operation
DoesNotExistException
- socId not found
InvalidParameterException
- invalid parameter
MissingParameterException
- missing parameter
OperationFailedException
- unable to complete request
PermissionDeniedException
- authorization failure@Deprecated List<String> getUnpublishedActivityOfferingIdsBySoc(String socId, ContextInfo context) throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
getUnpublishedActivityOfferingIdsBySoc
in interface CourseOfferingSetServiceBusinessLogic
socId
- Unique Id of the soccontext
- Context information containing the principalId and locale
information about the caller of service operation
DoesNotExistException
- socId not found
InvalidParameterException
- invalid parameter
MissingParameterException
- missing parameter
OperationFailedException
- unable to complete request
PermissionDeniedException
- authorization failure@Deprecated List<String> getUnscheduledActivityOfferingIdsBySoc(String socId, ContextInfo context) throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
getUnscheduledActivityOfferingIdsBySoc
in interface CourseOfferingSetServiceBusinessLogic
socId
- Unique Id of the soccontext
- Context information containing the principalId and locale
information about the caller of service operation
DoesNotExistException
- socId not found
InvalidParameterException
- invalid parameter
MissingParameterException
- missing parameter
OperationFailedException
- unable to complete request
PermissionDeniedException
- authorization failure@Deprecated List<String> getCourseOfferingIdsWithUnscheduledFinalExamsBySoc(String socId, ContextInfo context) throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
socId
- Unique Id of the soccontext
- Context information containing the principalId and locale
information about the caller of service operation
DoesNotExistException
- socId not found
InvalidParameterException
- invalid parameter
MissingParameterException
- missing parameter
OperationFailedException
- unable to complete request
PermissionDeniedException
- authorization failureStatusInfo startScheduleSoc(String socId, List<String> optionKeys, ContextInfo context) throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
startScheduleSoc
in interface CourseOfferingSetServiceBusinessLogic
socId
- Id of the Set of CoursesoptionKeys
- keys that alter the default processing behavior.context
- Context information containing the principalId and locale
information about the caller of service operation
DoesNotExistException
- socId not found
InvalidParameterException
- contextInfo object is invalid
MissingParameterException
- one or more missing parameters
OperationFailedException
- unable to complete request
PermissionDeniedException
- authorization failureSocInfo rolloverSoc(String sourceSocId, String targetTermId, List<String> optionKeys, ContextInfo context) throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
rolloverSoc
in interface CourseOfferingSetServiceBusinessLogic
sourceSocId
- Unique Id of the source SocoptionKeys
- keys identifying optional processing to occurcontext
- Context information containing the principalId and locale
information about the caller of service operation
DoesNotExistException
- sourceSocId or targetTermId not found
InvalidParameterException
- invalid parameter
MissingParameterException
- missing parameter
OperationFailedException
- unable to complete request
PermissionDeniedException
- authorization failureSocRolloverResultInfo getSocRolloverResult(String rolloverResultId, ContextInfo context) throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
rolloverResultId
- unique Id of the rollover resultcontext
- Context information containing the principalId and locale
information about the caller of service operation
DoesNotExistException
- rolloverResultId in the list not found
InvalidParameterException
- invalid parameter
MissingParameterException
- missing parameter
OperationFailedException
- unable to complete request
PermissionDeniedException
- authorization failureList<SocRolloverResultInfo> getSocRolloverResultsByIds(List<String> rolloverResultIds, ContextInfo context) throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
rolloverResultIds
- List of unique Ids of the rollover result to be fetchedcontext
- Context information containing the principalId and locale
information about the caller of service operation
DoesNotExistException
- rolloverResultId in the list not found
InvalidParameterException
- invalid parameter
MissingParameterException
- missing parameter
OperationFailedException
- unable to complete request
PermissionDeniedException
- authorization failureList<SocRolloverResultItemInfo> getSocRolloverResultItemsByIds(List<String> rolloverResultItemIds, ContextInfo context) throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
rolloverResultItemIds
- List of unique Ids of the rollover result items to be fetchedcontext
- Context information containing the principalId and locale
information about the caller of service operation
DoesNotExistException
- rolloverResultId in the list not found
InvalidParameterException
- invalid parameter
MissingParameterException
- missing parameter
OperationFailedException
- unable to complete request
PermissionDeniedException
- authorization failureList<SocRolloverResultItemInfo> getSocRolloverResultItemsByResultId(String socRolloverResultId, ContextInfo context) throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
socRolloverResultId
- Unique Ids of the rollover result for which the items are to be fetchedcontext
- Context information containing the principalId and locale
information about the caller of service operation
DoesNotExistException
- rolloverResultId in the list not found
InvalidParameterException
- invalid parameter
MissingParameterException
- missing parameter
OperationFailedException
- unable to complete request
PermissionDeniedException
- authorization failureList<SocRolloverResultItemInfo> getSocRolloverResultItemsByResultIdAndSourceCourseOfferingId(String socRolloverResultId, String sourceCourseOfferingId, ContextInfo context) throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
socRolloverResultId
- Unique Id of the rollover result for which the items are to be fetchedsourceCourseOfferingId
- Unique Id of source course offering idcontext
- Context information containing the principalId and locale
information about the caller of service operation
DoesNotExistException
- rolloverResultId in the list not found
InvalidParameterException
- invalid parameter
MissingParameterException
- missing parameter
OperationFailedException
- unable to complete request
PermissionDeniedException
- authorization failureList<SocRolloverResultItemInfo> getSocRolloverResultItemsByResultIdAndTargetCourseOfferingId(String socRolloverResultId, String targetCourseOfferingId, ContextInfo context) throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
socRolloverResultId
- Unique Id of the rollover result for which the items are to be fetchedcontext
- Context information containing the principalId and locale
information about the caller of service operation
DoesNotExistException
- rolloverResultId in the list not found
InvalidParameterException
- invalid parameter
MissingParameterException
- missing parameter
OperationFailedException
- unable to complete request
PermissionDeniedException
- authorization failureList<SocRolloverResultInfo> getSocRolloverResultsBySourceAndTargetSocs(String sourceSocId, String targetSocId, ContextInfo context) throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
sourceSocId
- source Soc IdtargetSocId
- target Soc Idcontext
- Context information containing the principalId and locale
information about the caller of service operation
DoesNotExistException
- courseId or termId not found
InvalidParameterException
- invalid courseId or termId
MissingParameterException
- missing courseId or termId
OperationFailedException
- unable to complete request
PermissionDeniedException
- authorization failureList<String> getSocRolloverResultIdsByTargetSoc(String targetSocId, ContextInfo context) throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
targetSocId
- target Soc Idcontext
- Context information containing the principalId and locale
information about the caller of service operation
DoesNotExistException
- courseId or termId not found
InvalidParameterException
- invalid courseId or termId
MissingParameterException
- missing courseId or termId
OperationFailedException
- unable to complete request
PermissionDeniedException
- authorization failureList<String> getSocRolloverResultIdsBySourceSoc(String sourceSocId, ContextInfo context) throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
sourceSocId
- Unique id of the source Soccontext
- Context information containing the principalId and locale
information about the caller of service operation
DoesNotExistException
- courseId or termId not found
InvalidParameterException
- invalid courseId or termId
MissingParameterException
- missing courseId or termId
OperationFailedException
- unable to complete request
PermissionDeniedException
- authorization failureSocRolloverResultInfo reverseRollover(String rolloverResultId, List<String> optionKeys, ContextInfo context) throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
reverseRollover
in interface CourseOfferingSetServiceBusinessLogic
rolloverResultId
- Unique Id of the rollover resultoptionKeys
- keys identifying optional processing to happen when clearing the resultcontext
- Context information containing the principalId and locale
information about the caller of service operation
DoesNotExistException
- courseId or termId not found
InvalidParameterException
- invalid courseId or termId
MissingParameterException
- missing courseId or termId
OperationFailedException
- unable to complete request
PermissionDeniedException
- authorization failureSocRolloverResultInfo createSocRolloverResult(String socRolloverResultTypeKey, SocRolloverResultInfo socRolloverResultInfo, ContextInfo context) throws DoesNotExistException, DataValidationErrorException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException, ReadOnlyException
socRolloverResultTypeKey
- soc rollover result type keysocRolloverResultInfo
- object to be createdcontext
- Context information containing the principalId and locale
information about the caller of service operation
DoesNotExistException
- termId or socRolloverResultTypeKey not found
DataValidationErrorException
- One or more values invalid for this operation
InvalidParameterException
- One or more parameters invalid
MissingParameterException
- One or more parameters missing
OperationFailedException
- unable to complete request
PermissionDeniedException
- authorization failure
ReadOnlyException
SocRolloverResultInfo updateSocRolloverResult(String socRolloverResultId, SocRolloverResultInfo socRolloverResultInfo, ContextInfo context) throws DataValidationErrorException, DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException, ReadOnlyException, VersionMismatchException
socRolloverResultId
- Id of SocRolloverResult to be updatedsocRolloverResultInfo
- Details of updates to the SocRolloverResultcontext
- Context information containing the principalId and locale
information about the caller of service operation
DataValidationErrorException
- One or more values invalid for this operation
DoesNotExistException
- the SocRolloverResult does not exist
InvalidParameterException
- One or more parameters invalid
MissingParameterException
- One or more parameters missing
OperationFailedException
- unable to complete request
PermissionDeniedException
- authorization failure
VersionMismatchException
- The action was attempted on an out of date version.
ReadOnlyException
SocRolloverResultInfo updateSocRolloverProgress(String socRolloverResultId, Integer itemsProcessed, ContextInfo context) throws DataValidationErrorException, DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException, ReadOnlyException, VersionMismatchException
socRolloverResultId
- Id of SocRolloverResult to be updateditemsProcessed
- new count of the number of items processedcontext
- Context information containing the principalId and locale
information about the caller of service operation
DataValidationErrorException
- One or more values invalid for this operation
DoesNotExistException
- the SocRolloverResult does not exist
InvalidParameterException
- One or more parameters invalid
MissingParameterException
- One or more parameters missing
OperationFailedException
- unable to complete request
PermissionDeniedException
- authorization failure
VersionMismatchException
- The action was attempted on an out of date version.
ReadOnlyException
StatusInfo changeSocRolloverResultState(String socRolloverResultStateId, String nextStateKey, ContextInfo contextInfo) throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
socRolloverResultStateId
- of the SocRolloverResultState to be changed.nextStateKey
- The State Key into which the identified SocRolloverResultState will be placed if the operation succeeds.contextInfo
- Context information containing the principalId
and locale information about the caller of
service operation
DoesNotExistException
- the identified SocRolloverResultState does not exist
InvalidParameterException
- the contextInfo object is invalid
MissingParameterException
- One or more parameters missing
OperationFailedException
- unable to complete request
PermissionDeniedException
- authorization failureStatusInfo deleteSocRolloverResult(String socRolloverResultId, ContextInfo context) throws DoesNotExistException, DependentObjectsExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
socRolloverResultId
- the Id of the ActivityOffering to be deletedcontext
- Context information containing the principalId and locale
information about the caller of service operation
DoesNotExistException
- the SeatPoolDefinition does not exist
InvalidParameterException
- One or more parameters invalid
MissingParameterException
- One or more parameters missing
OperationFailedException
- unable to complete request
PermissionDeniedException
- authorization failure
DependentObjectsExistException
List<ValidationResultInfo> validateSocRolloverResult(String validationType, SocRolloverResultInfo socRolloverResultInfo, ContextInfo context) throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException
validationType
- Identifier of the extent of validationsocRolloverResultInfo
- the socRolloverResult information to be tested.context
- Context information containing the principalId and locale
information about the caller of service operation
DoesNotExistException
- validationTypeKey not found
InvalidParameterException
- invalid validationTypeKey, socRolloverResultInfo
MissingParameterException
- missing validationTypeKey, socRolloverResultInfo
OperationFailedException
- unable to complete requestSocRolloverResultItemInfo getSocRolloverResultItem(String socRolloverResultItemId, ContextInfo context) throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
socRolloverResultItemId
- Unique Id of the SocRolloverResultItemcontext
- Context information containing the principalId and locale
information about the caller of service operation
DoesNotExistException
- socRolloverResultItemId not found
InvalidParameterException
- invalid parameter
MissingParameterException
- missing parameter
OperationFailedException
- unable to complete request
PermissionDeniedException
- authorization failureSocRolloverResultItemInfo createSocRolloverResultItem(String socRolloverResultId, String socRolloverResultItemTypeKey, SocRolloverResultItemInfo socRolloverResultItemInfo, ContextInfo context) throws DoesNotExistException, DataValidationErrorException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException, ReadOnlyException
socRolloverResultId
- Id of the corresponding soc rollover resultsocRolloverResultItemTypeKey
- soc rollover result type keysocRolloverResultItemInfo
- object to be createdcontext
- Context information containing the principalId and locale
information about the caller of service operation
DoesNotExistException
- termId or socRolloverResultItemTypeKey not found
DataValidationErrorException
- One or more values invalid for this operation
InvalidParameterException
- One or more parameters invalid
MissingParameterException
- One or more parameters missing
OperationFailedException
- unable to complete request
PermissionDeniedException
- authorization failure
ReadOnlyException
Integer createSocRolloverResultItems(String socRolloverResultId, String socRolloverResultItemTypeKey, List<SocRolloverResultItemInfo> socRolloverResultItemInfos, ContextInfo context) throws DoesNotExistException, DataValidationErrorException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException, ReadOnlyException
socRolloverResultId
- Id of the corresponding soc rollover resultsocRolloverResultItemTypeKey
- soc rollover result type keysocRolloverResultItemInfos
- objects to be createdcontext
- Context information containing the principalId and locale
information about the caller of service operation
DoesNotExistException
- termId or socRolloverResultItemTypeKey not found
DataValidationErrorException
- One or more values invalid for this operation
InvalidParameterException
- One or more parameters invalid
MissingParameterException
- One or more parameters missing
OperationFailedException
- unable to complete request
PermissionDeniedException
- authorization failure
ReadOnlyException
SocRolloverResultItemInfo updateSocRolloverResultItem(String socRolloverResultItemId, SocRolloverResultItemInfo socRolloverResultItemInfo, ContextInfo context) throws DataValidationErrorException, DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException, ReadOnlyException, VersionMismatchException
socRolloverResultItemId
- Id of SocRolloverResultItem to be updatedsocRolloverResultItemInfo
- Details of updates to the SocRolloverResultItemcontext
- Context information containing the principalId and locale
information about the caller of service operation
DataValidationErrorException
- One or more values invalid for this operation
DoesNotExistException
- the SocRolloverResultItem does not exist
InvalidParameterException
- One or more parameters invalid
MissingParameterException
- One or more parameters missing
OperationFailedException
- unable to complete request
PermissionDeniedException
- authorization failure
VersionMismatchException
- The action was attempted on an out of date version.
ReadOnlyException
StatusInfo changeSocRolloverResultItemState(String socRolloverResultItemId, String nextStateKey, ContextInfo contextInfo) throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
socRolloverResultItemId
- of the SocRolloverResultItem to be changed.nextStateKey
- The State Key into which the identified SocRolloverResultItem will be placed if the operation succeeds.contextInfo
- Context information containing the principalId
and locale information about the caller of
service operation
DoesNotExistException
- the identified SocRolloverResultItem does not exist
InvalidParameterException
- the contextInfo object is invalid
MissingParameterException
- One or more parameters missing
OperationFailedException
- unable to complete request
PermissionDeniedException
- authorization failureStatusInfo deleteSocRolloverResultItem(String socRolloverResultItemId, ContextInfo context) throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
socRolloverResultItemId
- the Id of the ActivityOffering to be deletedcontext
- Context information containing the principalId and locale
information about the caller of service operation
DoesNotExistException
- the SeatPoolDefinition does not exist
InvalidParameterException
- One or more parameters invalid
MissingParameterException
- One or more parameters missing
OperationFailedException
- unable to complete request
PermissionDeniedException
- authorization failureList<ValidationResultInfo> validateSocRolloverResultItem(String validationType, SocRolloverResultItemInfo socRolloverResultItemInfo, ContextInfo context) throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException
validationType
- Identifier of the extent of validationsocRolloverResultItemInfo
- the socRolloverResultItem information to be tested.context
- Context information containing the principalId and locale
information about the caller of service operation
DoesNotExistException
- validationTypeKey not found
InvalidParameterException
- invalid validationTypeKey, socRolloverResultItemInfo
MissingParameterException
- missing validationTypeKey, socRolloverResultItemInfo
OperationFailedException
- unable to complete requestList<String> searchForSocRolloverResultIds(QueryByCriteria criteria, ContextInfo context) throws InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
criteria
- context
-
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
List<SocRolloverResultInfo> searchForSocRolloverResults(QueryByCriteria criteria, ContextInfo context) throws InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
criteria
- context
-
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
List<String> searchForSocRolloverResultItemIds(QueryByCriteria criteria, ContextInfo context) throws InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
criteria
- context
-
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
List<SocRolloverResultItemInfo> searchForSocRolloverResultItems(QueryByCriteria criteria, ContextInfo context) throws InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
criteria
- context
-
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |