public void releaseLocationLocke(String releaseBy) throws BaseException { userFunctionsImpl.releaseLocationLocke(this, releaseBy); }
public void changePassword( String oldPassword, String newPassword, String newPassword2, String changeBy) throws BaseException { userFunctionsImpl.changePassword(this, oldPassword, newPassword, newPassword2, changeBy); }
public void openUserLock(String openBy) throws BaseException { userFunctionsImpl.openUserLock(this, openBy); }
public void setRawPassword(String rawPassword) { this.password = userFunctionsImpl.encodePassword(rawPassword); }