public class DeletedMailboxesStore extends JdbcAbstractStore
JdbcAbstractStore.Creator<T>, JdbcAbstractStore.DataType, JdbcAbstractStore.EntityPopulator<T>, JdbcAbstractStore.SqlOperation<R>, JdbcAbstractStore.StatementValues<T>datasource, logger| Constructor and Description | 
|---|
DeletedMailboxesStore(javax.sql.DataSource dataSource)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
deleteByName(java.lang.String domainUid,
            java.lang.String mailboxName)  | 
Subtree | 
getByMboxName(java.lang.String domainUid,
             java.lang.String mailboxName)  | 
void | 
store(Subtree subtree)  | 
batchInsert, batchInsert, delete, delete, delete, doOrContinue, doOrFail, getConnection, insert, insert, insert, insert, insertAndReturn, insertWithSerial, lastInsertId, select, select, select, unique, unique, unique, unique, unique, update, update, update, update, updatepublic DeletedMailboxesStore(javax.sql.DataSource dataSource)
public void store(Subtree subtree) throws java.sql.SQLException
java.sql.SQLExceptionpublic void deleteByName(java.lang.String domainUid,
                         java.lang.String mailboxName)
                  throws java.sql.SQLException
java.sql.SQLExceptionpublic Subtree getByMboxName(java.lang.String domainUid, java.lang.String mailboxName) throws java.sql.SQLException
java.sql.SQLExceptionCopyright © 2023. All Rights Reserved.