com.plumtree.portalpages.admin.sendinvitation
Interface IInvCodeListModelRO

All Superinterfaces:
IExpListModelRO, IModelRO, IMVCObject, IPaginationModelRO
All Known Implementing Classes:
InvCodesListModel

public interface IInvCodeListModelRO
extends IExpListModelRO

Author:
dustina

Method Summary
 JSDatePickerMgr GetDatePickerControlManager()
          Get the Date picker control manager
 java.lang.String GetInvitationCode()
           
 java.lang.String GetInvitationCodeName()
          Returns the m_strInvName.
 boolean GetInvObjectStatus()
           
 java.lang.String GetNumberOfInvitations()
          Returns the m_nInvNoi as a String.
 
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

GetInvObjectStatus

boolean GetInvObjectStatus()
Returns:

GetInvitationCode

java.lang.String GetInvitationCode()
Returns:

GetNumberOfInvitations

java.lang.String GetNumberOfInvitations()
Returns the m_nInvNoi as a String.

Returns:
String

GetInvitationCodeName

java.lang.String GetInvitationCodeName()
Returns the m_strInvName.

Returns:
String

GetDatePickerControlManager

JSDatePickerMgr GetDatePickerControlManager()
Get the Date picker control manager

Returns:
JSDatePickerMgr



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