Package de.xima.fc.gui.validator.name
Class UniqueClientFormTheme
- java.lang.Object
 - 
- de.xima.fc.gui.common.validator.AUniqueBeanFieldValidator<TEntity,TField>
 - 
- de.xima.fc.gui.common.validator.AUniqueEntityFieldValidator<TEntity,String>
 - 
- de.xima.fc.gui.common.validator.AUniqueStringFieldValidator<TEntity>
 - 
- 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 aClientFormThemeis unique amongst all other themes of the sameclient.- Since:
 - 8.3.0
 - Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
- 
Fields inherited from class de.xima.fc.gui.common.validator.AUniqueStringFieldValidator
ignoreCase 
- 
Fields inherited from class de.xima.fc.gui.common.validator.AUniqueBeanFieldValidator
ATTR_VALUE, beanClass, fieldClass 
 - 
 
- 
Constructor Summary
Constructors Constructor Description UniqueClientFormTheme()Creates a new validator that ensure the name ofClientFormThemeis unique amongst all other themes of the sameclient. 
- 
Method Summary
- 
Methods inherited from class de.xima.fc.gui.common.validator.AUniqueNameValidator
addSearch 
- 
Methods inherited from class de.xima.fc.gui.common.validator.AUniqueStringFieldValidator
convertValue, hasValue 
- 
Methods inherited from class de.xima.fc.gui.common.validator.AUniqueEntityFieldValidator
addScope, hasDuplicates 
- 
Methods inherited from class de.xima.fc.gui.common.validator.AUniqueBeanFieldValidator
createError, createError, findBean, getValueExpressionBase, validate 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
UniqueClientFormTheme
public UniqueClientFormTheme()
Creates a new validator that ensure the name ofClientFormThemeis unique amongst all other themes of the sameclient. 
 - 
 
 -