public interface PPermissionInfoBean extends Remote
PPermissionInfoBean component.| Modifier and Type | Method and Description |
|---|---|
ArrayList |
getActions(Object fAccPoid)
This function sends back a list of the PSettableRestrictions containing the
Permission Strings.
|
Object[] |
getServiceAdminClient(PModelHandle pNewMH)
Calls
PortalOp.OP_SEARCH to check whether /service/admin Client
exists for the account opened. |
boolean |
saveChanges(ArrayList arrList)
Save changes to Portal by using the objects stored in the ArrayList that is sent
back.
|
Object[] getServiceAdminClient(PModelHandle pNewMH) throws RemoteException
PortalOp.OP_SEARCH to check whether /service/admin Client
exists for the account opened.
Calls refreshActions(Poid <>) internally.pNewMH - - Account model handle.
If /service/admin_client is present, the account poid is returned.RemoteExceptionArrayList getActions(Object fAccPoid) throws RemoteException
Account - PoidRemoteExceptionboolean saveChanges(ArrayList arrList) throws RemoteException
PortalOp.OP_WRITE_FLDS,PortalOp.OP_DELETE_FLDSArrayList - of PSettableRestrictionRemoteExceptionCopyright © 2003, 2023, Oracle and/or its affiliates.