org.jasig.schedassist.portlet.webflow
Class CancelAppointmentFormBackingObjectValidator

java.lang.Object
  extended by org.jasig.schedassist.portlet.webflow.CancelAppointmentFormBackingObjectValidator

@Component
public class CancelAppointmentFormBackingObjectValidator
extends Object

Validator of CancelAppointmentFormBackingObjects.

Version:
$Id: CancelAppointmentFormBackingObjectValidator.java $
Author:
Nicholas Blair, nblair@doit.wisc.edu

Constructor Summary
CancelAppointmentFormBackingObjectValidator()
           
 
Method Summary
 void validateShowCancelForm(CancelAppointmentFormBackingObject fbo, org.springframework.binding.validation.ValidationContext context)
          Validate the CancelAppointmentFormBackingObject after transitioning from the "showCancelForm" state.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CancelAppointmentFormBackingObjectValidator

public CancelAppointmentFormBackingObjectValidator()
Method Detail

validateShowCancelForm

public void validateShowCancelForm(CancelAppointmentFormBackingObject fbo,
                                   org.springframework.binding.validation.ValidationContext context)
Validate the CancelAppointmentFormBackingObject after transitioning from the "showCancelForm" state.

Parameters:
fbo -
context -


Copyright © 2012 Jasig. All Rights Reserved.