|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Address | |
|---|---|
| net.sf.borg.model | The Model package and its sub-packages provide the data model layer for borg |
| net.sf.borg.model.db.jdbc | Package jdbc contains all classes that deal directly with JDBC, including classes that read/write entities and classes that manage JDBC URLs and Connections |
| net.sf.borg.model.entity | Contains the data objects managed by the data model |
| net.sf.borg.model.undo | Contains classes that implement the undo feature |
| net.sf.borg.ui | The UI package and its sub-packages provide the BORG Swing UI. |
| net.sf.borg.ui.address | Provides UI classes for Addresses |
| net.sf.borg.ui.popup | Contains the classes that produce and manage the Reminder Popup Windows |
| Uses of Address in net.sf.borg.model |
|---|
| Methods in net.sf.borg.model that return Address | |
|---|---|
Address |
AddressModel.getAddress(int num)
Get an Address by key |
Address |
AddressModel.newAddress()
get a new address object |
| Methods in net.sf.borg.model that return types with arguments of type Address | |
|---|---|
Collection<Address> |
AddressModel.getAddresses()
Get all addresses. |
Collection<Address> |
AddressModel.getAddresses(Date d)
Get all addresses with birthdays on a given day. |
EntityDB<Address> |
AddressModel.getDB()
Deprecated. |
Collection<Address> |
AddressModel.search(SearchCriteria criteria)
|
| Methods in net.sf.borg.model with parameters of type Address | |
|---|---|
void |
AddressModel.delete(Address addr)
Delete an Address |
void |
AddressModel.delete(Address addr,
boolean undo)
Delete an Address. |
void |
AddressModel.saveAddress(Address addr)
Save an address. |
void |
AddressModel.saveAddress(Address addr,
boolean undo)
Save an address. |
| Uses of Address in net.sf.borg.model.db.jdbc |
|---|
| Methods in net.sf.borg.model.db.jdbc that return Address | |
|---|---|
(package private) Address |
AddrJdbcDB.createFrom(ResultSet r)
|
Address |
AddrJdbcDB.newObj()
|
| Methods in net.sf.borg.model.db.jdbc with parameters of type Address | |
|---|---|
void |
AddrJdbcDB.addObj(Address addr)
|
void |
AddrJdbcDB.updateObj(Address addr)
|
| Uses of Address in net.sf.borg.model.entity |
|---|
| Methods in net.sf.borg.model.entity that return Address | |
|---|---|
protected Address |
Address.clone()
|
| Uses of Address in net.sf.borg.model.undo |
|---|
| Methods in net.sf.borg.model.undo with parameters of type Address | |
|---|---|
static AddressUndoItem |
AddressUndoItem.recordAdd(Address addr)
Create an Address add. |
static AddressUndoItem |
AddressUndoItem.recordDelete(Address addr)
Create an Address delete. |
static AddressUndoItem |
AddressUndoItem.recordUpdate(Address addr)
Create an Address update. |
| Uses of Address in net.sf.borg.ui |
|---|
| Methods in net.sf.borg.ui that return Address | |
|---|---|
static Address |
EntitySelector.selectAddress()
Prompt the user to select an address. |
| Uses of Address in net.sf.borg.ui.address |
|---|
| Constructors in net.sf.borg.ui.address with parameters of type Address | |
|---|---|
AddressView(Address addr)
constructor |
|
| Uses of Address in net.sf.borg.ui.popup |
|---|
| Constructors in net.sf.borg.ui.popup with parameters of type Address | |
|---|---|
BirthdayReminderInstance(Address addr,
Date instanceTime)
constructor |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||