|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.uiinfrastructure.errordisplay.AErrorModel
com.plumtree.uiinfrastructure.errordisplay.ErrorModel
public class ErrorModel
| Field Summary | |
|---|---|
static java.lang.String |
STR_MVC_CLASS_NAME
|
| Fields inherited from class com.plumtree.uiinfrastructure.errordisplay.AErrorModel |
|---|
m_asOwner |
| Constructor Summary | |
|---|---|
ErrorModel()
|
|
| Method Summary | |
|---|---|
void |
ClearError(java.lang.String sKey,
ISessionManager mySessionManager,
IApplication myApplication)
Implement to remove the specified error. |
void |
ClearErrors(ISessionManager mySessionManager,
IApplication myApplication)
Implement to remove all errors available to the current user. |
void |
ClearErrorsForASChange(java.lang.String sASName,
ISessionManager mySessionManager,
IApplication myApplication)
Implement to clear those errors that need to be cleared when the user changes activity space. |
java.lang.Object |
Create()
This method is used by the ASManager to return new instances of managed objects. |
boolean |
GetDisplaySeparatePageErrors()
Returns false. |
IXPEnumerator |
GetErrors(ISessionManager session,
IApplication myApplication,
AActivitySpace activitySpace,
boolean bGetErrorsAssociatedWithAnAS)
Implement to obtain an enumeration of errors appropriate for the current user. |
boolean |
GetErrorsAssociatedWithAnAS()
Returns true. |
java.lang.String |
GetName()
Return the name of the MVC object. |
void |
Init(AActivitySpace parent)
Inits the Model with the Activity Space. |
| Methods inherited from class com.plumtree.uiinfrastructure.errordisplay.AErrorModel |
|---|
CleanupAllData, CleanupTempData, ClearError, ClearErrors, GetErrors |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String STR_MVC_CLASS_NAME
| Constructor Detail |
|---|
public ErrorModel()
| Method Detail |
|---|
public void ClearError(java.lang.String sKey,
ISessionManager mySessionManager,
IApplication myApplication)
AErrorModel
ClearError in class AErrorModelsKey - String key used to store the error to be removed.mySessionManager - ISessionManagermyApplication - IApplicationcom.plumtree.uiinfrastructure.errordisplay.AErrorModel#ClearError()
public void ClearErrors(ISessionManager mySessionManager,
IApplication myApplication)
AErrorModel
ClearErrors in class AErrorModelmySessionManager - ISessionManagermyApplication - IApplicationAErrorModel.ClearErrors()
public void ClearErrorsForASChange(java.lang.String sASName,
ISessionManager mySessionManager,
IApplication myApplication)
AErrorModel
ClearErrorsForASChange in class AErrorModelsASName - String name of the new activity space.mySessionManager - ISessionManagermyApplication - IApplicationcom.plumtree.uiinfrastructure.errordisplay.AErrorModel#ClearErrorsForASChange()public java.lang.Object Create()
AErrorModel
Create in interface IManagedObjectCreate in class AErrorModelIManagedObject.Create()public boolean GetDisplaySeparatePageErrors()
GetDisplaySeparatePageErrors in interface IErrorModelROGetDisplaySeparatePageErrors in class AErrorModel
public IXPEnumerator GetErrors(ISessionManager session,
IApplication myApplication,
AActivitySpace activitySpace,
boolean bGetErrorsAssociatedWithAnAS)
AErrorModel
GetErrors in class AErrorModelsession - ISessionManagermyApplication - IApplicationbGetErrorsAssociatedWithAnAS - boolean value
AErrorModel.GetErrors()public boolean GetErrorsAssociatedWithAnAS()
GetErrorsAssociatedWithAnAS in interface IErrorModelROGetErrorsAssociatedWithAnAS in class AErrorModelpublic java.lang.String GetName()
AErrorModel
GetName in interface IMVCObjectGetName in class AErrorModelcom.plumtree.xpshared.activityspace.IModel#GetName()public void Init(AActivitySpace parent)
Init in interface IModelInit in class AErrorModelparent -
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||