[rules-users] All the values from one list must be present in other

Suvek suvek.shah at gmail.com
Mon Oct 8 10:38:04 EDT 2012


I have drilled into similar problem but its bit different...

I have  a CompanyTaxPayer
CompanyTaxPayer has a CountryDetails Map<string, CountryDetail>
CountryDetail has Branches Map<String, Branch>
Branch has Employee Map<EmployeeNo, EmployeeDetails>
if the EmployeeType is "Direct" employee then company has to pay tax on
their behalf

I have another list of registered taxpayers (individuals). 

I need to get the list of all the employees (EmployeeDetails have some
personal details) for the CompanyTaxPayer who are not registered as
individual taxpayers (also have personal details). 

what is the best way of achieving this?



--
View this message in context: http://drools.46999.n3.nabble.com/All-the-values-from-one-list-must-be-present-in-other-tp4019276p4020170.html
Sent from the Drools: User forum mailing list archive at Nabble.com.


More information about the rules-users mailing list