Class RelationshipTypeDataBinderImpl

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

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

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

      Constructors 
      Constructor Description
      RelationshipTypeDataBinderImpl​(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.RelationshipType create​(org.apache.syncope.common.lib.to.RelationshipTypeTO relationshipTypeTO)  
      org.apache.syncope.common.lib.to.RelationshipTypeTO getRelationshipTypeTO​(org.apache.syncope.core.persistence.api.entity.RelationshipType relationshipType)  
      void update​(org.apache.syncope.core.persistence.api.entity.RelationshipType relationshipType, org.apache.syncope.common.lib.to.RelationshipTypeTO relationshipTypeTO)  
    • Field Detail

      • entityFactory

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

      • RelationshipTypeDataBinderImpl

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

      • create

        public org.apache.syncope.core.persistence.api.entity.RelationshipType create​(org.apache.syncope.common.lib.to.RelationshipTypeTO relationshipTypeTO)
        Specified by:
        create in interface org.apache.syncope.core.provisioning.api.data.RelationshipTypeDataBinder
      • update

        public void update​(org.apache.syncope.core.persistence.api.entity.RelationshipType relationshipType,
                           org.apache.syncope.common.lib.to.RelationshipTypeTO relationshipTypeTO)
        Specified by:
        update in interface org.apache.syncope.core.provisioning.api.data.RelationshipTypeDataBinder
      • getRelationshipTypeTO

        public org.apache.syncope.common.lib.to.RelationshipTypeTO getRelationshipTypeTO​(org.apache.syncope.core.persistence.api.entity.RelationshipType relationshipType)
        Specified by:
        getRelationshipTypeTO in interface org.apache.syncope.core.provisioning.api.data.RelationshipTypeDataBinder