Interface FIQLQueryDataBinder
- 
- All Known Implementing Classes:
 FIQLQueryDataBinderImpl
public interface FIQLQueryDataBinder 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FIQLQuerycreate(FIQLQueryTO fiqlQueryTO)FIQLQueryTOgetFIQLQueryTO(FIQLQuery fiqlQuery)FIQLQueryupdate(FIQLQuery fiqlQuery, FIQLQueryTO fiqlQueryTO) 
 - 
 
- 
- 
Method Detail
- 
create
FIQLQuery create(FIQLQueryTO fiqlQueryTO)
 
- 
update
FIQLQuery update(FIQLQuery fiqlQuery, FIQLQueryTO fiqlQueryTO)
 
- 
getFIQLQueryTO
FIQLQueryTO getFIQLQueryTO(FIQLQuery fiqlQuery)
 
 - 
 
 -