Class ImplementationDataBinderImpl

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

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

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

      Constructors 
      Constructor Description
      ImplementationDataBinderImpl​(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.Implementation create​(org.apache.syncope.common.lib.to.ImplementationTO implementationTO)  
      org.apache.syncope.common.lib.to.ImplementationTO getImplementationTO​(org.apache.syncope.core.persistence.api.entity.Implementation implementation)  
      void update​(org.apache.syncope.core.persistence.api.entity.Implementation implementation, org.apache.syncope.common.lib.to.ImplementationTO implementationTO)  
    • Field Detail

      • LOG

        protected static final org.slf4j.Logger LOG
      • entityFactory

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

      • ImplementationDataBinderImpl

        public ImplementationDataBinderImpl​(org.apache.syncope.core.persistence.api.entity.EntityFactory entityFactory)
    • Method Detail

      • create

        public org.apache.syncope.core.persistence.api.entity.Implementation create​(org.apache.syncope.common.lib.to.ImplementationTO implementationTO)
        Specified by:
        create in interface org.apache.syncope.core.provisioning.api.data.ImplementationDataBinder
      • update

        public void update​(org.apache.syncope.core.persistence.api.entity.Implementation implementation,
                           org.apache.syncope.common.lib.to.ImplementationTO implementationTO)
        Specified by:
        update in interface org.apache.syncope.core.provisioning.api.data.ImplementationDataBinder
      • getImplementationTO

        public org.apache.syncope.common.lib.to.ImplementationTO getImplementationTO​(org.apache.syncope.core.persistence.api.entity.Implementation implementation)
        Specified by:
        getImplementationTO in interface org.apache.syncope.core.provisioning.api.data.ImplementationDataBinder