Bug 129143

Summary: split Factory classes to factories and Managers
Product: [Retired] Red Hat Network Reporter: Ryan Bloom <rbb>
Component: RHN/R&DAssignee: Ryan Bloom <rbb>
Status: CLOSED CURRENTRELEASE QA Contact: Fanny Augustin <fmoquete>
Severity: medium Docs Contact:
Priority: medium    
Version: RHN Devel   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-08-23 15:16:48 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 125080    

Description Ryan Bloom 2004-08-04 14:08:09 UTC
We said a long time ago that factories would be responsible for
loading from and saving to the DB and Managers would deal with all
inter-object relationships.  But, we haven't actually followed that
model, and most (if not all) of our factory classes include some
manager logic.  Either we should revisit the decision or modify the
classes behave correctly.

Comment 1 Ryan Bloom 2004-08-23 15:16:48 UTC
All factories are strictly for database modification/lookup now. 
Managers take care of business logic.