|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Anchor | |
|---|---|
| org.nhindirect.config.store.dao | |
| org.nhindirect.config.store.dao.impl | |
| Uses of Anchor in org.nhindirect.config.store.dao |
|---|
| Methods in org.nhindirect.config.store.dao that return Anchor | |
|---|---|
Anchor |
AnchorDao.load(String owner)
Load an Anchor. |
| Methods in org.nhindirect.config.store.dao that return types with arguments of type Anchor | |
|---|---|
List<Anchor> |
AnchorDao.list(List<String> owners)
Get a collection of Anchors. |
List<Anchor> |
AnchorDao.listAll()
Get a collection of all Anchors. |
List<Anchor> |
AnchorDao.listByIds(List<Long> anchorIds)
Get a list by anchor ids |
| Methods in org.nhindirect.config.store.dao with parameters of type Anchor | |
|---|---|
void |
AnchorDao.add(Anchor anchor)
Add an anchor |
void |
AnchorDao.save(Anchor anchor)
Save an Anchor. |
| Method parameters in org.nhindirect.config.store.dao with type arguments of type Anchor | |
|---|---|
void |
AnchorDao.save(List<Anchor> anchorList)
Save a collection of Anchors. |
| Uses of Anchor in org.nhindirect.config.store.dao.impl |
|---|
| Methods in org.nhindirect.config.store.dao.impl that return Anchor | |
|---|---|
Anchor |
AnchorDaoImpl.load(String owner)
|
| Methods in org.nhindirect.config.store.dao.impl that return types with arguments of type Anchor | |
|---|---|
List<Anchor> |
AnchorDaoImpl.list(List<String> owners)
|
List<Anchor> |
AnchorDaoImpl.listAll()
|
List<Anchor> |
AnchorDaoImpl.listByIds(List<Long> anchorIds)
|
| Methods in org.nhindirect.config.store.dao.impl with parameters of type Anchor | |
|---|---|
void |
AnchorDaoImpl.add(Anchor anchor)
Add an anchor |
void |
AnchorDaoImpl.save(Anchor anchor)
|
| Method parameters in org.nhindirect.config.store.dao.impl with type arguments of type Anchor | |
|---|---|
void |
AnchorDaoImpl.save(List<Anchor> anchorList)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||