|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.portalpages.browsing.objectselection.communities.CommunitySelectionModelHelper
public class CommunitySelectionModelHelper
| Field Summary | |
|---|---|
static int |
COL_HEADER_CB
Header Array: Checkbox Input Name |
static int |
COL_HEADER_INVITE
Header Array: Invites |
static int |
COL_HEADER_MAX
Header Array: Number of Columns |
static int |
COL_HEADER_NAME
Header Array: Names |
static int |
COL_SELECTEDINFO_MAX
Selected Info Array: Number of Columns |
protected AActivitySpace |
m_asOwner
|
| Constructor Summary | |
|---|---|
CommunitySelectionModelHelper(AActivitySpace asOwner)
Creates a new CommunitySelectionModelHelper object. |
|
| Method Summary | |
|---|---|
void |
AddFormInputsForEachObject(XPHashtable htFormData,
IASQueryResult asqr,
int nObjectViewIndex)
Add a unique input to the form input hash table. |
int |
Get508SearchStringMsgIndex(int nStringIndex)
|
XPSortedDictionary |
GetDoNotShowObjectIDs(ObjectSelectionModel model,
int nObjectViewIndex)
Get object IDs of object not to show in the object selection. |
java.lang.String[] |
GetHeaders(int nObjectViewIndex)
Returns the strings for the headers. |
int |
GetNumObjectViews()
Returns the number of object views this model must display. |
java.lang.String |
GetObjectBannerTitle(java.lang.String strCurrentFolderName,
int nObjectViewIndex)
Get the banner title for the object banner. |
java.lang.String |
GetObjectInputName(int nObjectViewIndex)
Gets the object input name |
IPTObjectManager |
GetObjectMan(IPTSession ptSession,
int nObjectViewIndex)
Gets the an object manager. |
IASQueryResult |
GetObjects(IPTSession ptSession,
IPTAdminFolder ptFolder)
Gets a queryresult of the objects to display. |
int |
GetObjectType(int nObjectViewIndex)
Gets the object type. |
int |
GetPropIDsToQuery(int nObjectViewIndex)
Gets the property IDs to query for. |
java.lang.Object[][] |
GetQueryFilter(ObjectSelectionModel model,
int nObjectViewIndex)
Get query filter to use when query for selectable objects. |
Redirect |
GetRedirectAfterFinish(ObjectSelectionModel model)
Get the redirect for after the editor has finished. |
java.lang.String |
GetSearchHeaderTitle()
Get the title for the search header. |
java.lang.Object[] |
GetSelectedInfo(int nIndex,
IASQueryResult asqr)
Gets the information to store in the selected dictionary. |
java.lang.Object[][] |
GetSelectedObjects(ObjectSelectionModel model)
Get the selected objects |
boolean |
GetShouldSavePage()
Returns whether the model should save the page on repost. |
boolean |
GetStartInSearch()
Returns whether the object selection page should start in search mode. |
void |
InitializeFormInputs(XPHashtable htFormData)
Initialize the form input hash table. |
void |
SetSelectedObjects(ObjectSelectionModel model,
XPSortedDictionary xpsdOldSelectedObjects,
XPSortedDictionary xpsdNewSelectedObjects)
Set the selected objects. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int COL_SELECTEDINFO_MAX
public static final int COL_HEADER_MAX
public static final int COL_HEADER_CB
public static final int COL_HEADER_NAME
public static final int COL_HEADER_INVITE
protected AActivitySpace m_asOwner
| Constructor Detail |
|---|
public CommunitySelectionModelHelper(AActivitySpace asOwner)
asOwner - | Method Detail |
|---|
public void AddFormInputsForEachObject(XPHashtable htFormData,
IASQueryResult asqr,
int nObjectViewIndex)
IObjectSelectionModelHelper
AddFormInputsForEachObject in interface IObjectSelectionModelHelperIObjectSelectionModelHelper.AddFormInputsForEachObject(XPHashtable, IASQueryResult, int)
public XPSortedDictionary GetDoNotShowObjectIDs(ObjectSelectionModel model,
int nObjectViewIndex)
IObjectSelectionModelHelper
GetDoNotShowObjectIDs in interface IObjectSelectionModelHelpercom.plumtree.portalpages.browsing.selection.IObjectSelectionModelHelper#GetDoNotShowObjectIDs(ObjectSelectionModel)public java.lang.String[] GetHeaders(int nObjectViewIndex)
IObjectSelectionModelHelper
GetHeaders in interface IObjectSelectionModelHelpercom.plumtree.portalpages.browsing.objectselection.IObjectSelectionModelHelper#GetHeaders()public int GetNumObjectViews()
IObjectSelectionModelHelper
GetNumObjectViews in interface IObjectSelectionModelHelperIObjectSelectionModelHelper.GetNumObjectViews()
public java.lang.String GetObjectBannerTitle(java.lang.String strCurrentFolderName,
int nObjectViewIndex)
IObjectSelectionModelHelper
GetObjectBannerTitle in interface IObjectSelectionModelHelpercom.plumtree.portalpages.browsing.selection.IObjectSelectionModelHelper#GetObjectBannerTitle(String)public java.lang.String GetObjectInputName(int nObjectViewIndex)
IObjectSelectionModelHelper
GetObjectInputName in interface IObjectSelectionModelHelpercom.plumtree.portalpages.browsing.selection.IObjectSelectionModelHelper#GetObjectInputName(ObjectSelectionModel)
public IPTObjectManager GetObjectMan(IPTSession ptSession,
int nObjectViewIndex)
IObjectSelectionModelHelper
GetObjectMan in interface IObjectSelectionModelHelpercom.plumtree.portalpages.browsing.selection.IObjectSelectionModelHelper#GetObjects(IPTSession)public int GetObjectType(int nObjectViewIndex)
IObjectSelectionModelHelper
GetObjectType in interface IObjectSelectionModelHelpercom.plumtree.portalpages.browsing.selection.IObjectSelectionModelHelper#GetObjectType()
public IASQueryResult GetObjects(IPTSession ptSession,
IPTAdminFolder ptFolder)
IObjectSelectionModelHelper
GetObjects in interface IObjectSelectionModelHelperptSession - ptFolder -
public int GetPropIDsToQuery(int nObjectViewIndex)
IObjectSelectionModelHelper
GetPropIDsToQuery in interface IObjectSelectionModelHelpercom.plumtree.portalpages.browsing.selection.IObjectSelectionModelHelper#GetPropIDsToQuery()
public java.lang.Object[][] GetQueryFilter(ObjectSelectionModel model,
int nObjectViewIndex)
GetQueryFilter in interface IObjectSelectionModelHelpercom.plumtree.portalpages.browsing.selection.IObjectSelectionModelHelper#GetQueryFilter(ObjectSelectionModel)public Redirect GetRedirectAfterFinish(ObjectSelectionModel model)
IObjectSelectionModelHelper
GetRedirectAfterFinish in interface IObjectSelectionModelHelpercom.plumtree.portalpages.browsing.selection.IObjectSelectionModelHelper#GetRedirectAfterFinish()
public java.lang.Object[] GetSelectedInfo(int nIndex,
IASQueryResult asqr)
IObjectSelectionModelHelper
GetSelectedInfo in interface IObjectSelectionModelHelperIObjectSelectionModelHelper.GetSelectedInfo(int, IASQueryResult)public java.lang.Object[][] GetSelectedObjects(ObjectSelectionModel model)
IObjectSelectionModelHelper
GetSelectedObjects in interface IObjectSelectionModelHelpercom.plumtree.portalpages.browsing.selection.IObjectSelectionModelHelper#GetSelectedObjects(ObjectSelectionModel)public boolean GetShouldSavePage()
IObjectSelectionModelHelper
GetShouldSavePage in interface IObjectSelectionModelHelpercom.plumtree.portalpages.browsing.selection.IObjectSelectionModelHelper#GetShouldSavePage()public void InitializeFormInputs(XPHashtable htFormData)
IObjectSelectionModelHelper
InitializeFormInputs in interface IObjectSelectionModelHelperIObjectSelectionModelHelper.InitializeFormInputs(XPHashtable)
public void SetSelectedObjects(ObjectSelectionModel model,
XPSortedDictionary xpsdOldSelectedObjects,
XPSortedDictionary xpsdNewSelectedObjects)
IObjectSelectionModelHelper
SetSelectedObjects in interface IObjectSelectionModelHelperxpsdOldSelectedObjects - xpsdOldSelectedObjectsxpsdNewSelectedObjects - xpsdNewSelectedObjectscom.plumtree.portalpages.browsing.selection.IObjectSelectionModelHelper#SetSelectedObjects(ObjectSelectionModel,
XPSortedDictionary, XPSortedDictionary)public boolean GetStartInSearch()
IObjectSelectionModelHelper
GetStartInSearch in interface IObjectSelectionModelHelperpublic java.lang.String GetSearchHeaderTitle()
IObjectSelectionModelHelper
GetSearchHeaderTitle in interface IObjectSelectionModelHelperpublic int Get508SearchStringMsgIndex(int nStringIndex)
Get508SearchStringMsgIndex in interface IObjectSelectionModelHelpernStringIndex - is the index of the message files index
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||