| Package | Description |
|---|---|
| com.franciaflex.faxtomail.persistence.entities |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractHistoryTopiaDao<E extends History> |
class |
GeneratedHistoryTopiaDao<E extends History> |
| Modifier and Type | Class and Description |
|---|---|
class |
HistoryAbstract |
class |
HistoryImpl |
| Modifier and Type | Field and Description |
|---|---|
protected Collection<History> |
EmailAbstract.history
Nom de l'attribut en BD : history
|
| Modifier and Type | Method and Description |
|---|---|
History |
EmailAbstract.getHistoryByTopiaId(String topiaId) |
History |
Email.getHistoryByTopiaId(String topiaId) |
| Modifier and Type | Method and Description |
|---|---|
Collection<History> |
EmailAbstract.getHistory() |
Collection<History> |
Email.getHistory() |
| Modifier and Type | Method and Description |
|---|---|
void |
EmailAbstract.addHistory(History history) |
void |
Email.addHistory(History history) |
boolean |
EmailAbstract.containsHistory(History history) |
boolean |
Email.containsHistory(History history) |
List<E> |
GeneratedEmailTopiaDao.findAllContainsHistory(History v)
Deprecated.
|
E |
GeneratedEmailTopiaDao.findContainsHistory(History v)
Deprecated.
|
org.nuiton.topia.persistence.TopiaQueryBuilderAddCriteriaOrRunQueryStep<E> |
GeneratedEmailTopiaDao.forHistoryContains(History v) |
void |
EmailAbstract.removeHistory(History history) |
void |
Email.removeHistory(History history) |
| Modifier and Type | Method and Description |
|---|---|
void |
EmailAbstract.addAllHistory(Collection<History> history) |
void |
Email.addAllHistory(Collection<History> history) |
void |
EmailAbstract.setHistory(Collection<History> history) |
void |
Email.setHistory(Collection<History> history) |
Copyright © 2014 CodeLutin. All rights reserved.