|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.uiinfrastructure.editor.EditorModel
com.plumtree.portalpages.admin.serversettings.auditmanager.AuditManagerModel
public class AuditManagerModel
This class implements the model for the Audit Manager, which includes Audit Query Central
| Field Summary | |
|---|---|
static int |
intAllMessageTypes
|
static int |
intMaxQueryFilters
|
static int |
N_DATE_PICKER_PAGE_TYPE_MESSAGES
|
static int |
N_DATE_PICKER_PAGE_TYPE_QUERY
|
static java.lang.String |
STR_DELETION_DATE_PICKER_UNIQUE_ID
|
static java.lang.String |
STR_END_DATE_PICKER_UNIQUE_ID
|
static java.lang.String |
STR_MVC_CLASS_NAME
The unique identifier for this class |
static java.lang.String |
STR_START_DATE_PICKER_UNIQUE_ID
|
| Fields inherited from class com.plumtree.uiinfrastructure.editor.EditorModel |
|---|
isReadAccessAvailable, m_asOwner, m_bCloseOnDone, m_bDeleteOnCancel, m_bEnableApplyButton, m_bEnableCancelButton, m_bHideLeftNav, m_bIsEditorReadOnly, m_bUserHasAccessToEditor, m_nEditorType |
| Constructor Summary | |
|---|---|
AuditManagerModel()
|
|
| Method Summary | |
|---|---|
boolean |
CheckEditorAccessAndStart(XPHashtable _htFormData)
Implements some actions to perform on start. |
java.lang.Object |
Create()
This method is used by the ASManager to return new instances of managed objects. |
void |
Finish()
Implement some code to execute when the user clicks on "Finish". |
java.lang.String |
GetArchivePath()
|
PTSortedArrayWrapper |
GetAuditMessages()
|
JSDatePickerMgr |
GetDatePickerControlManager(int _nPageType)
Returns the date-picker control manager. |
int |
GetDaysInDB()
|
int |
GetDaysInFiles()
|
int |
GetDeleteAction()
|
int |
GetDeleteMessageTypeValue()
|
java.lang.String |
GetItemName()
|
int |
GetItemNameApproximateType()
|
int |
GetItemType()
Returns the Item Type. |
java.lang.String |
GetMessageTypeAsString(int _nMessageTypeID)
Returns the Message Type String given the ID. |
int |
GetMessageTypeValue()
|
java.lang.String |
GetName()
Returns the Class name. |
int |
GetQueryCount()
|
int |
GetQueryMessageTypeValue()
|
int |
GetResultsPerPage()
|
java.lang.String |
GetServerName()
|
int |
GetServerNameApproximateType()
|
int |
GetSkipMessages()
|
int |
GetSortType()
|
java.lang.String |
GetUserName()
|
int |
GetUserNameApproximateType()
|
java.lang.String |
GetWordInMessage()
|
void |
Init(AActivitySpace parent)
Inits the Model with the Activity Space. |
void |
RepostQueryResultPageOnNext()
|
void |
RepostQueryResultPageOnPrevious()
|
int |
SavePage(java.lang.String _sPageName,
XPHashtable _htFormData)
Calls the right save function according to the page name passed in argument. |
void |
SetArchivePath(java.lang.String strArchivePath)
|
void |
SetDaysInDB(int iDaysInDB)
|
void |
SetDaysInFiles(int iDaysInFiles)
|
void |
SetDeleteAction(int iDeleteAction)
|
void |
SetDeleteMessageTypeValue(int iDeleteMessageTypeValue)
|
void |
SetItemName(java.lang.String strItemName)
|
void |
SetItemNameApproximateType(int iItemNameApproximateType)
|
void |
SetItemType(int iItemType)
|
void |
SetMessageTypeValue(int iMessageTypeValue)
|
void |
SetQueryCount(int iQueryCount)
|
void |
SetQueryMessageTypeValue(int iQueryMessageTypeValue)
|
void |
SetResultsPerPage(int iResultsPerPage)
|
void |
SetServerName(java.lang.String strServerName)
|
void |
SetServerNameApproximateType(int iServerNameApproximateType)
|
void |
SetSkipMessages(int iSkipMessages)
|
void |
SetSortType(int iSortType)
|
void |
SetUserName(java.lang.String strUserName)
|
void |
SetUserNameApproximateType(int iUserNameApproximateType)
|
void |
SetWordInMessage(java.lang.String strWordInMessage)
|
| 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_DELETION_DATE_PICKER_UNIQUE_ID
public static final java.lang.String STR_START_DATE_PICKER_UNIQUE_ID
public static final java.lang.String STR_END_DATE_PICKER_UNIQUE_ID
public static final int N_DATE_PICKER_PAGE_TYPE_MESSAGES
public static final int N_DATE_PICKER_PAGE_TYPE_QUERY
public static final java.lang.String STR_MVC_CLASS_NAME
public static final int intMaxQueryFilters
public static final int intAllMessageTypes
| Constructor Detail |
|---|
public AuditManagerModel()
| Method Detail |
|---|
public boolean CheckEditorAccessAndStart(XPHashtable _htFormData)
CheckEditorAccessAndStart in class EditorModel_htFormData -
public java.lang.Object Create()
EditorModel
Create in interface IManagedObjectCreate in class EditorModelIManagedObject.Create()public void Finish()
Finish in interface IRepostModelFinish in class EditorModelpublic PTSortedArrayWrapper GetAuditMessages()
GetAuditMessages in interface IAuditManagerModelROpublic JSDatePickerMgr GetDatePickerControlManager(int _nPageType)
GetDatePickerControlManager in interface IAuditManagerModelROpublic java.lang.String GetItemName()
GetItemName in interface IAuditManagerModelROpublic int GetItemNameApproximateType()
GetItemNameApproximateType in interface IAuditManagerModelROpublic int GetItemType()
IAuditManagerModelRO
GetItemType in interface IAuditManagerModelROpublic int GetMessageTypeValue()
GetMessageTypeValue in interface IAuditManagerModelROpublic int GetQueryMessageTypeValue()
GetQueryMessageTypeValue in interface IAuditManagerModelROpublic java.lang.String GetName()
GetName in interface IMVCObjectGetName in class EditorModelpublic int GetQueryCount()
GetQueryCount in interface IAuditManagerModelROpublic int GetResultsPerPage()
GetResultsPerPage in interface IAuditManagerModelROpublic java.lang.String GetServerName()
GetServerName in interface IAuditManagerModelROpublic int GetServerNameApproximateType()
GetServerNameApproximateType in interface IAuditManagerModelROpublic int GetSkipMessages()
GetSkipMessages in interface IAuditManagerModelROpublic int GetSortType()
GetSortType in interface IAuditManagerModelROpublic java.lang.String GetUserName()
GetUserName in interface IAuditManagerModelROpublic int GetUserNameApproximateType()
GetUserNameApproximateType in interface IAuditManagerModelROpublic java.lang.String GetWordInMessage()
GetWordInMessage in interface IAuditManagerModelROpublic java.lang.String GetArchivePath()
GetArchivePath in interface IAuditManagerModelROpublic int GetDaysInDB()
GetDaysInDB in interface IAuditManagerModelROpublic int GetDaysInFiles()
GetDaysInFiles in interface IAuditManagerModelROpublic int GetDeleteAction()
GetDeleteAction in interface IAuditManagerModelROpublic int GetDeleteMessageTypeValue()
GetDeleteMessageTypeValue in interface IAuditManagerModelROpublic void Init(AActivitySpace parent)
EditorModel
Init in interface IModelInit in class EditorModelparent - public void RepostQueryResultPageOnNext()
public void RepostQueryResultPageOnPrevious()
public int SavePage(java.lang.String _sPageName,
XPHashtable _htFormData)
SavePage in interface IRepostModelSavePage in class EditorModel_sPageName - _htFormData -
public void SetArchivePath(java.lang.String strArchivePath)
strArchivePath - public void SetDaysInDB(int iDaysInDB)
iDaysInDB - public void SetDaysInFiles(int iDaysInFiles)
iDaysInFiles - public void SetDeleteAction(int iDeleteAction)
iDeleteAction - public void SetDeleteMessageTypeValue(int iDeleteMessageTypeValue)
iDeleteMessageTypeValue - public void SetMessageTypeValue(int iMessageTypeValue)
iMessageTypeValue - public void SetQueryMessageTypeValue(int iQueryMessageTypeValue)
iQueryMessageTypeValue - public void SetItemName(java.lang.String strItemName)
strItemName - public void SetItemNameApproximateType(int iItemNameApproximateType)
iItemNameApproximateType - public void SetItemType(int iItemType)
iItemType - public void SetQueryCount(int iQueryCount)
iQueryCount - public void SetResultsPerPage(int iResultsPerPage)
iResultsPerPage - public void SetServerName(java.lang.String strServerName)
strServerName - public void SetServerNameApproximateType(int iServerNameApproximateType)
iServerNameApproximateType - public void SetSkipMessages(int iSkipMessages)
iSkipMessages - public void SetSortType(int iSortType)
iSortType - public void SetUserName(java.lang.String strUserName)
strUserName - public void SetUserNameApproximateType(int iUserNameApproximateType)
iUserNameApproximateType - public void SetWordInMessage(java.lang.String strWordInMessage)
strWordInMessage - public java.lang.String GetMessageTypeAsString(int _nMessageTypeID)
GetMessageTypeAsString in interface IAuditManagerModelRO_nMessageTypeID - Message Type as ID.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||