Public Member Functions | |
| ContactsVM () | |
| void | sec (@BindingParam("selected") Set< SecItem > selected) |
| void | tag (@BindingParam("selected") Set< TagItem > selected) |
| void | skill (@BindingParam("selected") Set< SkillItem > selected) |
| void | edit (@BindingParam("item") ContactItem item) |
| void | organigram (@BindingParam("item") ContactItem item) |
| void | vcard (@BindingParam("item") ContactItem item) |
| void | qrcode (@BindingParam("item") ContactItem item) |
| void | participations (@BindingParam("item") ContactItem item) |
| void | subscriptions (@BindingParam("item") ContactItem item) |
| void | delete (@BindingParam("item") ContactItem item, @BindingParam("ctrl") Component ctrl) |
| void | select (@BindingParam("item") IElephantEntity item) |
| void | add () |
| void | selectall () |
| void | deselectall () |
| void | togglesel () |
| void | export () |
| void | copy () |
| void | copyrel () |
| void | addtosc () |
| void | delfromsc () |
| void | resyndicate () |
| void | settype () |
| void | activate () |
| void | deactivate () |
| void | update () |
| Set< DirectoryType > | getTypeSet () |
| void | setTypeSet (Set< DirectoryType > typeSet) |
| String | getSearchValue () |
| void | setSearchValue (String searchValue) |
| boolean | isUseConnector () |
| void | setUseConnector (boolean useConnector) |
| boolean | isUseAddress () |
| void | setUseAddress (boolean useAddress) |
| boolean | isUseComment () |
| void | setUseComment (boolean useComment) |
| ContactModel | getModel () |
| ListModel | getTypeModel () |
Definition at line 75 of file ContactsVM.java.
| org.turro.contacts.model.ContactsVM.ContactsVM | ( | ) |
| void org.turro.contacts.model.ContactsVM.activate | ( | ) |
Definition at line 328 of file ContactsVM.java.

| void org.turro.contacts.model.ContactsVM.add | ( | ) |
| void org.turro.contacts.model.ContactsVM.addtosc | ( | ) |
Definition at line 226 of file ContactsVM.java.

| void org.turro.contacts.model.ContactsVM.copy | ( | ) |
| void org.turro.contacts.model.ContactsVM.copyrel | ( | ) |
| void org.turro.contacts.model.ContactsVM.deactivate | ( | ) |
| void org.turro.contacts.model.ContactsVM.delete | ( | @BindingParam("item") ContactItem | item, |
| @BindingParam("ctrl") Component | ctrl | ||
| ) |
Definition at line 154 of file ContactsVM.java.

| void org.turro.contacts.model.ContactsVM.delfromsc | ( | ) |
Definition at line 257 of file ContactsVM.java.

| void org.turro.contacts.model.ContactsVM.deselectall | ( | ) |
| void org.turro.contacts.model.ContactsVM.edit | ( | @BindingParam("item") ContactItem | item | ) |
| void org.turro.contacts.model.ContactsVM.export | ( | ) |
| ContactModel org.turro.contacts.model.ContactsVM.getModel | ( | ) |
Definition at line 393 of file ContactsVM.java.

| String org.turro.contacts.model.ContactsVM.getSearchValue | ( | ) |
Definition at line 361 of file ContactsVM.java.
| ListModel org.turro.contacts.model.ContactsVM.getTypeModel | ( | ) |
Definition at line 477 of file ContactsVM.java.
| Set<DirectoryType> org.turro.contacts.model.ContactsVM.getTypeSet | ( | ) |
Definition at line 353 of file ContactsVM.java.
| boolean org.turro.contacts.model.ContactsVM.isUseAddress | ( | ) |
Definition at line 377 of file ContactsVM.java.

| boolean org.turro.contacts.model.ContactsVM.isUseComment | ( | ) |
Definition at line 385 of file ContactsVM.java.

| boolean org.turro.contacts.model.ContactsVM.isUseConnector | ( | ) |
Definition at line 369 of file ContactsVM.java.

| void org.turro.contacts.model.ContactsVM.organigram | ( | @BindingParam("item") ContactItem | item | ) |
| void org.turro.contacts.model.ContactsVM.participations | ( | @BindingParam("item") ContactItem | item | ) |
| void org.turro.contacts.model.ContactsVM.qrcode | ( | @BindingParam("item") ContactItem | item | ) |
Definition at line 139 of file ContactsVM.java.

| void org.turro.contacts.model.ContactsVM.resyndicate | ( | ) |
Definition at line 288 of file ContactsVM.java.

| void org.turro.contacts.model.ContactsVM.sec | ( | @BindingParam("selected") Set< SecItem > | selected | ) |
Definition at line 107 of file ContactsVM.java.
| void org.turro.contacts.model.ContactsVM.select | ( | @BindingParam("item") IElephantEntity | item | ) |
| void org.turro.contacts.model.ContactsVM.selectall | ( | ) |
| void org.turro.contacts.model.ContactsVM.setSearchValue | ( | String | searchValue | ) |
Definition at line 365 of file ContactsVM.java.
| void org.turro.contacts.model.ContactsVM.settype | ( | ) |
| void org.turro.contacts.model.ContactsVM.setTypeSet | ( | Set< DirectoryType > | typeSet | ) |
Definition at line 357 of file ContactsVM.java.
| void org.turro.contacts.model.ContactsVM.setUseAddress | ( | boolean | useAddress | ) |
Definition at line 381 of file ContactsVM.java.

| void org.turro.contacts.model.ContactsVM.setUseComment | ( | boolean | useComment | ) |
Definition at line 389 of file ContactsVM.java.

| void org.turro.contacts.model.ContactsVM.setUseConnector | ( | boolean | useConnector | ) |
Definition at line 373 of file ContactsVM.java.

| void org.turro.contacts.model.ContactsVM.skill | ( | @BindingParam("selected") Set< SkillItem > | selected | ) |
Definition at line 119 of file ContactsVM.java.
| void org.turro.contacts.model.ContactsVM.subscriptions | ( | @BindingParam("item") ContactItem | item | ) |
| void org.turro.contacts.model.ContactsVM.tag | ( | @BindingParam("selected") Set< TagItem > | selected | ) |
Definition at line 113 of file ContactsVM.java.
| void org.turro.contacts.model.ContactsVM.togglesel | ( | ) |
Definition at line 200 of file ContactsVM.java.

| void org.turro.contacts.model.ContactsVM.update | ( | ) |
Definition at line 351 of file ContactsVM.java.
| void org.turro.contacts.model.ContactsVM.vcard | ( | @BindingParam("item") ContactItem | item | ) |
Definition at line 134 of file ContactsVM.java.
