| Package | Description |
|---|---|
| com.franciaflex.faxtomail.persistence.entities |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDemandTypeTopiaDao<E extends DemandType> |
class |
GeneratedDemandTypeTopiaDao<E extends DemandType> |
| Modifier and Type | Class and Description |
|---|---|
class |
DemandTypeAbstract |
class |
DemandTypeImpl |
| Modifier and Type | Field and Description |
|---|---|
protected DemandType |
EmailAbstract.demandType
Nom de l'attribut en BD : demandType
|
| Modifier and Type | Field and Description |
|---|---|
protected List<DemandType> |
SearchFilter.demandType |
protected Collection<DemandType> |
MailFolderAbstract.demandTypes
Nom de l'attribut en BD : demandTypes
|
protected Set<DemandType> |
EmailFilter.demandTypes |
| Modifier and Type | Method and Description |
|---|---|
DemandType |
EmailAbstract.getDemandType() |
DemandType |
Email.getDemandType() |
DemandType |
MailFolderAbstract.getDemandTypesByTopiaId(String topiaId) |
DemandType |
MailFolder.getDemandTypesByTopiaId(String topiaId) |
| Modifier and Type | Method and Description |
|---|---|
List<DemandType> |
SearchFilter.getDemandType() |
Collection<DemandType> |
MailFolderAbstract.getDemandTypes() |
Collection<DemandType> |
MailFolder.getDemandTypes() |
Set<DemandType> |
EmailFilter.getDemandTypes() |
| Modifier and Type | Method and Description |
|---|---|
void |
MailFolderAbstract.addDemandTypes(DemandType demandTypes) |
void |
MailFolder.addDemandTypes(DemandType demandTypes) |
boolean |
MailFolderAbstract.containsDemandTypes(DemandType demandTypes) |
boolean |
MailFolder.containsDemandTypes(DemandType demandTypes) |
List<E> |
GeneratedEmailTopiaDao.findAllByDemandType(DemandType v)
Deprecated.
|
List<E> |
GeneratedMailFolderTopiaDao.findAllContainsDemandTypes(DemandType v)
Deprecated.
|
E |
GeneratedEmailTopiaDao.findByDemandType(DemandType v)
Deprecated.
|
E |
GeneratedMailFolderTopiaDao.findContainsDemandTypes(DemandType v)
Deprecated.
|
org.nuiton.topia.persistence.TopiaQueryBuilderAddCriteriaOrRunQueryStep<E> |
GeneratedEmailTopiaDao.forDemandTypeEquals(DemandType v) |
org.nuiton.topia.persistence.TopiaQueryBuilderAddCriteriaOrRunQueryStep<E> |
GeneratedMailFolderTopiaDao.forDemandTypesContains(DemandType v) |
void |
MailFolderAbstract.removeDemandTypes(DemandType demandTypes) |
void |
MailFolder.removeDemandTypes(DemandType demandTypes) |
void |
EmailAbstract.setDemandType(DemandType demandType) |
void |
Email.setDemandType(DemandType demandType) |
| Modifier and Type | Method and Description |
|---|---|
void |
MailFolderAbstract.addAllDemandTypes(Collection<DemandType> demandTypes) |
void |
MailFolder.addAllDemandTypes(Collection<DemandType> demandTypes) |
org.nuiton.topia.persistence.TopiaQueryBuilderAddCriteriaOrRunQueryStep<E> |
GeneratedEmailTopiaDao.forDemandTypeIn(Collection<DemandType> v) |
void |
SearchFilter.setDemandType(List<DemandType> demandType) |
void |
MailFolderAbstract.setDemandTypes(Collection<DemandType> demandTypes) |
void |
MailFolder.setDemandTypes(Collection<DemandType> demandTypes) |
void |
EmailFilter.setDemandTypes(Set<DemandType> demandTypes) |
Copyright © 2014–2016 CodeLutin. All rights reserved.