Interface UserProfileService<T extends CommonUserProfile<?>>

All Superinterfaces:
tech.corefinance.common.service.CommonService<String,T,CommonUserProfileRepository<T>>
All Known Implementing Classes:
CommonUserProfileServiceImpl

public interface UserProfileService<T extends CommonUserProfile<?>> extends tech.corefinance.common.service.CommonService<String,T,CommonUserProfileRepository<T>>
  • Method Summary

    Modifier and Type
    Method
    Description
    byte
    changePassword(String userId, String currentPassword, String newPassword, String repeatNewPassword)
     

    Methods inherited from interface tech.corefinance.common.service.CommonService

    afterEntitySaved, afterItemDeleted, beforeItemDeleted, copyAdditionalPropertiesFromDtoToEntity, createEntityObject, createOrUpdateEntity, customEntityValidation, deleteEntity, findEntityClass, getEntityDetails, getRepository, searchByTextAndPage, searchByTextAndSort, searchData
  • Method Details

    • changePassword

      byte changePassword(String userId, String currentPassword, String newPassword, String repeatNewPassword)