Interface IEntityImportStager

    • Method Detail

      • stage

        void stage​(IEntityContext ec)
            throws Exception
        Deprecated.
        Stages the import for execution based on the given configuration
        Parameters:
        ec - IEntityContext to be used
        Throws:
        Exception - When the entity to import could not be staged.
      • getEntity

        de.xima.cmn.dao.interfaces.IEntity<Long> getEntity()
        Deprecated.
        Returns:
        IEntity that shall be imported
      • isEntityExists

        boolean isEntityExists()
        Deprecated.
        Returns:
        whether or not the entity exists in the system
      • setPersisted

        @Deprecated
        default IEntityImportStager setPersisted​(de.xima.cmn.dao.interfaces.IEntity<Long> persisted)
        Deprecated.
        Parameters:
        persisted - IEntity that will be overridden if the importer is set to override. This method can be use to set the entity that should be overridden to a different one than the one that is select by UUID.