The loader is responsible for loading the subject. The implementation is dependent on the data store where the
subject business information is stored. The loader is called from the controller and worklists.
version: $Revision: 881 $
Load the subject with the specified id. That is the userValue from the controller point of view.
Transactional caching improves the performance.
Parameters: id - identifies the subject the subject throws: SubjectNotFoundException -
Load several subjects at once. This method is called by worklists, mostly.
Parameters: ids - the ids identify the subjects the subjects throws: SubjectNotFoundException -