Class UserUtils
java.lang.Object
overit.geocallapp.wfm.core.bl.user.UserUtils
The Class that defines the User Utils.
- Since:
- 16.0
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetUserDescription(Long userId, PoolKit pk) Returns the user (or crew shell) description.
-
Method Details
-
getUserDescription
public static String getUserDescription(Long userId, PoolKit pk) throws DAException, DAValidateException Returns the user (or crew shell) description.- Parameters:
userId- the user idpk- the PoolKit- Returns:
- the user description
- Throws:
DAExceptionDAValidateException
-