@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, removeCodeprotected void handleDeleteAllCodesByUSer(Long userId, Class<? extends SecurityCode> clazz)
SecurityCodeManagementBase#deleteAllCodesByUSer(Long, Class extends
SecurityCode>)handleDeleteAllCodesByUSer in class SecurityCodeManagementBaseprotected SecurityCode handleFindByCode(String code)
SecurityCodeManagementBaseSecurityCodeManagementBase.findByCode(String)handleFindByCode in class SecurityCodeManagementBaseprotected <T> T handleFindByCode(String code, Converter<SecurityCode,T> converter)
handleFindByCode in class SecurityCodeManagementBaseprotected void handleRemoveCode(Long id)
SecurityCodeManagementBaseSecurityCodeManagementBase.removeCode(Long)handleRemoveCode in class SecurityCodeManagementBaseCopyright © 2019 Communote team. All rights reserved.