|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.portalpages.browsing.search.advanced.PowerSearchModel
public class PowerSearchModel
| Field Summary | |
|---|---|
protected PageMgr |
m_ptPageMgr
Page manager, needed by date-time picker |
static java.lang.String |
STR_MVC_CLASS_NAME
|
| Constructor Summary | |
|---|---|
PowerSearchModel()
|
|
| Method Summary | |
|---|---|
void |
CleanupAllData()
This method is called when an ActivitySpace is removed from the cache. |
void |
CleanupTempData()
This method is called at the end of every HTTP request by the Interpreter. |
java.lang.Object |
Create()
This method is used by the ASManager to return new instances of managed objects. |
ADatePickerComponent |
GetDateTimePicker(int propID)
|
boolean |
GetMakeClassIDsSelectable()
|
java.lang.String |
GetName()
Return the name of the MVC object. |
int |
GetNumPropertyConstraints()
|
java.lang.String |
GetPageManagerErrors()
|
int |
GetPropertyID(int idx)
|
java.lang.String |
GetPropertyName(int idx)
|
int |
GetPropertyType(int idx)
|
boolean |
GetShowAbstractTypeSelector()
|
boolean |
GetShowApplicationSelector()
|
int[] |
GetSupportedClassIDs()
|
boolean |
GetSupportTextSearch()
|
void |
Init(AActivitySpace parent)
This method initializes the model. |
void |
MakeAndCacheDateTimePicker(int propID)
|
void |
Setup(int[] propertyConstraints,
boolean supportTextSearch,
int[] supportedClassIDs,
boolean makeClassIDsSelectable,
boolean showAbstractTypeSelector,
boolean showApplicationSelector)
|
int |
StoreAllDateInputs(XPHashtable args)
|
| 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
protected PageMgr m_ptPageMgr
| Constructor Detail |
|---|
public PowerSearchModel()
| Method Detail |
|---|
public void CleanupTempData()
IModel
CleanupTempData in interface IModelpublic void CleanupAllData()
IModel
CleanupAllData in interface IModelIModel.CleanupAllData()public java.lang.Object Create()
IManagedObject
Create in interface IManagedObjectpublic boolean GetMakeClassIDsSelectable()
public java.lang.String GetName()
IMVCObject
GetName in interface IMVCObjectpublic int GetNumPropertyConstraints()
public int GetPropertyID(int idx)
idx -
public java.lang.String GetPropertyName(int idx)
idx -
public int GetPropertyType(int idx)
idx -
public boolean GetShowAbstractTypeSelector()
public boolean GetShowApplicationSelector()
public boolean GetSupportTextSearch()
public int[] GetSupportedClassIDs()
public void Init(AActivitySpace parent)
IModel
Init in interface IModelparent - public void MakeAndCacheDateTimePicker(int propID)
public ADatePickerComponent GetDateTimePicker(int propID)
public int StoreAllDateInputs(XPHashtable args)
public java.lang.String GetPageManagerErrors()
public void Setup(int[] propertyConstraints,
boolean supportTextSearch,
int[] supportedClassIDs,
boolean makeClassIDsSelectable,
boolean showAbstractTypeSelector,
boolean showApplicationSelector)
propertyConstraints - supportTextSearch - supportedClassIDs - makeClassIDsSelectable - showAbstractTypeSelector - showApplicationSelector -
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||