public interface IPortalTask
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
addPortal(Portal portal) |
java.lang.String |
addPortalUser(PortalUser user) |
boolean |
canAccessPortal() |
void |
deletePortal(java.lang.String portalID,
boolean forceDelete) |
void |
deletePortalUser(java.lang.String userID) |
java.lang.String |
getDefaultPortal() |
Portal[] |
getPortals() |
PortalUser[] |
getPortalUsers() |
void |
setDefaultPortal(java.lang.String portalID) |
void |
updatePortal(Portal portal) |
void |
updatePortalUser(PortalUser user) |
java.lang.String |
userRoleName() |
java.lang.String userRoleName()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String getDefaultPortal()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionboolean canAccessPortal()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionPortal[] getPortals() throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid deletePortalUser(java.lang.String userID)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionPortalUser[] getPortalUsers() throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String addPortalUser(PortalUser user) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid setDefaultPortal(java.lang.String portalID)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid deletePortal(java.lang.String portalID,
boolean forceDelete)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid updatePortalUser(PortalUser user) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid updatePortal(Portal portal) throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String addPortal(Portal portal) throws java.rmi.RemoteException
java.rmi.RemoteException