Class AttrRepoDataBinderImpl

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

    public class AttrRepoDataBinderImpl
    extends Object
    implements org.apache.syncope.core.provisioning.api.data.AttrRepoDataBinder
    • 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
      AttrRepoDataBinderImpl​(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.am.AttrRepo create​(org.apache.syncope.common.lib.to.AttrRepoTO attrRepoTO)  
      org.apache.syncope.common.lib.to.AttrRepoTO getAttrRepoTO​(org.apache.syncope.core.persistence.api.entity.am.AttrRepo attrRepo)  
      protected void populateItems​(org.apache.syncope.common.lib.to.AttrRepoTO attrRepoTO, org.apache.syncope.core.persistence.api.entity.am.AttrRepo attrRepo)  
      protected void populateItems​(org.apache.syncope.core.persistence.api.entity.am.AttrRepo attrRepo, org.apache.syncope.common.lib.to.AttrRepoTO attrRepoTO)  
      org.apache.syncope.core.persistence.api.entity.am.AttrRepo update​(org.apache.syncope.core.persistence.api.entity.am.AttrRepo attrRepo, org.apache.syncope.common.lib.to.AttrRepoTO attrRepoTO)  
    • Field Detail

      • LOG

        protected static final org.slf4j.Logger LOG
      • entityFactory

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

      • AttrRepoDataBinderImpl

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

      • populateItems

        protected void populateItems​(org.apache.syncope.common.lib.to.AttrRepoTO attrRepoTO,
                                     org.apache.syncope.core.persistence.api.entity.am.AttrRepo attrRepo)
      • create

        public org.apache.syncope.core.persistence.api.entity.am.AttrRepo create​(org.apache.syncope.common.lib.to.AttrRepoTO attrRepoTO)
        Specified by:
        create in interface org.apache.syncope.core.provisioning.api.data.AttrRepoDataBinder
      • update

        public org.apache.syncope.core.persistence.api.entity.am.AttrRepo update​(org.apache.syncope.core.persistence.api.entity.am.AttrRepo attrRepo,
                                                                                 org.apache.syncope.common.lib.to.AttrRepoTO attrRepoTO)
        Specified by:
        update in interface org.apache.syncope.core.provisioning.api.data.AttrRepoDataBinder
      • populateItems

        protected void populateItems​(org.apache.syncope.core.persistence.api.entity.am.AttrRepo attrRepo,
                                     org.apache.syncope.common.lib.to.AttrRepoTO attrRepoTO)
      • getAttrRepoTO

        public org.apache.syncope.common.lib.to.AttrRepoTO getAttrRepoTO​(org.apache.syncope.core.persistence.api.entity.am.AttrRepo attrRepo)
        Specified by:
        getAttrRepoTO in interface org.apache.syncope.core.provisioning.api.data.AttrRepoDataBinder