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 EntityFactoryentityFactoryprotected static LoggerLOGprotected SearchCondVisitorsearchCondVisitorprotected UserDAOuserDAO
-
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 FIQLQuerycreate(FIQLQueryTO fiqlQueryTO)FIQLQueryTOgetFIQLQueryTO(FIQLQuery fiqlQuery)FIQLQueryupdate(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:
createin interfaceFIQLQueryDataBinder
-
update
public FIQLQuery update(FIQLQuery fiqlQuery, FIQLQueryTO fiqlQueryTO)
- Specified by:
updatein interfaceFIQLQueryDataBinder
-
getFIQLQueryTO
public FIQLQueryTO getFIQLQueryTO(FIQLQuery fiqlQuery)
- Specified by:
getFIQLQueryTOin interfaceFIQLQueryDataBinder
-
-