Class PCustomerErrorBeanImpl

All Implemented Interfaces:
PCustomerErrorBean, PIACollectionBean, PControllerBean, Serializable, Remote, Unreferenced

public class PCustomerErrorBeanImpl extends PIAComponentCollectionBean implements PCustomerErrorBean
Methods that retrieve error information from CustomerErrors.
See Also:
  • Constructor Details

    • PCustomerErrorBeanImpl

      public PCustomerErrorBeanImpl() throws RemoteException
      Creates a new controller for retrieving error information.
      Throws:
      RemoteException
  • Method Details

    • hasTopLevelFldFieldArrayElement

      public 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.
      Specified by:
      hasTopLevelFldFieldArrayElement in interface PCustomerErrorBean
      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.