public static class AgencyInterestTable.Model extends ContactsEntryTable.Model
Modifier and Type | Field and Description |
---|---|
int |
interestIdCol |
int |
interestStatusCol |
int |
searchEstateActionCol |
int |
searchEstateTypeCol |
int |
searchIdCol |
int |
searchNameCol |
COLUMN_CITY, COLUMN_COMPANY, COLUMN_CONTACTING, COLUMN_COUNTRY, COLUMN_DAY_OF_BIRTH, COLUMN_ENTRY, COLUMN_FIRSTNAME, COLUMN_GROUP, COLUMN_GROUP_ID, COLUMN_ID, COLUMN_LASTNAME, COLUMN_LETTER_ADDRESS, COLUMN_MAIL, COLUMN_MOBILE, COLUMN_PHONE, COLUMN_POSTALCODE, COLUMN_PUBLIC_ID, COLUMN_REGION, COLUMN_STATUS, COLUMN_STREET
columnIdentifiers, dataVector
listenerList
Constructor and Description |
---|
AgencyInterestTable.Model() |
Modifier and Type | Method and Description |
---|---|
void |
addInterest(DbAgencyInterest interest,
DbAgencySearch search,
DbContactsEntry contactsEntry,
String groupName) |
protected Object[] |
buildRow(DbAgencyInterest interest,
DbAgencySearch search,
DbContactsEntry contactsEntry,
String groupName) |
Long |
getAgencySearchIdAt(int row) |
Class |
getColumnClass(int col) |
String |
getColumnName(int col) |
Long |
getInterestIdAt(int row) |
void |
setInterestAt(int row,
DbAgencyInterest interest,
DbAgencySearch search,
DbContactsEntry contactsEntry,
String groupName) |
addContactsEntry, buildRow, getContactEntryAt, getContactEntryIdAt, getContactGroupIdAt, isCellEditable, setContactEntryAt
addColumn, addColumn, addColumn, addRow, addRow, convertToVector, convertToVector, getColumnCount, getDataVector, getRowCount, getValueAt, insertRow, insertRow, moveRow, newDataAvailable, newRowsAdded, removeRow, rowsRemoved, setColumnCount, setColumnIdentifiers, setColumnIdentifiers, setDataVector, setDataVector, setNumRows, setRowCount, setValueAt
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListener
public final int searchIdCol
public final int searchNameCol
public final int searchEstateTypeCol
public final int searchEstateActionCol
public final int interestIdCol
public final int interestStatusCol
public void addInterest(DbAgencyInterest interest, DbAgencySearch search, DbContactsEntry contactsEntry, String groupName)
protected Object[] buildRow(DbAgencyInterest interest, DbAgencySearch search, DbContactsEntry contactsEntry, String groupName)
public Long getAgencySearchIdAt(int row)
public Class getColumnClass(int col)
getColumnClass
in interface TableModel
getColumnClass
in class ContactsEntryTable.Model
public String getColumnName(int col)
getColumnName
in interface TableModel
getColumnName
in class ContactsEntryTable.Model
public Long getInterestIdAt(int row)
public void setInterestAt(int row, DbAgencyInterest interest, DbAgencySearch search, DbContactsEntry contactsEntry, String groupName)
Copyright © 2015 OpenEstate. All rights reserved.