Class FIQLQueryDataBinderImpl

  • All Implemented Interfaces:
    org.apache.syncope.core.provisioning.api.data.FIQLQueryDataBinder

    public class FIQLQueryDataBinderImpl
    extends Object
    implements org.apache.syncope.core.provisioning.api.data.FIQLQueryDataBinder
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.apache.syncope.core.persistence.api.entity.EntityFactory entityFactory  
      protected static org.slf4j.Logger LOG  
      protected org.apache.syncope.core.persistence.api.search.SearchCondVisitor searchCondVisitor  
      protected org.apache.syncope.core.persistence.api.dao.UserDAO userDAO  
    • Constructor Summary

      Constructors 
      Constructor Description
      FIQLQueryDataBinderImpl​(org.apache.syncope.core.persistence.api.search.SearchCondVisitor searchCondVisitor, org.apache.syncope.core.persistence.api.dao.UserDAO userDAO, org.apache.syncope.core.persistence.api.entity.EntityFactory entityFactory)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.syncope.core.persistence.api.entity.FIQLQuery create​(org.apache.syncope.common.lib.to.FIQLQueryTO fiqlQueryTO)  
      org.apache.syncope.common.lib.to.FIQLQueryTO getFIQLQueryTO​(org.apache.syncope.core.persistence.api.entity.FIQLQuery fiqlQuery)  
      org.apache.syncope.core.persistence.api.entity.FIQLQuery update​(org.apache.syncope.core.persistence.api.entity.FIQLQuery fiqlQuery, org.apache.syncope.common.lib.to.FIQLQueryTO fiqlQueryTO)  
    • Field Detail

      • LOG

        protected static final org.slf4j.Logger LOG
      • searchCondVisitor

        protected final org.apache.syncope.core.persistence.api.search.SearchCondVisitor searchCondVisitor
      • userDAO

        protected final org.apache.syncope.core.persistence.api.dao.UserDAO userDAO
      • entityFactory

        protected final org.apache.syncope.core.persistence.api.entity.EntityFactory entityFactory
    • Constructor Detail

      • FIQLQueryDataBinderImpl

        public FIQLQueryDataBinderImpl​(org.apache.syncope.core.persistence.api.search.SearchCondVisitor searchCondVisitor,
                                       org.apache.syncope.core.persistence.api.dao.UserDAO userDAO,
                                       org.apache.syncope.core.persistence.api.entity.EntityFactory entityFactory)
    • Method Detail

      • create

        public org.apache.syncope.core.persistence.api.entity.FIQLQuery create​(org.apache.syncope.common.lib.to.FIQLQueryTO fiqlQueryTO)
        Specified by:
        create in interface org.apache.syncope.core.provisioning.api.data.FIQLQueryDataBinder
      • update

        public org.apache.syncope.core.persistence.api.entity.FIQLQuery update​(org.apache.syncope.core.persistence.api.entity.FIQLQuery fiqlQuery,
                                                                               org.apache.syncope.common.lib.to.FIQLQueryTO fiqlQueryTO)
        Specified by:
        update in interface org.apache.syncope.core.provisioning.api.data.FIQLQueryDataBinder
      • getFIQLQueryTO

        public org.apache.syncope.common.lib.to.FIQLQueryTO getFIQLQueryTO​(org.apache.syncope.core.persistence.api.entity.FIQLQuery fiqlQuery)
        Specified by:
        getFIQLQueryTO in interface org.apache.syncope.core.provisioning.api.data.FIQLQueryDataBinder