portal.core.validate.rule
Class CalendarNotNull

java.lang.Object
  extended byportal.core.validate.rule.ValidationRule
      extended byportal.core.validate.rule.CalendarNotNull
All Implemented Interfaces:
IValidatable, java.io.Serializable

public class CalendarNotNull
extends ValidationRule

See Also:
Serialized Form

Constructor Summary
CalendarNotNull(CalendarModel calendarModel)
           
 
Method Summary
protected  boolean validateRule(IValidationContext ctx)
           
 
Methods inherited from class portal.core.validate.rule.ValidationRule
validate, validationFailed, validationPassed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalendarNotNull

public CalendarNotNull(CalendarModel calendarModel)
Method Detail

validateRule

protected boolean validateRule(IValidationContext ctx)
Specified by:
validateRule in class ValidationRule