Class SubscriptionField
- java.lang.Object
-
- org.silverpeas.components.classifieds.servlets.SubscriptionField
-
public class SubscriptionField extends Object
A field of the classified form used by the search and on which also a user can subscribe for a given value to be notified about the classifieds having such value for the field.- Author:
- mmoquillon
-
-
Constructor Summary
Constructors Constructor Description SubscriptionField(String key, String label)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKey()StringgetLabel()Set<SubscriptionFieldValue>getValues()voidvaluedBy(String valueKey, String valueLabel)
-