|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OperatorEnum | |
---|---|
fr.paris.lutece.plugins.crm.business.demand | |
fr.paris.lutece.plugins.crm.util |
Uses of OperatorEnum in fr.paris.lutece.plugins.crm.business.demand |
---|
Methods in fr.paris.lutece.plugins.crm.business.demand that return OperatorEnum | |
---|---|
OperatorEnum |
DemandTypeFilter.getOperatorDateBegin()
Get the operator for the beginning date |
OperatorEnum |
DemandTypeFilter.getOperatorDateEnd()
Get the operator for the closing date |
OperatorEnum |
DemandFilter.getOperatorDateModification()
Get the operator for the modification date |
OperatorEnum |
DemandTypeFilter.getOperatorOrder()
Get the operator for the order |
Methods in fr.paris.lutece.plugins.crm.business.demand with parameters of type OperatorEnum | |
---|---|
void |
DemandTypeFilter.setOperatorDateBegin(OperatorEnum operator)
Set the operator for the beginning date |
void |
DemandTypeFilter.setOperatorDateEnd(OperatorEnum operator)
Set the operator for the closing date |
void |
DemandFilter.setOperatorDateModification(OperatorEnum operator)
Set the operator for the modification date |
void |
DemandTypeFilter.setOperatorOrder(OperatorEnum operator)
Set the operator for the order |
Uses of OperatorEnum in fr.paris.lutece.plugins.crm.util |
---|
Methods in fr.paris.lutece.plugins.crm.util that return OperatorEnum | |
---|---|
static OperatorEnum |
OperatorEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static OperatorEnum[] |
OperatorEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |