You need to sign in to do that
Don't have an account?
puja
sort wrapper list
Hi,
I have a wrapper list which contains an integer value, a product record and a boolean value.
my requirement is to sort that list according to the product name..
please help...its urgent.
Thanks in advanced
Hi,
Why dont you just query them in a order and add to the list of wrapper in same way
Say select id,name from account order by name asc
for(account acc: lstacc{
wrapper.put(acc);
}
Summer 12, List.Sort can sort SObjects and classes with a particular interface. Can you wait that long? If not, you can make your own custom list sorting algorithm. I used the http://en.wikipedia.org/wiki/Gnome_sort in one version of code I wrote once, and a selective bubble sort in another. You can use any algorithm that makes sense to you.
Hi Puja,
Did you solve this issue. I am also having the same requirement.......Please help me out.
Thanks,
Lakshmi
Please check it. http://hemantgarg.wordpress.com/