Class UniqueTemplateName
java.lang.Object
de.xima.fc.gui.common.validator.AUniqueBeanFieldValidator<Textbaustein, String>
de.xima.fc.gui.common.validator.AUniqueEntityFieldValidator<Textbaustein, String>
de.xima.fc.gui.common.validator.AUniqueStringFieldValidator<Textbaustein>
de.xima.fc.gui.common.validator.AUniqueNameValidator<Textbaustein>
de.xima.fc.gui.common.validator.UniqueTemplateName
- All Implemented Interfaces:
Serializable, EventListener, javax.faces.validator.Validator
public class UniqueTemplateName
extends AUniqueNameValidator<Textbaustein>
implements javax.faces.validator.Validator, Serializable
- 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 oftext templateis unique amongst all other templates 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, validateMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.faces.validator.Validator
validate
-
Constructor Details
-
UniqueTemplateName
public UniqueTemplateName()Creates a new validator that ensure the name oftext templateis unique amongst all other templates of the sameclient.
-