Class IdentityUtils
java.lang.Object
overit.geocallapp.utilities.system.IdentityUtils
The class contains all the utility methods for the
Identity. - Since:
- 1.0
-
Method Summary
-
Method Details
-
getTeacher
Returns the teacher of the given identity.- Parameters:
id- Identity used to extract the language to instantiate the Teacher- Returns:
- Teacher
- See Also:
-
hasModule
Says if the given module is installed.- Parameters:
identity- Identity used to check if the user has the module enabledmodule- the module that is to be checked for enablement- Returns:
- true if the module is enabled
-