Class UniqueAllProjectName

All Implemented Interfaces:
Serializable, EventListener, javax.faces.validator.Validator

public class UniqueAllProjectName extends AUniqueManDepNameValidator<Projekt> implements javax.faces.validator.Validator, Serializable
Validates whether there is no project (form) with the given name. Contrast this to UniqueAllProjectName, which only checks whether there are any projects other the current one with the given name.
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • UniqueAllProjectName

      public UniqueAllProjectName()