Class SetCompanyMasterFileDataResponseDTO

java.lang.Object
de.aeb.xnsg.foundation.bf.AbstractResponseDTO
de.aeb.xnsg.logistics.bf.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
    Number of created companies.
    This counter is null, if the processing of the request was cancelled because of missing mandatory fields.
    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.
    Number of locked companies (not updated).
    This counter is null, if the processing of the request was cancelled because of missing mandatory fields.
    Number of updated companies.
    This counter is null, if the processing of the request was cancelled because of missing mandatory fields.
    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
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

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

    • SetCompanyMasterFileDataResponseDTO

      public SetCompanyMasterFileDataResponseDTO()