Am 06.09.2011 um 16:07 schrieb Theodore Petrosky:
> maybe i am thinking way too hard on this.
Yes.
instead of using the complete list like this
> list = theEmploymentTitle.employees;
make a method filteredEmployees() that
return
theEmploymentTitle.employees(Employee.EMPLOYMENT_STATUS.dot(EmploymentStatus.IS_CURRENT).eq(true));
list = filteredEmployees;
atze
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [email protected]