Package com.portal.app.ccare.comp
Interface PCustomerErrorBean
- All Superinterfaces:
Remote
- All Known Implementing Classes:
PCustomerErrorBeanImpl
Specification for methods that retrieves error information from
CustomerError
s.-
Method Summary
Modifier and TypeMethodDescriptionboolean
hasTopLevelFldFieldArrayElement
(int fieldNumber, com.portal.app.util.CustomerError err) Looks for a top-levelPIN_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-levelPIN_FLD_FIELD
array element containing a field of the desired type.- Parameters:
fieldNumber
- Field number as defined inPortalField
.err
- The error in whose op-code FList to search for the field.- Returns:
true
if the desired field is found; otherwisefalse
.
-