Class ImportDO

All Implemented Interfaces:
IBaseDO<Import>

public class ImportDO extends AbstractComplexEntityDO<Import>
  • Constructor Details

    • ImportDO

      public ImportDO()
  • Method Details

    • delete

      public void delete(Import entity, boolean force) throws ApplicationException
      Description copied from class: AbstractBaseDO
      NOTE: when overriding this method and you delete any other objects you need to call validateNotUsed before in case flag force is false!
      Overrides:
      delete in class AbstractComplexEntityDO<Import>
      Parameters:
      entity - mandatory
      force - if true delete without usage check, which can result in db constraints error unless references are taken care of
      Throws:
      ApplicationException