public interface PIAPhoneTableBean extends Remote
| Modifier and Type | Method and Description |
|---|---|
void |
createIndexValueMap(PModelHandle pm)
Retrives phone data from the /account model handle
and creates HashMap where Array index is the key and "Phone type+ Phone number" is the value
|
int |
getIndexFromValue(String value)
gets array index (key) from the passed value ("Phone type+ Phone number") from the Hashmap
created by createIndexValueMap method
|
void |
setIndex(int index)
Establishes the PIN_FLD_NAMEINFO array index that should be used
when building up the input FList (below).
|
void |
setPhoneData(PModelHandle collectedData,
int[] types,
String[] phones,
ArrayList<Integer> toRemove)
Aids the collectData() method from the client component
|
void |
updateIndexValueMap(Integer index,
String value)
stores the value at the specified index in the Hashmap
created by createIndexValueMap method
|
void setPhoneData(PModelHandle collectedData, int[] types, String[] phones, ArrayList<Integer> toRemove) throws RemoteException
collectedData - model handle to collect datatypes - array containing phone typesphones - array containing phone numberstoRemove - ArrayList containing array indexes to be deletedRemoteExceptionvoid setIndex(int index)
index - void createIndexValueMap(PModelHandle pm) throws RemoteException
pm - /account mdoel handleRemoteExceptionint getIndexFromValue(String value)
value - Copyright © 2003, 2023, Oracle and/or its affiliates.