Class ParameterUtils
java.lang.Object
com.echothree.util.server.control.BaseLogic
com.echothree.util.server.validation.ParameterUtils
-
Field Summary
Fields inherited from class com.echothree.util.server.control.BaseLogic
coreControl -
Method Summary
Modifier and TypeMethodDescriptionintcountNonNullParameters(Object... objects) intcountNullParameters(Object... objects) static ParameterUtilsbooleanisExactlyOneBooleanTrue(ExecutionErrorAccumulator eea, Boolean... booleans) booleanisExactlyOneBooleanTrue(Boolean... booleans) booleanisExactlyOneParameterPresent(ExecutionErrorAccumulator eea, String... parameters) booleanisExactlyOneParameterPresent(String... parameters) Methods inherited from class com.echothree.util.server.control.BaseLogic
addExecutionError, addSecurityMessage, getEntityInstanceByBaseEntity, getEntityInstanceByBasePK, getSession, handleExecutionError, handleSecurityMessage, hasExecutionErrors
-
Method Details
-
getInstance
-
countNonNullParameters
-
countNullParameters
-
isExactlyOneBooleanTrue
-
isExactlyOneBooleanTrue
-
isExactlyOneParameterPresent
-
isExactlyOneParameterPresent
-