+

Search Tips   |   Advanced Search

 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

com.ibm.portal.admin
Interface VirtualPortal

All Superinterfaces:
Identifiable, Localized
All Known Subinterfaces:
ModifiableVirtualPortal
public interface VirtualPortal
extends Identifiable, Localized

Admin model interface for virtual portals. The interface is implemented by a model object that represents a specific virtual portal.

Objects of this interface type are stored in the VirtualPortalList.

Since:
6.1.0
See Also:
VirtualPortalList

Method Summary
 java.lang.String getRealm()
          Return the realm of this virtual portal.
 short getShortID()
          Return the short ID of this virtual portal.
 
Methods inherited from interface com.ibm.portal.Identifiable
getObjectID
 
Methods inherited from interface com.ibm.portal.Localized
getDescription, getLocales, getTitle
 

Method Detail

getRealm

java.lang.String getRealm()
Returns the realm of this virtual portal.

Returns:
the realm

getShortID

short getShortID()
Returns the short ID of this virtual portal.

Returns:
the short ID
 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD