Package | Description |
---|---|
org.kuali.student.enrollment.class2.courseoffering.service.adapter |
Modifier and Type | Method and Description |
---|---|
ActivityOfferingResult |
AutogenRegGroupServiceAdapterImpl.copyActivityOfferingToCluster(String origAoId,
String aocId,
ContextInfo context) |
ActivityOfferingResult |
AutogenRegGroupServiceAdapter.copyActivityOfferingToCluster(String aoId,
String aocId,
ContextInfo context)
A variant on User Story 3 that does not create an AO (relying on copyAO from the
|
ActivityOfferingResult |
AutogenRegGroupServiceAdapterImpl.createActivityOffering(ActivityOfferingInfo aoInfo,
String aocId,
ContextInfo context) |
ActivityOfferingResult |
AutogenRegGroupServiceAdapter.createActivityOffering(ActivityOfferingInfo aoInfo,
String aocId,
ContextInfo context)
User Story 3: I need the system to automatically create reg groups when I create an AO (via add or copy)
to eliminate the need to manually create them
This creates an AO, then adds the created AO to an AOC, generating RGs as needed
|
ActivityOfferingResult |
AutogenRegGroupServiceAdapterImpl.updateActivityOffering(ActivityOfferingInfo aoInfo,
ContextInfo context) |
ActivityOfferingResult |
AutogenRegGroupServiceAdapter.updateActivityOffering(ActivityOfferingInfo aoInfo,
ContextInfo context)
User Story 4: I need the system to automatically update registration groups as I
update an activity offering(s) so reg group states and messaging remain current.
|
ActivityOfferingResult |
AutogenRegGroupServiceAdapterImpl.updateRegistrationGroups(ActivityOfferingInfo activityOfferingInfo,
ContextInfo context) |
ActivityOfferingResult |
AutogenRegGroupServiceAdapter.updateRegistrationGroups(ActivityOfferingInfo aoInfo,
ContextInfo context)
We need an explicit call to update the registration groups.
|
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.