Class UniqueClientFormTheme
java.lang.Object
de.xima.fc.gui.common.validator.AUniqueBeanFieldValidator<ClientFormTheme, String>
de.xima.fc.gui.common.validator.AUniqueEntityFieldValidator<ClientFormTheme, String>
de.xima.fc.gui.common.validator.AUniqueStringFieldValidator<ClientFormTheme>
de.xima.fc.gui.common.validator.AUniqueNameValidator<ClientFormTheme>
de.xima.fc.gui.validator.name.UniqueClientFormTheme
- All Implemented Interfaces:
Serializable, EventListener, javax.faces.validator.Validator
public class UniqueClientFormTheme
extends AUniqueNameValidator<ClientFormTheme>
implements Serializable
Validator that ensures the name of a
ClientFormTheme is unique amongst all other themes of the same
client.- Since:
- 8.3.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Field Summary
Fields inherited from class AUniqueStringFieldValidator
ignoreCaseFields inherited from class AUniqueBeanFieldValidator
ATTR_VALUE, beanClass, fieldClassFields inherited from interface javax.faces.validator.Validator
NOT_IN_RANGE_MESSAGE_ID -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new validator that ensure the name ofClientFormThemeis unique amongst all other themes of the sameclient. -
Method Summary
Methods inherited from class AUniqueNameValidator
addSearchMethods inherited from class AUniqueStringFieldValidator
convertValue, hasValueMethods inherited from class AUniqueEntityFieldValidator
addScope, hasDuplicatesMethods inherited from class AUniqueBeanFieldValidator
createError, createError, findBean, getValueExpressionBase, hasDuplicates, validate
-
Constructor Details
-
UniqueClientFormTheme
public UniqueClientFormTheme()Creates a new validator that ensure the name ofClientFormThemeis unique amongst all other themes of the sameclient.
-