Class FIQLQueryDataBinderImpl
java.lang.Object
org.apache.syncope.core.provisioning.java.data.FIQLQueryDataBinderImpl
- All Implemented Interfaces:
FIQLQueryDataBinder
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final EntityFactoryprotected static final Loggerprotected final SearchCondVisitorprotected final UserDAO -
Constructor Summary
ConstructorsConstructorDescriptionFIQLQueryDataBinderImpl(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:
createin interfaceFIQLQueryDataBinder
-
update
- Specified by:
updatein interfaceFIQLQueryDataBinder
-
getFIQLQueryTO
- Specified by:
getFIQLQueryTOin interfaceFIQLQueryDataBinder
-