| Package | Description |
|---|---|
| com.franciaflex.faxtomail.persistence.entities |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRangeTopiaDao<E extends Range> |
class |
GeneratedRangeTopiaDao<E extends Range> |
| Modifier and Type | Class and Description |
|---|---|
class |
RangeAbstract |
class |
RangeImpl |
| Modifier and Type | Field and Description |
|---|---|
protected Range |
RangeRowAbstract.range
Nom de l'attribut en BD : range
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Range> |
SearchFilter.gamme |
protected Collection<Range> |
MailFolderAbstract.ranges
Nom de l'attribut en BD : ranges
|
protected Set<Range> |
EmailFilter.ranges |
| Modifier and Type | Method and Description |
|---|---|
Range |
RangeRowAbstract.getRange() |
Range |
RangeRow.getRange() |
Range |
MailFolderAbstract.getRangesByTopiaId(String topiaId) |
Range |
MailFolder.getRangesByTopiaId(String topiaId) |
| Modifier and Type | Method and Description |
|---|---|
List<Range> |
SearchFilter.getGamme() |
Collection<Range> |
MailFolderAbstract.getRanges() |
Collection<Range> |
MailFolder.getRanges() |
Set<Range> |
EmailFilter.getRanges() |
| Modifier and Type | Method and Description |
|---|---|
void |
MailFolderAbstract.addRanges(Range ranges) |
void |
MailFolder.addRanges(Range ranges) |
boolean |
MailFolderAbstract.containsRanges(Range ranges) |
boolean |
MailFolder.containsRanges(Range ranges) |
List<E> |
GeneratedRangeRowTopiaDao.findAllByRange(Range v)
Deprecated.
|
List<E> |
GeneratedMailFolderTopiaDao.findAllContainsRanges(Range v)
Deprecated.
|
E |
GeneratedRangeRowTopiaDao.findByRange(Range v)
Deprecated.
|
E |
GeneratedMailFolderTopiaDao.findContainsRanges(Range v)
Deprecated.
|
org.nuiton.topia.persistence.TopiaQueryBuilderAddCriteriaOrRunQueryStep<E> |
GeneratedRangeRowTopiaDao.forRangeEquals(Range v) |
org.nuiton.topia.persistence.TopiaQueryBuilderAddCriteriaOrRunQueryStep<E> |
GeneratedMailFolderTopiaDao.forRangesContains(Range v) |
void |
MailFolderAbstract.removeRanges(Range ranges) |
void |
MailFolder.removeRanges(Range ranges) |
void |
RangeRowAbstract.setRange(Range range) |
void |
RangeRow.setRange(Range range) |
| Modifier and Type | Method and Description |
|---|---|
void |
MailFolderAbstract.addAllRanges(Collection<Range> ranges) |
void |
MailFolder.addAllRanges(Collection<Range> ranges) |
org.nuiton.topia.persistence.TopiaQueryBuilderAddCriteriaOrRunQueryStep<E> |
GeneratedRangeRowTopiaDao.forRangeIn(Collection<Range> v) |
void |
SearchFilter.setGamme(List<Range> gamme) |
void |
MailFolderAbstract.setRanges(Collection<Range> ranges) |
void |
MailFolder.setRanges(Collection<Range> ranges) |
void |
EmailFilter.setRanges(Set<Range> ranges) |
Copyright © 2014–2016 CodeLutin. All rights reserved.