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.RemoteException
ArrayList getActions(Object fAccPoid) throws RemoteException
Account
- PoidRemoteException
boolean saveChanges(ArrayList arrList) throws RemoteException
PortalOp.OP_WRITE_FLDS
,PortalOp.OP_DELETE_FLDS
ArrayList
- of PSettableRestrictionRemoteException
Copyright © 2003, 2023, Oracle and/or its affiliates.