public abstract class PAbstractController extends Object
Modifier and Type | Field and Description |
---|---|
protected PModelHandle |
mModel |
Constructor and Description |
---|
PAbstractController() |
Modifier and Type | Method and Description |
---|---|
PInfranetException |
createClientException(EBufException ebuf) |
Locale |
getClientLocale() |
PModelHandle |
getModel()
This method is for backward compatibility, and usefull while changing the existing Controllers
In the exisitng controller, getModel method is used to get the PModelHadndle in the BAS base classes.
|
PModelHandle |
getModelHandle()
This method is for backward compatibility, and usefull while changing the existing Controllers.
|
void |
setModel(PModelHandle incoming)
This method is for backward compatibility, and usefull while changing the existing Controllers
In the exisitng controller, setModel method is used to set the PModelHadndle in the BAS base classes.
|
void |
setModelHandle(PModelHandle incoming)
This method is for backward compatibility, and usefull while changing the existing Controllers.
|
protected PModelHandle mModel
public void setModel(PModelHandle incoming)
public PModelHandle getModel()
public void setModelHandle(PModelHandle incoming) throws RemoteException
RemoteException
public PModelHandle getModelHandle()
public Locale getClientLocale()
public PInfranetException createClientException(EBufException ebuf) throws RemoteException
RemoteException
Copyright © 2003, 2023, Oracle and/or its affiliates.