com.plumtree.server
Interface IPTGuestLoginManager


public interface IPTGuestLoginManager

Author:
William Adjie-Winoto

Method Summary
 int GetGuestLoginIDFromSubPortalID(int nSubPortalID)
          Query the GuestLogin object ID given a subportal ID.
 java.lang.Object OpenBySubPortalID(int nSubPortalID, boolean bLockInitially)
          Open the object that contains the specified subportal ID.
 

Method Detail

GetGuestLoginIDFromSubPortalID

int GetGuestLoginIDFromSubPortalID(int nSubPortalID)
Query the GuestLogin object ID given a subportal ID.

Parameters:
nSubPortalID - the subportal object ID
Returns:
int the ID of the GuestLogin object

OpenBySubPortalID

java.lang.Object OpenBySubPortalID(int nSubPortalID,
                                   boolean bLockInitially)
Open the object that contains the specified subportal ID.

Parameters:
nSubPortalID - the subportal object ID
bLockInitially - Should the object be locked before opening it? Open will fail if bLockInitially is true and the object is already locked. If true is passed in for bLockInitially, the client is responsible for calling IPTServerContext.UnlockObject
Returns:
the object to be opened