com.plumtree.portaluiinfrastructure.subscribematrix
Interface IMultiObjectsSubscribeModelRO

All Superinterfaces:
IExpListModelRO, IModelRO, IMVCObject, IObjectSecurityModelRO, IPaginationModelRO, ISelectPTObjectModelRO
All Known Implementing Classes:
MultiObjectsSubscribeModel

public interface IMultiObjectsSubscribeModelRO
extends IObjectSecurityModelRO

This interface is implemented by the Model. It contains all the read-only mothods of the Model accessed by the Views.

Author:
Julie Fournier

Method Summary
 int[] GetColumns()
           
 java.lang.String GetJobFolderName()
           
 int GetJobID()
           
 java.lang.String GetJobName()
           
 XPArrayList GetObjectArray()
           
 
Methods inherited from interface com.plumtree.portaluiinfrastructure.editor.commonpages.objectsecurity.IObjectSecurityModelRO
DisplayGroupMembersTree, GetAccessLevels, GetAccessLevelString, GetIsCardACL, GetLeftNavString, GetShowHeaderAndLeftNav, GetSupportMandatoryColumn, HasEditAccessToGroup, IsEveryoneGroup
 
Methods inherited from interface com.plumtree.portaluiinfrastructure.expandablelist.selectptobject.ISelectPTObjectModelRO
ClearHiddenObjects, GetAccessLevel, GetCommunityFolderID, GetCommunityMode, GetCreateNewInfo, GetCreateNewURL, GetDefaultRowIcon, GetDisplayObjects, GetEditObjectURL, GetHiddenObjects, GetNoRowIcons, GetObjectClassIDs, GetRowIconByClassID, GetSelectedItems, GetSelectedNamesAsHTML, GetTreeLeafType, GetTreeMultiSelect, GetTreeQueryFilter, GetTreeSpaceID, GetTreeSubTitle, GetTreeTitle, GetUniquePopUpName, IsEditLinkEnabled, IsObjectReadOnly
 
Methods inherited from interface com.plumtree.uiinfrastructure.expandablelist.IExpListModelRO
GetAddIcon, GetAddIconAlt, GetAddLabel, GetAlertMessageForEmptyList, GetArrExpListColInfo, GetDeleteIcon, GetDeleteIconAlt, GetDelRowConfirmMsg, GetEmptyListInstructions, GetEmptyListMainMessage, GetEnableMoveRowActions, GetIsListReadOnly, GetListKey, GetMainColumnSort, GetMainColumnSortDirection, GetModelStorageName, GetReadOnlyItems, GetSectionTitle, GetTableInstructions, GetUniqueInt, GetUniqueString, GetUnusedProperties, GetWrapColumnHeaders, IsAddButtonDisabled, IsCheckBoxesDisabled, IsPaginationEnabled
 
Methods inherited from interface com.plumtree.uiinfrastructure.form.pagination.IPaginationModelRO
GetCurrentLowerObjectCount, GetCurrentUpperObjectCount, GetNumObjects, GetPaginationSize
 
Methods inherited from interface com.plumtree.uiinfrastructure.activityspace.IMVCObject
GetName
 

Method Detail

GetJobID

int GetJobID()

GetJobName

java.lang.String GetJobName()

GetJobFolderName

java.lang.String GetJobFolderName()

GetColumns

int[] GetColumns()
See Also:
MultiObjectsSecurityModel.GetColumns()

GetObjectArray

XPArrayList GetObjectArray()
See Also:
MultiObjectsSecurityModel.GetObjectArray()



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.