Class AnyTypeDataBinderImpl

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

    public class AnyTypeDataBinderImpl
    extends Object
    implements org.apache.syncope.core.provisioning.api.data.AnyTypeDataBinder
    • Constructor Summary

      Constructors 
      Constructor Description
      AnyTypeDataBinderImpl​(SecurityProperties securityProperties, org.apache.syncope.core.persistence.api.dao.AnyTypeDAO anyTypeDAO, org.apache.syncope.core.persistence.api.dao.AnyTypeClassDAO anyTypeClassDAO, org.apache.syncope.core.persistence.api.dao.AccessTokenDAO accessTokenDAO, 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.AnyType create​(org.apache.syncope.common.lib.to.AnyTypeTO anyTypeTO)  
      org.apache.syncope.common.lib.to.AnyTypeTO delete​(org.apache.syncope.core.persistence.api.entity.AnyType anyType)  
      org.apache.syncope.common.lib.to.AnyTypeTO getAnyTypeTO​(org.apache.syncope.core.persistence.api.entity.AnyType anyType)  
      void update​(org.apache.syncope.core.persistence.api.entity.AnyType anyType, org.apache.syncope.common.lib.to.AnyTypeTO anyTypeTO)  
    • Field Detail

      • LOG

        protected static final org.slf4j.Logger LOG
      • ENCRYPTOR

        protected static final Encryptor ENCRYPTOR
      • anyTypeDAO

        protected final org.apache.syncope.core.persistence.api.dao.AnyTypeDAO anyTypeDAO
      • anyTypeClassDAO

        protected final org.apache.syncope.core.persistence.api.dao.AnyTypeClassDAO anyTypeClassDAO
      • accessTokenDAO

        protected final org.apache.syncope.core.persistence.api.dao.AccessTokenDAO accessTokenDAO
      • entityFactory

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

      • AnyTypeDataBinderImpl

        public AnyTypeDataBinderImpl​(SecurityProperties securityProperties,
                                     org.apache.syncope.core.persistence.api.dao.AnyTypeDAO anyTypeDAO,
                                     org.apache.syncope.core.persistence.api.dao.AnyTypeClassDAO anyTypeClassDAO,
                                     org.apache.syncope.core.persistence.api.dao.AccessTokenDAO accessTokenDAO,
                                     org.apache.syncope.core.persistence.api.entity.EntityFactory entityFactory)
    • Method Detail

      • create

        public org.apache.syncope.core.persistence.api.entity.AnyType create​(org.apache.syncope.common.lib.to.AnyTypeTO anyTypeTO)
        Specified by:
        create in interface org.apache.syncope.core.provisioning.api.data.AnyTypeDataBinder
      • update

        public void update​(org.apache.syncope.core.persistence.api.entity.AnyType anyType,
                           org.apache.syncope.common.lib.to.AnyTypeTO anyTypeTO)
        Specified by:
        update in interface org.apache.syncope.core.provisioning.api.data.AnyTypeDataBinder
      • delete

        public org.apache.syncope.common.lib.to.AnyTypeTO delete​(org.apache.syncope.core.persistence.api.entity.AnyType anyType)
        Specified by:
        delete in interface org.apache.syncope.core.provisioning.api.data.AnyTypeDataBinder
      • getAnyTypeTO

        public org.apache.syncope.common.lib.to.AnyTypeTO getAnyTypeTO​(org.apache.syncope.core.persistence.api.entity.AnyType anyType)
        Specified by:
        getAnyTypeTO in interface org.apache.syncope.core.provisioning.api.data.AnyTypeDataBinder