postRegistration(Customer, long) method

This method gets invoked once the customer has been created in hte DB.

Syntax

void postRegistration ( Customer customer , long callerId )

Parameters

Usage

Other features of the customer (address, ...) might not yet be available. This method participates in the same transaction. Every Exception thrown will lead to the full operation getting rolled back.