|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectportlets.compoze.groupware.model.AbstractModel
portlets.compoze.groupware.model.addressbook.AddressBookModel
portlets.compoze.groupware.model.addressbook.ViewContactsModel
This class represents the data model for the contacts view (view_contacts.jsp
).
Constructor Summary | |
ViewContactsModel(portlets.compoze.groupware.controls.provider.ProviderCapabilities capabilities,
FeatureGroup featureGroup,
GroupwarePreferences groupwarePrefs,
AddressBookPreferences addressBookPrefs,
Accounts accounts)
Constructor. |
Method Summary | |
java.lang.String |
getBegins()
Gets the begining alphabet for the contact search. |
Contact[] |
getContacts()
Gets the list of contacts for this account. |
Pagination |
getPagination()
Gets the pagination. |
java.lang.String |
getSearchTerm()
Gets the search term for the contact search. |
SortProperty |
getSortProperty()
Gets the sort property. |
void |
setBegins(java.lang.String sBegins)
Sets the begining alphabet for the contact search. |
void |
setContacts(Contact[] contacts)
Sets the list of contacts for this account. |
void |
setPagination(Pagination pagination)
Sets the pagination. |
void |
setSearchTerm(java.lang.String sSearchTerm)
Sets the search term for the contact search. |
void |
setSortProperty(SortProperty sortProperty)
Sets the sort property. |
Methods inherited from class portlets.compoze.groupware.model.addressbook.AddressBookModel |
getAddressBookPreferences |
Methods inherited from class portlets.compoze.groupware.model.AbstractModel |
getAccounts, getActualTitle, getFeatureGroup, getGroupwarePreferences, getImAccount, getProviderCapabilities, getTitle, getTitleArgs, getTitleCrumbTrailKeys, isImAvailable, setActualTitle, setImAccount, setImAvailable, setTitle, setTitleArgs, setTitleCrumbTrailKeys |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ViewContactsModel(portlets.compoze.groupware.controls.provider.ProviderCapabilities capabilities, FeatureGroup featureGroup, GroupwarePreferences groupwarePrefs, AddressBookPreferences addressBookPrefs, Accounts accounts)
capabilities
- the capabilities of the provider (may not be null
)featureGroup
- the feature group (may not be null
)groupwarePrefs
- the groupware preferences (may not be null
)addressBookPrefs
- the address book preferences (may not be null
)Method Detail |
public Pagination getPagination()
public void setPagination(Pagination pagination)
pagination
- the pagination (may not be null
)public Contact[] getContacts()
public void setContacts(Contact[] contacts)
contacts
- the contacts (may not be null
)public SortProperty getSortProperty()
public void setSortProperty(SortProperty sortProperty)
sortProperty
- the sort property (may not be null
)public void setBegins(java.lang.String sBegins)
sBegins
- the begin alphabetpublic java.lang.String getBegins()
public void setSearchTerm(java.lang.String sSearchTerm)
sSearchTerm
- the serach termpublic java.lang.String getSearchTerm()
|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |