Class StringHelper
java.lang.Object
org.sterl.spring.persistent_tasks.shared.StringHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
applySearchWildCard
(String value) Replaces all*
with%
, and[
with_
as needed.static boolean
static boolean
isSqlSearch
(String value) Checks if we have a wild card search first call this method, than
-
Constructor Details
-
StringHelper
public StringHelper()
-
-
Method Details
-
applySearchWildCard
-
isSqlSearch
Checks if we have a wild card search first call this method, than- See Also:
-
hasValue
-