Class SetCompanyMasterFileDataResponseDTO


  • public class SetCompanyMasterFileDataResponseDTO
    extends de.aeb.xnsg.foundation.bf.AbstractResponseDTO
    Response for setting company master file data.
    If the response has any errors, at least one company was not created or updated. See the results for details to every company.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      Integer countCreated
      Number of created companies.
      This counter is null, if the processing of the request was cancelled because of missing mandatory fields.
      Integer countError
      Number of companies with errors (not created nor updated nor locked)
      This counter is null, if the processing of the request was cancelled because of missing mandatory fields.
      Integer countLocked
      Number of locked companies (not updated).
      This counter is null, if the processing of the request was cancelled because of missing mandatory fields.
      Integer countUpdated
      Number of updated companies.
      This counter is null, if the processing of the request was cancelled because of missing mandatory fields.
      CompanyMFResultDTO[] results
      Results for every company passed.
      Unless some mandatory basic fields are missing (e.g.
      • Fields inherited from class de.aeb.xnsg.foundation.bf.AbstractResponseDTO

        EMPTY_MANDATORY_FIELD, hasErrors, hasOnlyRetryableErrors, hasWarnings, I18N_WARNING, INTERNAL_SERVER_ERROR, INVALID_DATA_ERROR, INVALID_DATA_WARNING, LOCK_ERROR, messages
    • Field Detail

      • countCreated

        public Integer countCreated
        Number of created companies.
        This counter is null, if the processing of the request was cancelled because of missing mandatory fields.
      • countUpdated

        public Integer countUpdated
        Number of updated companies.
        This counter is null, if the processing of the request was cancelled because of missing mandatory fields.
      • countError

        public Integer countError
        Number of companies with errors (not created nor updated nor locked)
        This counter is null, if the processing of the request was cancelled because of missing mandatory fields.
      • countLocked

        public Integer countLocked
        Number of locked companies (not updated).
        This counter is null, if the processing of the request was cancelled because of missing mandatory fields.
      • results

        public CompanyMFResultDTO[] results
        Results for every company passed.
        Unless some mandatory basic fields are missing (e.g. clientIdentCode or companyNumber), this array contains for every passed CompanyMFDTO information about its processing status.
    • Constructor Detail

      • SetCompanyMasterFileDataResponseDTO

        public SetCompanyMasterFileDataResponseDTO()