|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.portalpages.browsing.search.results.assocobjects.AssociatedObjectsModel
public class AssociatedObjectsModel
| Field Summary | |
|---|---|
static java.lang.String |
STR_MVC_CLASS_NAME
Name of this class |
| Constructor Summary | |
|---|---|
AssociatedObjectsModel()
|
|
| 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. |
int |
GetCommunityID(int idx)
|
java.lang.String |
GetCommunityName(int idx)
|
java.lang.String |
GetItemName()
|
java.lang.String |
GetName()
Return the name of the MVC object. |
int |
GetNumCommunities()
|
int |
GetNumPortlets()
|
int |
GetPortletID(int idx)
|
java.lang.String |
GetPortletName(int idx)
|
void |
Init(AActivitySpace parent)
This method initializes the model. |
protected java.lang.String[] |
listToSortedStringArray(IXPList list)
Converts an unsorted IXPList of Strings into a sorted array of strings. |
void |
SetItemName(java.lang.String itemName)
|
void |
SetPortletList(int[] portletList)
|
| 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 AssociatedObjectsModel()
| Method Detail |
|---|
public void Init(AActivitySpace parent)
IModel
Init in interface IModelparent - the parent Activity Spacepublic void CleanupTempData()
IModel
CleanupTempData in interface IModelpublic void CleanupAllData()
IModel
CleanupAllData in interface IModelpublic java.lang.Object Create()
IManagedObject
Create in interface IManagedObjectpublic java.lang.String GetName()
IMVCObject
GetName in interface IMVCObjectpublic java.lang.String GetItemName()
public void SetItemName(java.lang.String itemName)
public void SetPortletList(int[] portletList)
protected java.lang.String[] listToSortedStringArray(IXPList list)
public int GetNumPortlets()
public int GetNumCommunities()
public java.lang.String GetPortletName(int idx)
public java.lang.String GetCommunityName(int idx)
public int GetPortletID(int idx)
public int GetCommunityID(int idx)
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||