com.webmethods.caf.portalclient.dir.user
Interface IuserPortType


public interface IuserPortType


Method Summary
 void clearstartpage(URI principalURI)
           
 Hashtable getallattributes(URI principalURI)
           
 Hashtable getattributes(URI principalAttributeProviderID, URI principalURI)
           
 ListView getgroupmembership(URI principalURI)
           
 ListView getmembers(URI principalURI)
           
 URI getportalstyle(URI principalUri)
           
 ListView getrolemembership(URI principalURI)
           
 void setpagesize(int pageSize, URI principalURI)
           
 void setportalstyle(URI principalURI, URI resourceURI)
           
 void setstartpage(URI resourceURI, URI userURI)
           
 View view(URI itemId)
           
 

Method Detail

view

View view(URI itemId)

getgroupmembership

ListView getgroupmembership(URI principalURI)

getrolemembership

ListView getrolemembership(URI principalURI)

getallattributes

Hashtable getallattributes(URI principalURI)

getattributes

Hashtable getattributes(URI principalAttributeProviderID,
                        URI principalURI)

getmembers

ListView getmembers(URI principalURI)

setstartpage

void setstartpage(URI resourceURI,
                  URI userURI)

clearstartpage

void clearstartpage(URI principalURI)

setportalstyle

void setportalstyle(URI principalURI,
                    URI resourceURI)

setpagesize

void setpagesize(int pageSize,
                 URI principalURI)

getportalstyle

URI getportalstyle(URI principalUri)