Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Custom POJO Filtering-Paging-Sorting ADF Table DataControl

876598Jul 19 2011 — edited Aug 1 2011
Hi,

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

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 29 2011
Added on Jul 19 2011
7 comments
1,848 views