Package com.portal.app.ccare.comp
Class PCustomerErrorBeanImpl
java.lang.Object
com.portal.bas.PControllerImpl
com.portal.bas.comp.PIAComponentCollectionBean
com.portal.app.ccare.comp.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:
-
Field Summary
Fields inherited from class com.portal.bas.PControllerImpl
mFList, mRemoteListeners, UPDATE_CLIENT, UPDATE_MODEL_CHANGE, UPDATE_NEW_MODEL, UPDATE_PROPERTY -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new controller for retrieving error information. -
Method Summary
Modifier and TypeMethodDescriptionbooleanhasTopLevelFldFieldArrayElement(int fieldNumber, com.portal.app.util.CustomerError err) Looks for a top-levelPIN_FLD_FIELDarray element containing a field of the desired type.Methods inherited from class com.portal.bas.comp.PIAComponentCollectionBean
addChild, getCollectedData, getSelectionDataFor, removeChild, updateMethods inherited from class com.portal.bas.PControllerImpl
addRemoteListener, closeSecContext, createClientException, distributeEventToListeners, fireModelChangeEvent, getAppController, getArrayRange, getContext, getField, getField, getField, getFieldWithRestriction, getFieldWithRestriction, getFieldWithRestriction, getModel, getRemoteListenerHandle, getSecContext, handleDistributeToListener, isLight, register, releaseContext, releaseRemoteListener, removeRemoteListener, setField, setField, setModel, unreferencedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.portal.bas.PControllerBean
addRemoteListener, getArrayRange, getModel, getRemoteListenerHandle, isLight, register, releaseRemoteListener, removeRemoteListener, setModel
-
Constructor Details
-
PCustomerErrorBeanImpl
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-levelPIN_FLD_FIELDarray element containing a field of the desired type.- Specified by:
hasTopLevelFldFieldArrayElementin interfacePCustomerErrorBean- Parameters:
fieldNumber- Field number as defined inPortalField.err- The error in whose op-code FList to search for the field.- Returns:
trueif the desired field is found; otherwisefalse.
-