Skip to content
Snippets Groups Projects
Commit 70a41ec2 authored by tpylak's avatar tpylak
Browse files

material properties DAO refactoring

Preparation phase:
1. MaterialDAO should be fetched from AbstractBusinessObject. Currently AbstractBusinessObject just calls IDAOFactory.getMaterialDAO, but in future it can decorate the DAO and fill material properties on the fly. This refactoring required moving some methods from Managers to Business Objects.
2. MaterialDAO should expose FROM and WHERE clauses of its selects - they will be used to fetch only required properties.

SVN: 2513
parent 1b19a5d7
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment