Custom POJO Filtering-Paging-Sorting ADF Table DataControl
876598Jul 19 2011 — edited Aug 1 2011Hi,
I was looking the POJO pagination sample "037. How-to build pagination into ADF POJO Data Control".
where you create a facade class with two methods. One for get Size and other that has and index and fetch size, adding in DataControl.dcx file a property using DataControlHandler="oracle.adf.model.adapter.bean.DataFilterHandler".
I have implemented this example calling a webservice inside the facade class , and its working great, facade method is called with correct arguments.
But i need to build a table with a filter header and sorting options , pass the values filled by the user to the facade and calling an external webservice. I don't know how to get those parameters inside the facade.
Do you know if exists a signature for get it? or an easy way to extend DataFilterHandler ?
Thanks,
German Santana
Bogota, Colombia