Methods
AcceptRegistrationStatus(register)
Record a acceptance of registration status update
Parameters:
Name | Type | Description |
---|---|---|
register |
org.acme.Z2BTestNetwork.AcceptRegistrationStatus | the course to be processed |
CancelCourse(register)
Record a course cancellation
Parameters:
Name | Type | Description |
---|---|---|
register |
org.acme.Z2BTestNetwork.CancelCourse | the course to be processed |
CreateCourse(register)
create a course to register
Parameters:
Name | Type | Description |
---|---|---|
register |
org.acme.Z2BTestNetwork.CreateCourse | the course to be processed |
DenyRegistrationStatus(register)
Record a rejection of registration status update
Parameters:
Name | Type | Description |
---|---|---|
register |
org.acme.Z2BTestNetwork.DenyRegistrationStatus | the course to be processed |
DropCourse(register)
Record a request to drop a course
Parameters:
Name | Type | Description |
---|---|---|
register |
org.acme.Z2BTestNetwork.DropCourse | the course to be processed |
ForwardRegistrationStatus(register)
Record a forwarding of the registration change to the cashier
Parameters:
Name | Type | Description |
---|---|---|
register |
org.acme.Z2BTestNetwork.ForwardRegistrationStatus | the course to be processed |
PayTuition(register)
Record a tuition payment
Parameters:
Name | Type | Description |
---|---|---|
register |
org.acme.Z2BTestNetwork.PayTuition | the course to be processed |
RefundTuition(register)
Record a refund by cashier
Parameters:
Name | Type | Description |
---|---|---|
register |
org.acme.Z2BTestNetwork.RefundTuition | the course to be processed |
RegisterCourse(register)
Record a course to register
Parameters:
Name | Type | Description |
---|---|---|
register |
org.acme.Z2BTestNetwork.RegisterCourse | the course to be processed |
RequestTuition(register)
Record a request for tuition from student by cashier
Parameters:
Name | Type | Description |
---|---|---|
register |
org.acme.Z2BTestNetwork.RequestTuition | the course to be processed |