Class FIQLQueryDataBinderImpl
- java.lang.Object
-
- org.apache.syncope.core.provisioning.java.data.FIQLQueryDataBinderImpl
-
- All Implemented Interfaces:
FIQLQueryDataBinder
public class FIQLQueryDataBinderImpl extends Object implements FIQLQueryDataBinder
-
-
Field Summary
Fields Modifier and Type Field Description protected EntityFactory
entityFactory
protected static Logger
LOG
protected SearchCondVisitor
searchCondVisitor
protected UserDAO
userDAO
-
Constructor Summary
Constructors Constructor Description FIQLQueryDataBinderImpl(SearchCondVisitor searchCondVisitor, UserDAO userDAO, EntityFactory entityFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FIQLQuery
create(FIQLQueryTO fiqlQueryTO)
FIQLQueryTO
getFIQLQueryTO(FIQLQuery fiqlQuery)
FIQLQuery
update(FIQLQuery fiqlQuery, FIQLQueryTO fiqlQueryTO)
-
-
-
Field Detail
-
LOG
protected static final Logger LOG
-
searchCondVisitor
protected final SearchCondVisitor searchCondVisitor
-
userDAO
protected final UserDAO userDAO
-
entityFactory
protected final EntityFactory entityFactory
-
-
Constructor Detail
-
FIQLQueryDataBinderImpl
public FIQLQueryDataBinderImpl(SearchCondVisitor searchCondVisitor, UserDAO userDAO, EntityFactory entityFactory)
-
-
Method Detail
-
create
public FIQLQuery create(FIQLQueryTO fiqlQueryTO)
- Specified by:
create
in interfaceFIQLQueryDataBinder
-
update
public FIQLQuery update(FIQLQuery fiqlQuery, FIQLQueryTO fiqlQueryTO)
- Specified by:
update
in interfaceFIQLQueryDataBinder
-
getFIQLQueryTO
public FIQLQueryTO getFIQLQueryTO(FIQLQuery fiqlQuery)
- Specified by:
getFIQLQueryTO
in interfaceFIQLQueryDataBinder
-
-