public void populateBusinessObjectForTesting(Object persistableObject, Map ojbMappedAttributes) throws Exception(Code)
populates a given business object with arbitrary values
Parameters: persistableObject - object whose attributes need to be populated based on its ojb mapping Parameters: ojbMappedAttributes - a map to store the names of the properties that were set in, which can be accessed by the callingclass without exposing ojb related mappings data directly
Methods inherited from org.kuali.core.service.impl.PersistenceServiceImplBase