|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.uiinfrastructure.opener.types.AUIClassTypeDesc
public abstract class AUIClassTypeDesc
TODO Add Description.
| Constructor Summary | |
|---|---|
AUIClassTypeDesc()
|
|
| Method Summary | |
|---|---|
java.lang.String |
GetClassKey()
Returns the key for this class type. |
abstract java.lang.String |
GetClassName()
Returns the class name of the class type. |
ClassTypeEnum |
GetClassType()
Returns the class type. |
int |
GetDefaultOpenerMode()
Returns the default opener mode for this class type. |
Redirect |
GetRedirectCreateNew(XPHashtable _htArguments,
AActivitySpace _asParent,
java.lang.Object _userSession)
This method is called by the Common Opener in the create mode. |
Redirect |
GetRedirectOpenObject(XPHashtable _htArguments,
AActivitySpace _asParent,
java.lang.Object _userSession)
This method is called by the Common Opener in the edit mode. |
Redirect |
GetRedirectSearchBrowse(XPHashtable _htArguments,
AActivitySpace _asParent,
java.lang.Object _userSession)
This method is called by the Common Opener in the search basic mode. |
Redirect |
GetRedirectSearchEdit(XPHashtable _htArguments,
AActivitySpace _asParent,
java.lang.Object _userSession)
This method is called by the Common Opener in the search basic mode. |
abstract Redirect |
GetRedirectViewObject(XPHashtable _htArguments,
AActivitySpace _asParent,
java.lang.Object _userSession)
This method is called by the Common Opener in the view mode. |
Redirect |
GetRedirectViewObjectMetaData(XPHashtable _htArguments,
AActivitySpace _asParent,
java.lang.Object _userSession)
This method is called by the Common Opener in the meta mode. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AUIClassTypeDesc()
| Method Detail |
|---|
public abstract java.lang.String GetClassName()
IUIClassTypeDesc
GetClassName in interface IUIClassTypeDescpublic java.lang.String GetClassKey()
IClassTypeDesc
GetClassKey in interface IClassTypeDescpublic ClassTypeEnum GetClassType()
IClassTypeDesc
GetClassType in interface IClassTypeDescpublic int GetDefaultOpenerMode()
IClassTypeDesc
GetDefaultOpenerMode in interface IClassTypeDesc
public abstract Redirect GetRedirectViewObject(XPHashtable _htArguments,
AActivitySpace _asParent,
java.lang.Object _userSession)
IClassTypeDesc
GetRedirectViewObject in interface IClassTypeDesc_htArguments - Arguments to reach the new space._asParent - The parent activity space._userSession - The current session.
public Redirect GetRedirectCreateNew(XPHashtable _htArguments,
AActivitySpace _asParent,
java.lang.Object _userSession)
IClassTypeDesc
GetRedirectCreateNew in interface IClassTypeDesc_htArguments - Arguments to reach the new space._asParent - The parent activity space._userSession - The current session.
public Redirect GetRedirectViewObjectMetaData(XPHashtable _htArguments,
AActivitySpace _asParent,
java.lang.Object _userSession)
IClassTypeDesc
GetRedirectViewObjectMetaData in interface IClassTypeDesc_htArguments - Arguments to reach the new space._asParent - The parent activity space._userSession - The current session.
public Redirect GetRedirectSearchBrowse(XPHashtable _htArguments,
AActivitySpace _asParent,
java.lang.Object _userSession)
IClassTypeDesc
GetRedirectSearchBrowse in interface IClassTypeDesc_htArguments - Arguments to reach the new space._asParent - The parent activity space._userSession - The current session.
public Redirect GetRedirectSearchEdit(XPHashtable _htArguments,
AActivitySpace _asParent,
java.lang.Object _userSession)
IClassTypeDesc
GetRedirectSearchEdit in interface IClassTypeDesc_htArguments - Arguments to reach the new space._asParent - The parent activity space._userSession - The current session.
public Redirect GetRedirectOpenObject(XPHashtable _htArguments,
AActivitySpace _asParent,
java.lang.Object _userSession)
IClassTypeDesc
GetRedirectOpenObject in interface IClassTypeDesc_htArguments - Arguments to reach the new space._asParent - The parent activity space._userSession - The current session.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||