Package de.xima.fc.gui.validator.name
Class UniqueActionName
java.lang.Object
de.xima.fc.gui.validator.name.AUniqueEntityFieldValidator<TEntity,String>
de.xima.fc.gui.validator.name.AUniqueStringFieldValidator<TEntity>
de.xima.fc.gui.validator.name.AUniqueNameValidator<Aktion>
de.xima.fc.gui.validator.name.UniqueActionName
- All Implemented Interfaces:
Serializable
,EventListener
,javax.faces.validator.Validator
@Deprecated
public class UniqueActionName
extends AUniqueNameValidator<Aktion>
implements javax.faces.validator.Validator, Serializable
Deprecated.
This is part of the old workflow, use the new workflow engine.
A
AUniqueNameValidator
for the Aktion.getName()
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Field Summary
Fields inherited from class de.xima.fc.gui.validator.name.AUniqueStringFieldValidator
ignoreCase
Fields inherited from class de.xima.fc.gui.validator.name.AUniqueEntityFieldValidator
ATTR_VALUE
Fields inherited from interface javax.faces.validator.Validator
NOT_IN_RANGE_MESSAGE_ID
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.No-arg constructor for this validator, invoked by the JSF framework. -
Method Summary
Methods inherited from class de.xima.fc.gui.validator.name.AUniqueNameValidator
addSearch
Methods inherited from class de.xima.fc.gui.validator.name.AUniqueStringFieldValidator
convertValue, hasValue
Methods inherited from class de.xima.fc.gui.validator.name.AUniqueEntityFieldValidator
createError, createError, findEntity, getValueExpressionBase, validate
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface javax.faces.validator.Validator
validate
-
Constructor Details
-
UniqueActionName
public UniqueActionName()Deprecated.No-arg constructor for this validator, invoked by the JSF framework.
-
-
Method Details
-
addScope
Deprecated.Description copied from class:AUniqueEntityFieldValidator
Use this method to restrict the scope of entities considered for the duplicate search, such as to a certain client, version, project etc.By default, the client and project scope is set if the entity implements
IMandantDependent
orIProjektDependent
.- Overrides:
addScope
in classAUniqueEntityFieldValidator<Aktion,
String> - Parameters:
qcm
- Query criteria manager that will be used to check for existing duplicates.action
- Entity that is validated.
-