com.plumtree.uiinfrastructure.opener.types
Interface IUIClassTypeDesc

All Superinterfaces:
IClassTypeDesc
All Known Implementing Classes:
AUIClassTypeDesc, UIActivitySpaces, UIGateway

public interface IUIClassTypeDesc
extends IClassTypeDesc

Interface for UIClassTypeDesc.

Author:
Ricky Wong

Method Summary
 java.lang.String GetClassName()
          Returns the class name of the class type.
 
Methods inherited from interface com.plumtree.uiinfrastructure.opener.types.IClassTypeDesc
GetClassKey, GetClassType, GetDefaultOpenerMode, GetRedirectCreateNew, GetRedirectOpenObject, GetRedirectSearchBrowse, GetRedirectSearchEdit, GetRedirectViewObject, GetRedirectViewObjectMetaData
 

Method Detail

GetClassName

java.lang.String GetClassName()
Returns the class name of the class type. This is a unique string that identifies this class. When the Opener sees "open=XYZ" where "XYZ" is not an integer, it will invoke the ClassTypeDesc with the matching class name. Note that class name should not be an integer representation, i.e. "512", because it will collide with PT_CLASSIDS.

Returns:
The class name of the class type.



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.