|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.portalpages.rest.ARESTModel
com.plumtree.portalpages.rest.dojo.KDFolderDataStoreModel
public class KDFolderDataStoreModel
Model to retrieve subfolders in a specific KD folder
| Field Summary | |
|---|---|
static java.lang.String |
COL_CHILDREN
property to flag that an entry has children |
static java.lang.String |
COL_FOLDERLEVEL
property name for kd folder level (from root level 1) |
static java.lang.String |
COL_ID
|
protected AActivitySpace |
m_space
|
static java.lang.String |
STR_MVC_CLASS_NAME
|
| Fields inherited from class com.plumtree.portalpages.rest.ARESTModel |
|---|
m_error |
| Constructor Summary | |
|---|---|
KDFolderDataStoreModel()
|
|
| 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. |
IPTFilter |
CreateSubFolderSearchFilter(int nCurrentLevel)
Search specific code, not sure why it is needed |
IXPList |
GetKDSubFolders(int folderId)
Returns a list of dojo datastore object representations as a hashtable with properties The property names are synchronized with clientside javascript |
IXPList |
GetKDSubFoldersForCurrentParentFolder()
Wrapper for returning sub folders from set parent folder id |
java.lang.String |
GetName()
Return the name of the MVC object. |
int |
GetParentFolderId()
|
void |
Init(AActivitySpace parent)
This method initializes the model. |
void |
SetParentFolderId(int folderId)
|
| Methods inherited from class com.plumtree.portalpages.rest.ARESTModel |
|---|
GetError, SetError |
| 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 static final java.lang.String COL_FOLDERLEVEL
public static final java.lang.String COL_CHILDREN
public static final java.lang.String COL_ID
protected AActivitySpace m_space
| Constructor Detail |
|---|
public KDFolderDataStoreModel()
| Method Detail |
|---|
public IXPList GetKDSubFoldersForCurrentParentFolder()
public IXPList GetKDSubFolders(int folderId)
folderId -
public IPTFilter CreateSubFolderSearchFilter(int nCurrentLevel)
nCurrentLevel -
public void SetParentFolderId(int folderId)
public int GetParentFolderId()
public void CleanupAllData()
IModel
CleanupAllData in interface IModelIModel.CleanupAllData()public void CleanupTempData()
IModel
CleanupTempData in interface IModelIModel.CleanupTempData()public void Init(AActivitySpace parent)
IModel
Init in interface IModelparent - the parent Activity SpaceIModel.Init(com.plumtree.uiinfrastructure.activityspace.AActivitySpace)public java.lang.String GetName()
IMVCObject
GetName in interface IMVCObjectIMVCObject.GetName()public java.lang.Object Create()
IManagedObject
Create in interface IManagedObjectIManagedObject.Create()
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||