org.infoglue.cms.controllers.kernel.impl.simple
Class ValidationController

java.lang.Object
  |
  +--org.infoglue.cms.controllers.kernel.impl.simple.BaseController
        |
        +--org.infoglue.cms.controllers.kernel.impl.simple.ValidationController

public class ValidationController
extends BaseController

Author:
Stefan Sik, ss@frovi.com ValidationController Provides validation functionality for valueobjects

Constructor Summary
ValidationController()
           
 
Method Summary
static boolean fieldValueExists(java.lang.Class objectClass, java.lang.String fieldName, java.lang.String checkValue, java.lang.Integer excludeId, java.lang.Object excludeObject)
           
 BaseEntityVO getNewVO()
          This is a method that never should be called.
 
Methods inherited from class org.infoglue.cms.controllers.kernel.impl.simple.BaseController
deleteEntity, deleteEntity, deleteEntity, getAllVOObjects, getAllVOObjects, getAllVOObjects, getAllVOObjects, getVOWithId, getVOWithId, getVOWithId, toModifiableVOList, toVOList, updateEntity, updateEntity, updateEntity, validateEntity
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValidationController

public ValidationController()
Method Detail

fieldValueExists

public static boolean fieldValueExists(java.lang.Class objectClass,
                                       java.lang.String fieldName,
                                       java.lang.String checkValue,
                                       java.lang.Integer excludeId,
                                       java.lang.Object excludeObject)
                                throws SystemException
SystemException

getNewVO

public BaseEntityVO getNewVO()
This is a method that never should be called.

Specified by:
getNewVO in class BaseController