com.ibm.interfaces.portal
Interface WPCPortalUserHelper

All Known Implementing Classes:
PortalUserHelper

public interface WPCPortalUserHelper


Method Summary
 java.lang.String constructResponseForRoleList4User(java.util.HashMap infoMap)
          Builds xml representation for all the roles for the currrent user
 java.lang.String constructResponseForUserList(java.util.HashMap infoMap)
          Builds xml representation of all the users of the current user company.
 

Method Detail

constructResponseForUserList

java.lang.String constructResponseForUserList(java.util.HashMap infoMap)
                                              throws com.ibm.pim.common.exceptions.PIMException
Builds xml representation of all the users of the current user company.

Parameters:
infoMap - A hashMap containing the header informationl
Returns:
A xml representation containing the names of all the users of the current user company
Throws:
com.ibm.pim.common.exceptions.PIMException
com.ibm.pim.common.exceptions.PIMInternalException

constructResponseForRoleList4User

java.lang.String constructResponseForRoleList4User(java.util.HashMap infoMap)
                                                   throws com.ibm.pim.common.exceptions.PIMException
Builds xml representation for all the roles for the currrent user

Parameters:
infoMap - A map containing the header information.
Returns:
A xml representation of all the roles for the current user
Throws:
com.ibm.pim.common.exceptions.PIMException
com.ibm.pim.common.exceptions.PIMInternalException