Interface PCustomerErrorBean

All Superinterfaces:
Remote
All Known Implementing Classes:
PCustomerErrorBeanImpl

public interface PCustomerErrorBean extends Remote
Specification for methods that retrieves error information from CustomerErrors.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    hasTopLevelFldFieldArrayElement(int fieldNumber, com.portal.app.util.CustomerError err)
    Looks for a top-level PIN_FLD_FIELD array element containing a field of the desired type.
  • Method Details

    • hasTopLevelFldFieldArrayElement

      boolean hasTopLevelFldFieldArrayElement(int fieldNumber, com.portal.app.util.CustomerError err)
      Looks for a top-level PIN_FLD_FIELD array element containing a field of the desired type.
      Parameters:
      fieldNumber - Field number as defined in PortalField.
      err - The error in whose op-code FList to search for the field.
      Returns:
      true if the desired field is found; otherwise false.