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.RemoteException
java.lang.String getDefaultPortal() throws java.rmi.RemoteException
java.rmi.RemoteException
boolean canAccessPortal() throws java.rmi.RemoteException
java.rmi.RemoteException
Portal[] getPortals() throws java.rmi.RemoteException
java.rmi.RemoteException
void deletePortalUser(java.lang.String userID) throws java.rmi.RemoteException
java.rmi.RemoteException
PortalUser[] getPortalUsers() throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String addPortalUser(PortalUser user) throws java.rmi.RemoteException
java.rmi.RemoteException
void setDefaultPortal(java.lang.String portalID) throws java.rmi.RemoteException
java.rmi.RemoteException
void deletePortal(java.lang.String portalID, boolean forceDelete) throws java.rmi.RemoteException
java.rmi.RemoteException
void updatePortalUser(PortalUser user) throws java.rmi.RemoteException
java.rmi.RemoteException
void updatePortal(Portal portal) throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String addPortal(Portal portal) throws java.rmi.RemoteException
java.rmi.RemoteException