Package com.portal.app.cc.tcf
Interface PIATelcoDeviceBean
- All Superinterfaces:
Remote
The interface for the Telco device bean
- Version:
- %date_modified: Thr Feb 26 18:53:38 2003 %
- Author:
- tsuo
-
Method Summary
Modifier and TypeMethodDescriptionGet the existing devices for certain typegetFirstAvailDeviceOfType
(String type, Set stateValues) Search for the first available devices from the databasecom.portal.app.util.CustomerValErrorData[]
save
(PModelHandle pm) Save the modelcom.portal.app.util.CustomerValErrorData[]
updateServicesForDevice
(PModelHandle oldDevice, PModelHandle newDevice) Update the service associated with the device
-
Method Details
-
getFirstAvailDeviceOfType
Search for the first available devices from the database- Throws:
RemoteException
-
getExistingDevicesOfType
Get the existing devices for certain type- Throws:
RemoteException
-
updateServicesForDevice
com.portal.app.util.CustomerValErrorData[] updateServicesForDevice(PModelHandle oldDevice, PModelHandle newDevice) throws RemoteException Update the service associated with the device- Throws:
RemoteException
-
save
Save the model- Throws:
RemoteException
-