Package | Description |
---|---|
org.apache.openmeetings.db.dao.user | |
org.apache.openmeetings.db.entity.user |
Modifier and Type | Method and Description |
---|---|
State |
StateDao.get(long id)
selects a state by its id
|
State |
StateDao.get(String name)
selects a state by its name
|
State |
IUserManager.getCountry(Locale loc) |
Modifier and Type | Method and Description |
---|---|
List<State> |
StateDao.get()
Get all state-Object
|
Modifier and Type | Method and Description |
---|---|
State |
Address.getState() |
Modifier and Type | Method and Description |
---|---|
void |
Address.setState(State state) |
Copyright © 2012–2016 Apache Software Foundation. All rights reserved.