| Package | Description |
|---|---|
| com.franciaflex.faxtomail.persistence.entities |
| Modifier and Type | Field and Description |
|---|---|
protected DemandStatus |
EmailAbstract.demandStatus
Nom de l'attribut en BD : demandStatus
|
| Modifier and Type | Field and Description |
|---|---|
protected List<DemandStatus> |
EmailFilter.demandStatus |
| Modifier and Type | Method and Description |
|---|---|
DemandStatus |
EmailAbstract.getDemandStatus() |
DemandStatus |
Email.getDemandStatus() |
static DemandStatus |
DemandStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DemandStatus[] |
DemandStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<DemandStatus> |
EmailFilter.getDemandStatus() |
| Modifier and Type | Method and Description |
|---|---|
List<E> |
GeneratedEmailTopiaDao.findAllByDemandStatus(DemandStatus v)
Deprecated.
|
E |
GeneratedEmailTopiaDao.findByDemandStatus(DemandStatus v)
Deprecated.
|
org.nuiton.topia.persistence.TopiaQueryBuilderAddCriteriaOrRunQueryStep<E> |
GeneratedEmailTopiaDao.forDemandStatusEquals(DemandStatus v) |
void |
EmailAbstract.setDemandStatus(DemandStatus demandStatus) |
void |
Email.setDemandStatus(DemandStatus demandStatus) |
| Modifier and Type | Method and Description |
|---|---|
org.nuiton.topia.persistence.TopiaQueryBuilderAddCriteriaOrRunQueryStep<E> |
GeneratedEmailTopiaDao.forDemandStatusIn(Collection<DemandStatus> v) |
void |
EmailFilter.setDemandStatus(List<DemandStatus> demandStatus) |
Copyright © 2014 CodeLutin. All rights reserved.