Uses of Interface
edu.ksi.virtualclassroom.mappers.jaxb.xmlwrapper.impl.runtime.ValidatableObject

Packages that use ValidatableObject
edu.ksi.virtualclassroom.mappers.jaxb.xmlwrapper.impl   
edu.ksi.virtualclassroom.mappers.jaxb.xmlwrapper.impl.runtime   
 

Uses of ValidatableObject in edu.ksi.virtualclassroom.mappers.jaxb.xmlwrapper.impl
 

Classes in edu.ksi.virtualclassroom.mappers.jaxb.xmlwrapper.impl that implement ValidatableObject
 class CommentImpl
           
 class ErrorImpl
           
 class MessageImpl
           
 class UserProfileImpl
           
 class VirtualclassroomDOImpl
           
 class VirtualClassRoomDOTypeImpl
           
 

Uses of ValidatableObject in edu.ksi.virtualclassroom.mappers.jaxb.xmlwrapper.impl.runtime
 

Fields in edu.ksi.virtualclassroom.mappers.jaxb.xmlwrapper.impl.runtime declared as ValidatableObject
private  ValidatableObject MSVValidator.target
          The object which we are validating.
 

Methods in edu.ksi.virtualclassroom.mappers.jaxb.xmlwrapper.impl.runtime that return ValidatableObject
 ValidatableObject GrammarInfo.castToValidatableObject(java.lang.Object o)
          Method castToValidatableObject
 ValidatableObject GrammarInfoFacade.castToValidatableObject(java.lang.Object o)
           
 ValidatableObject GrammarInfoImpl.castToValidatableObject(java.lang.Object o)
           
 

Methods in edu.ksi.virtualclassroom.mappers.jaxb.xmlwrapper.impl.runtime with parameters of type ValidatableObject
 void ValidationContext.validate(ValidatableObject vo)
          Validates the sub-tree rooted at vo and reports any errors/warnings to the error handler.
 void ValidationContext.reportEvent(ValidatableObject source, java.lang.String formattedMessage)
          Reports an error to the application.
 void ValidationContext.reportEvent(ValidatableObject source, java.lang.Exception nestedException)
          Reports an error to the client.
 void ValidationContext.reportEvent(ValidatableObject source, javax.xml.bind.ValidationEvent event)
          Method reportEvent
static void MSVValidator.validate(DefaultJAXBContextImpl jaxbCtx, ValidationContext context, ValidatableObject vo)
          Validates the specified object and reports any error to the context.
private  void MSVValidator.childAsElementBody(java.lang.Object o, ValidatableObject vo)
          Method childAsElementBody
private  void MSVValidator.childAsAttributeBody(ValidatableObject vo, java.lang.String fieldName)
          Method childAsAttributeBody
 

Constructors in edu.ksi.virtualclassroom.mappers.jaxb.xmlwrapper.impl.runtime with parameters of type ValidatableObject
MSVValidator(DefaultJAXBContextImpl _jaxbCtx, ValidationContext _ctxt, ValidatableObject vo)
          To use this class, call the static validate method.