org.jasig.schedassist.portlet.webflow
Class CreateAppointmentFormBackingObjectValidator

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

@Component
public class CreateAppointmentFormBackingObjectValidator
extends Object

Validator of CreateAppointmentFormBackingObjects.

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

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

Constructor Detail

CreateAppointmentFormBackingObjectValidator

public CreateAppointmentFormBackingObjectValidator()
Method Detail

validateShowCreateForm

public void validateShowCreateForm(CreateAppointmentFormBackingObject fbo,
                                   org.springframework.binding.validation.ValidationContext context)
Validate the CreateAppointmentFormBackingObject after transitioning from the "showCreateForm" state.

Parameters:
fbo -
context -


Copyright © 2012 Jasig. All Rights Reserved.