Liferay 7.0-ce-m6

com.liferay.portlet.dynamicdatamapping.validator
Class DDMFormValuesValidatorUtil

java.lang.Object
  extended by com.liferay.portlet.dynamicdatamapping.validator.DDMFormValuesValidatorUtil

public class DDMFormValuesValidatorUtil
extends Object


Constructor Summary
DDMFormValuesValidatorUtil()
           
 
Method Summary
static DDMFormValuesValidator getDDMFormValuesValidator()
           
 void setDDMFormValuesValidator(DDMFormValuesValidator ddmFormValuesValidator)
           
static void validate(DDMFormValues ddmFormValues)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DDMFormValuesValidatorUtil

public DDMFormValuesValidatorUtil()
Method Detail

getDDMFormValuesValidator

public static DDMFormValuesValidator getDDMFormValuesValidator()

validate

public static void validate(DDMFormValues ddmFormValues)
                     throws StorageException
Throws:
StorageException

setDDMFormValuesValidator

public void setDDMFormValuesValidator(DDMFormValuesValidator ddmFormValuesValidator)

Liferay 7.0-ce-m6