public interface PIACreateAccountBean extends Remote
Modifier and Type | Method and Description |
---|---|
Object |
createNewAccount(PModelHandle model)
Tries to create a new account, and if successful, returns its model
handle.
|
void |
dumpModel(PModelHandle model)
Prints out the FList corresponding to the passed-in model handle
|
void |
setValidatableArrayFields(int[] arrayFieldNumbers)
Specifies the field numbers of FList array fields to be validated.
|
Object |
validate(PModelHandle model)
Does partial validation on a subset of account creation data
|
void setValidatableArrayFields(int[] arrayFieldNumbers) throws RemoteException
arrayFieldNumbers
- field numbers of array fields to be validatedRemoteException
Object validate(PModelHandle model) throws RemoteException
modelHandle
- data to be validatednull
if the data is found to be valid. If
validation fails, then a CustomerError
object will
be returned which represents the error(s) associated with the
failure.RemoteException
CustomerError
Object createNewAccount(PModelHandle model) throws RemoteException
modelHandle
- data to be used in creating the new accountPModelHandle
of the new account if the create
attempt is successful. If account creation fails, then a
CustomerError
object will returned which
represents the error(s) associated with the failure.RemoteException
CustomerError
void dumpModel(PModelHandle model) throws RemoteException
model
- Model handleRemoteException
Copyright © 2003, 2023, Oracle and/or its affiliates.