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