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%
as neededstatic String
Replaces all*
with%
as needed for the id.
-
Constructor Details
-
StringHelper
public StringHelper()
-
-
Method Details
-
applySearchWildCard
Replaces all*
with%
as needed -
applySearchWildCard
Replaces all*
with%
as needed for the id.
-