Global

Methods

AcceptRegistrationStatus(register)

Record a acceptance of registration status update

Parameters:
Name Type Description
register org.acme.Z2BTestNetwork.AcceptRegistrationStatus

the course to be processed

Source:

CancelCourse(register)

Record a course cancellation

Parameters:
Name Type Description
register org.acme.Z2BTestNetwork.CancelCourse

the course to be processed

Source:

CreateCourse(register)

create a course to register

Parameters:
Name Type Description
register org.acme.Z2BTestNetwork.CreateCourse

the course to be processed

Source:

DenyRegistrationStatus(register)

Record a rejection of registration status update

Parameters:
Name Type Description
register org.acme.Z2BTestNetwork.DenyRegistrationStatus

the course to be processed

Source:

DropCourse(register)

Record a request to drop a course

Parameters:
Name Type Description
register org.acme.Z2BTestNetwork.DropCourse

the course to be processed

Source:

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

Source:

PayTuition(register)

Record a tuition payment

Parameters:
Name Type Description
register org.acme.Z2BTestNetwork.PayTuition

the course to be processed

Source:

RefundTuition(register)

Record a refund by cashier

Parameters:
Name Type Description
register org.acme.Z2BTestNetwork.RefundTuition

the course to be processed

Source:

RegisterCourse(register)

Record a course to register

Parameters:
Name Type Description
register org.acme.Z2BTestNetwork.RegisterCourse

the course to be processed

Source:

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

Source: