public interface PServicesBean extends Remote
PServicesBean
is a Remote
interface that defines the
abilities needed for a service component.Modifier and Type | Method and Description |
---|---|
PModelHandle |
getModel(int index)
Gets the model handle associated with the service at the specified index.
|
List |
getServices()
Gets a list of subscribed services for the account.
|
String |
getServices(int index)
Gets a specific service.
|
Integer |
getServiceStatus(int index)
Gets the status of a specific service.
|
com.portal.app.util.CustomerValErrorData[] |
save(PModelHandle mH,
int index)
Saves changes to the login, password, and status for the user-selected service.
|
void |
setAccountStatus(Integer status)
Sets the account status for the user-selected service.
|
void |
setConfirmation(String sPassword)
Sets the input data/hidden variable
ConfirmPassword
with the value of the customer's password verification String . |
void |
setLogin(String sLogin)
Sets the input data/hidden variable
ServiceLogin
with the value of the customer's login. |
void |
setPassword(String sPassword)
Sets the input data/hidden variable
ServicePassword
with the value of the customer's password. |
void |
setStatus(Integer status)
Sets the service status for the user-selected service.
|
void setLogin(String sLogin) throws RemoteException
ServiceLogin
with the value of the customer's login.sLogin
- a String
with the customer's login valueRemoteException
void setPassword(String sPassword) throws RemoteException
ServicePassword
with the value of the customer's password.sPassword
- a String
with the customer's password valueRemoteException
void setConfirmation(String sPassword) throws RemoteException
ConfirmPassword
with the value of the customer's password verification String
.sPassword
- a String
with the customer's password
verification valueRemoteException
void setStatus(Integer status) throws RemoteException
status
- an Integer
value for the service status,
one of:RemoteException
com.portal.pcm.PortalEnums#PinStatus
void setAccountStatus(Integer status) throws RemoteException
status
- an Integer
value for the account status,
one of:RemoteException
com.portal.pcm.PortalEnums#PinStatus
List getServices() throws RemoteException
List
of subscribed services.RemoteException
String getServices(int index) throws RemoteException
index
- the index for the service to accessRemoteException
Integer getServiceStatus(int index) throws RemoteException
index
- the index of the service to retrieve status forInteger
that indicates the status for the specified service,
one of:RemoteException
com.portal.pcm.PortalEnums#PinStatus
PModelHandle getModel(int index) throws RemoteException
index
- the location of the service's model handle to retrievePModelHandle
.RemoteException
com.portal.app.util.CustomerValErrorData[] save(PModelHandle mH, int index) throws RemoteException
mH
- the account's PModelHandle
index
- index of the selected service to saveRemoteException
Copyright © 2003, 2023, Oracle and/or its affiliates.