@Service(value="securityCodeManagement") public class SecurityCodeManagementImpl extends SecurityCodeManagementBase
Constructor and Description |
---|
SecurityCodeManagementImpl() |
Modifier and Type | Method and Description |
---|---|
protected void |
handleDeleteAllCodesByUSer(Long userId,
Class<? extends SecurityCode> clazz)
Performs the core logic for
#deleteAllCodesByUSer(Long, Class extends
SecurityCode>) |
protected SecurityCode |
handleFindByCode(String code)
Performs the core logic for
SecurityCodeManagementBase.findByCode(String) |
protected <T> T |
handleFindByCode(String code,
Converter<SecurityCode,T> converter) |
protected void |
handleRemoveCode(Long id)
Performs the core logic for
SecurityCodeManagementBase.removeCode(Long) |
deleteAllCodesByUser, findByCode, findByCode, removeCode
protected void handleDeleteAllCodesByUSer(Long userId, Class<? extends SecurityCode> clazz)
SecurityCodeManagementBase
#deleteAllCodesByUSer(Long, Class extends
SecurityCode>)
handleDeleteAllCodesByUSer
in class SecurityCodeManagementBase
protected SecurityCode handleFindByCode(String code)
SecurityCodeManagementBase
SecurityCodeManagementBase.findByCode(String)
handleFindByCode
in class SecurityCodeManagementBase
protected <T> T handleFindByCode(String code, Converter<SecurityCode,T> converter)
handleFindByCode
in class SecurityCodeManagementBase
protected void handleRemoveCode(Long id)
SecurityCodeManagementBase
SecurityCodeManagementBase.removeCode(Long)
handleRemoveCode
in class SecurityCodeManagementBase
Copyright © 2019 Communote team. All rights reserved.