Interface IEntityImportStager

    • Method Detail

      • 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.