|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.uiinfrastructure.editor.EditorHelperModel
com.plumtree.portalpages.common.linksettings.LinkSettingsPlugInModel
public class LinkSettingsPlugInModel
This Model contains the state of the LinkSettings plug-in section.
| Field Summary | |
|---|---|
boolean |
m_bCheckLinkOnly
|
boolean |
m_bIsCrawlerLinkSettings
|
boolean |
m_bMultipleCards
|
int |
m_nBrokenLinksDeleteUnits
|
int |
m_nBrokenLinksDeleteValue
|
int |
m_nExpireAfterUnits
|
int |
m_nExpireAfterValue
|
int |
m_nRefreshUnits
|
int |
m_nRefreshValue
|
IPTCardRefreshInfo |
m_ptCardRefreshInfo
|
XPDateTime |
m_xpExpirationDate
|
XPDateTime |
m_xpLastRefreshDate
|
XPDateTime |
m_xpNextRefreshDate
|
static java.lang.String |
STR_MVC_CLASS_NAME
|
| Fields inherited from class com.plumtree.uiinfrastructure.editor.EditorHelperModel |
|---|
m_asOwner |
| Constructor Summary | |
|---|---|
LinkSettingsPlugInModel()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
Create()
This method is used by the ASManager to return new instances of managed objects. |
int |
GetBrokenLinksDeleteUnits()
|
int |
GetBrokenLinksDeleteValue()
|
IPTCardRefreshInfo |
GetCardRefreshInfo()
|
boolean |
GetCheckLinkOnly()
|
JSDateTimePickerMgr |
GetDateTimePickerControlManager()
Get the Date Time picker control manager |
XPDateTime |
GetDisplayExpirationDate()
|
XPDateTime |
GetExpirationDate()
|
int |
GetExpireAfterUnits()
|
int |
GetExpireAfterValue()
|
XPDateTime |
GetLastRefreshedDate()
|
java.lang.String |
GetName()
Returns the Class name. |
XPDateTime |
GetNextRefreshDate()
|
int |
GetRefreshUnits()
|
int |
GetRefreshValue()
|
void |
InitializeCommon()
This function initializes the manager objects (Page and datetime) for the date pickers |
void |
InitializePlugIn(boolean bMultipleCards,
IPTCardRefreshInfo ptRefreshSettings)
To initialize this plug-in you need to set the DP name and the default value of the plug-in setting. |
void |
InitializePlugInForCrawlers(int nRefreshRateUnits,
int nRefreshRateValue,
boolean bCheckLinkOnly,
int nDeleteUnits,
int nDeleteValue,
int nExpireAfterUnits,
int nExpireAfterValue)
To initialize this plug-in you need to set the DP name and the default value of the plug-in setting. |
boolean |
IsCrawler()
|
boolean |
IsExpirationDateNull()
|
boolean |
IsMultiple()
|
int |
SaveSection(XPHashtable _htFormData)
Saves the data on the Main page. |
void |
SetBrokenLinksDeleteUnits(int nUnits)
|
void |
SetBrokenLinksDeleteValue(int nValue)
|
void |
SetCheckLinkOnly(boolean bCheckLinkOnly)
|
void |
SetExpirationDate(XPDateTime ptDate)
|
void |
SetExpireAfterUnits(int nUnits)
|
void |
SetExpireAfterValue(int nValue)
|
void |
SetLastRefreshedDate(XPDateTime ptDate)
|
void |
SetNextRefreshDate(XPDateTime ptDate)
|
void |
SetRefreshUnits(int nUnits)
|
void |
SetRefreshValue(int nValue)
|
| Methods inherited from class com.plumtree.uiinfrastructure.editor.EditorHelperModel |
|---|
CleanupAllData, CleanupTempData, Init |
| 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
public IPTCardRefreshInfo m_ptCardRefreshInfo
public XPDateTime m_xpExpirationDate
public XPDateTime m_xpLastRefreshDate
public XPDateTime m_xpNextRefreshDate
public boolean m_bIsCrawlerLinkSettings
public boolean m_bMultipleCards
public int m_nBrokenLinksDeleteUnits
public int m_nBrokenLinksDeleteValue
public boolean m_bCheckLinkOnly
public int m_nExpireAfterUnits
public int m_nExpireAfterValue
public int m_nRefreshUnits
public int m_nRefreshValue
| Constructor Detail |
|---|
public LinkSettingsPlugInModel()
| Method Detail |
|---|
public java.lang.Object Create()
EditorHelperModel
Create in interface IManagedObjectCreate in class EditorHelperModelIManagedObject.Create()public int GetBrokenLinksDeleteUnits()
GetBrokenLinksDeleteUnits in interface ILinkSettingsPlugInModelROpublic int GetBrokenLinksDeleteValue()
GetBrokenLinksDeleteValue in interface ILinkSettingsPlugInModelROpublic IPTCardRefreshInfo GetCardRefreshInfo()
public boolean GetCheckLinkOnly()
GetCheckLinkOnly in interface ILinkSettingsPlugInModelROpublic XPDateTime GetDisplayExpirationDate()
GetDisplayExpirationDate in interface ILinkSettingsPlugInModelROpublic XPDateTime GetExpirationDate()
public int GetExpireAfterUnits()
GetExpireAfterUnits in interface ILinkSettingsPlugInModelROpublic int GetExpireAfterValue()
GetExpireAfterValue in interface ILinkSettingsPlugInModelROpublic XPDateTime GetLastRefreshedDate()
public java.lang.String GetName()
GetName in interface IMVCObjectGetName in class EditorHelperModelpublic XPDateTime GetNextRefreshDate()
public int GetRefreshUnits()
GetRefreshUnits in interface ILinkSettingsPlugInModelROpublic int GetRefreshValue()
GetRefreshValue in interface ILinkSettingsPlugInModelRO
public void InitializePlugIn(boolean bMultipleCards,
IPTCardRefreshInfo ptRefreshSettings)
_sPlugInSetting -
public void InitializePlugInForCrawlers(int nRefreshRateUnits,
int nRefreshRateValue,
boolean bCheckLinkOnly,
int nDeleteUnits,
int nDeleteValue,
int nExpireAfterUnits,
int nExpireAfterValue)
_sPlugInSetting - public void InitializeCommon()
public JSDateTimePickerMgr GetDateTimePickerControlManager()
GetDateTimePickerControlManager in interface ILinkSettingsPlugInModelROpublic boolean IsCrawler()
IsCrawler in interface ILinkSettingsPlugInModelROpublic boolean IsExpirationDateNull()
IsExpirationDateNull in interface ILinkSettingsPlugInModelROpublic boolean IsMultiple()
IsMultiple in interface ILinkSettingsPlugInModelROpublic int SaveSection(XPHashtable _htFormData)
SaveSection in class EditorHelperModel_htFormData -
public void SetBrokenLinksDeleteUnits(int nUnits)
nUnits - public void SetBrokenLinksDeleteValue(int nValue)
nValue - public void SetCheckLinkOnly(boolean bCheckLinkOnly)
nValue - public void SetExpirationDate(XPDateTime ptDate)
ptDate - public void SetExpireAfterUnits(int nUnits)
nUnits - public void SetExpireAfterValue(int nValue)
nValue - public void SetLastRefreshedDate(XPDateTime ptDate)
ptDate - public void SetNextRefreshDate(XPDateTime ptDate)
ptDate - public void SetRefreshUnits(int nUnits)
public void SetRefreshValue(int nValue)
nValue -
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||