Class ParameterUtils
java.lang.Object
com.echothree.util.server.control.BaseLogic
com.echothree.util.server.validation.ParameterUtils
-
Method Summary
Modifier and TypeMethodDescriptionint
countNonNullParameters
(Object... objects) int
countNullParameters
(Object... objects) static ParameterUtils
boolean
isExactlyOneBooleanTrue
(ExecutionErrorAccumulator eea, Boolean... booleans) boolean
isExactlyOneBooleanTrue
(Boolean... booleans) boolean
isExactlyOneParameterPresent
(ExecutionErrorAccumulator eea, String... parameters) boolean
isExactlyOneParameterPresent
(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
-