Class FIQLQueryDataBinderImpl
java.lang.Object
org.apache.syncope.core.provisioning.java.data.FIQLQueryDataBinderImpl
- All Implemented Interfaces:
FIQLQueryDataBinder
-
Field Summary
Modifier and TypeFieldDescriptionprotected final EntityFactory
protected static final Logger
protected final SearchCondVisitor
protected final UserDAO
-
Constructor Summary
ConstructorDescriptionFIQLQueryDataBinderImpl
(SearchCondVisitor searchCondVisitor, UserDAO userDAO, EntityFactory entityFactory) -
Method Summary
Modifier and TypeMethodDescriptioncreate
(FIQLQueryTO fiqlQueryTO) getFIQLQueryTO
(FIQLQuery fiqlQuery) update
(FIQLQuery fiqlQuery, FIQLQueryTO fiqlQueryTO)
-
Field Details
-
LOG
-
searchCondVisitor
-
userDAO
-
entityFactory
-
-
Constructor Details
-
FIQLQueryDataBinderImpl
public FIQLQueryDataBinderImpl(SearchCondVisitor searchCondVisitor, UserDAO userDAO, EntityFactory entityFactory)
-
-
Method Details
-
create
- Specified by:
create
in interfaceFIQLQueryDataBinder
-
update
- Specified by:
update
in interfaceFIQLQueryDataBinder
-
getFIQLQueryTO
- Specified by:
getFIQLQueryTO
in interfaceFIQLQueryDataBinder
-