@Component(value="roleVerificationDAO") public class RoleVerificationDAO extends Object
| Constructor and Description |
|---|
RoleVerificationDAO() |
public RoleVerification getManagerVerification(String email, String type, String entity) throws SQLException
SQLExceptionpublic RoleVerification getMemberVerification(String email, String type, String entity) throws SQLException
SQLExceptionpublic List<String> getInvitedManagers(String type, String entity) throws SQLException
SQLExceptionpublic List<String> getInvitedMembers(String type, String entity) throws SQLException
SQLExceptionpublic RoleVerification fetchById(String id) throws SQLException
SQLExceptionpublic long countAll()
throws SQLException
SQLExceptionpublic int insert(RoleVerification roleVerification) throws SQLException
SQLExceptionpublic boolean delete(String id) throws SQLException
SQLExceptionpublic boolean update(RoleVerification roleVerification) throws SQLException
SQLExceptionprotected RoleVerification fromResultSet(ResultSet set) throws SQLException
SQLExceptionprotected int executeUpdate(String sql, Statement.Initializer init) throws SQLException
SQLExceptionprotected List<String> getInvitedEmail(Statement.Initializer init) throws SQLException
SQLExceptionprotected List<RoleVerification> executeQuery(String sql, Statement.Initializer init) throws SQLException
SQLExceptionprotected List<RoleVerification> executeQuery(String sql) throws SQLException
SQLExceptionpublic long executeCount(String sql) throws SQLException
SQLExceptionpublic long executeCount(String sql, Statement.Initializer init) throws SQLException
SQLExceptionpublic DataSourceConnector getDataSourceConnector()
public void setDataSourceConnector(DataSourceConnector dataSourceConnector)
Copyright © 2026. All rights reserved.