public class SearchUIModel extends AbstractFaxToMailBeanUIModel<EmailFilter,SearchUIModel>
| Modifier and Type | Field and Description |
|---|---|
protected EmailFilter |
editObject |
protected static org.nuiton.util.beans.Binder<EmailFilter,SearchUIModel> |
fromBeanBinder |
protected boolean |
groupEnabled |
protected boolean |
menuEnabled |
static String |
PROPERTY_GROUP_ENABLED |
static String |
PROPERTY_MENU_ENABLED |
static String |
PROPERTY_RESULTS |
protected List<DemandeUIModel> |
results |
protected boolean |
showGroupesDemandsInResults |
protected static org.nuiton.util.beans.Binder<SearchUIModel,EmailFilter> |
toBeanBinder |
id, modify, PROPERTY_ID, PROPERTY_MODIFY, PROPERTY_VALID, valid| Constructor and Description |
|---|
SearchUIModel() |
firePropertyChanged, fromBean, fromEntity, getChild, getChild, getId, getIdAsInt, isCreate, isModify, isValid, setId, setId, setModify, setValid, toBean, toEntity, toEntityaddPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, addVetoableChangeListener, clone, fireIndexedPropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, fireVetoableChange, getPropertyChangeListeners, getPropertyChangeListeners, getVetoableChangeListeners, getVetoableChangeListeners, hasPropertyChangeListeners, hasVetoableChangeListeners, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, removeVetoableChangeListenerpublic static final String PROPERTY_RESULTS
public static final String PROPERTY_MENU_ENABLED
public static final String PROPERTY_GROUP_ENABLED
protected final EmailFilter editObject
protected List<DemandeUIModel> results
protected boolean menuEnabled
protected boolean groupEnabled
protected boolean showGroupesDemandsInResults
protected static org.nuiton.util.beans.Binder<SearchUIModel,EmailFilter> toBeanBinder
protected static org.nuiton.util.beans.Binder<EmailFilter,SearchUIModel> fromBeanBinder
public void setSender(String sender)
public String getSender()
public void setDemandObject(String demandObject)
public String getDemandObject()
public void setClientCode(String clientCode)
public String getClientCode()
public void setMessage(String message)
public String getMessage()
public void setBody(String body)
public String getBody()
public void setEtatAttente(List<EtatAttente> etatAttente)
public List<EtatAttente> getEtatAttente()
public void setTakenBy(FaxToMailUser faxToMailUser)
public FaxToMailUser getTakenBy()
public FaxToMailUser getPrintingBy()
public void setPrintingBy(FaxToMailUser faxToMailUser)
public FaxToMailUser getArchivedBy()
public void setArchivedBy(FaxToMailUser faxToMailUser)
public FaxToMailUser getReplyBy()
public void setReplyBy(FaxToMailUser faxToMailUser)
public List<DemandType> getDemandType()
public void setDemandType(List<DemandType> demandType)
public List<DemandStatus> getDemandStatus()
public void setDemandStatus(List<DemandStatus> demandStatus)
public void setEdiCodeNumber(String ediCodeNumber)
public String getEdiCodeNumber()
public void setProjectReference(String projectReference)
public String getProjectReference()
public String getLocalReference()
public void setLocalReference(String localReference)
public FaxToMailUser getModifiedBy()
public void setModifiedBy(FaxToMailUser modifiedBy)
public FaxToMailUser getTransferBy()
public void setTransferBy(FaxToMailUser transferBy)
public Date getMinModificationDate()
public void setMinModificationDate(Date minModificationDate)
public Date getMaxModificationDate()
public void setMaxModificationDate(Date maxModificationDate)
public Date getMinReceptionDate()
public void setMinReceptionDate(Date minReceptionDate)
public Date getMaxReceptionDate()
public void setMaxReceptionDate(Date maxReceptionDate)
public Date getMinPrintingDate()
public void setMinPrintingDate(Date minPrintingDate)
public Date getMaxPrintingDate()
public void setMaxPrintingDate(Date maxPrintingDate)
public Date getMinArchivedDate()
public void setMinArchivedDate(Date minArchivedDate)
public Date getMaxArchivedDate()
public void setMaxArchivedDate(Date maxArchivedDate)
public Date getMinReplyDate()
public void setMinReplyDate(Date minReplyDate)
public Date getMaxReplyDate()
public void setMaxReplyDate(Date maxReplyDate)
public Date getMinTransferDate()
public void setMinTransferDate(Date minTransferDate)
public Date getMaxTransferDate()
public void setMaxTransferDate(Date maxTransferDate)
public List<DemandeUIModel> getResults()
public void setResults(List<DemandeUIModel> results)
public boolean isMenuEnabled()
public void setMenuEnabled(boolean menuEnabled)
public boolean isGroupEnabled()
public void setGroupEnabled(boolean groupEnabled)
public boolean isShowGroupesDemandsInResults()
public void setShowGroupesDemandsInResults(boolean showGroupesDemandsInResults)
protected EmailFilter newEntity()
newEntity in class AbstractFaxToMailBeanUIModel<EmailFilter,SearchUIModel>Copyright © 2014 CodeLutin. All rights reserved.