public class DirEntryStore extends AbstractItemValueStore<DirEntry>
AbstractItemValueStore.ItemV<T>JdbcAbstractStore.Creator<T>, JdbcAbstractStore.DataType, JdbcAbstractStore.EntityPopulator<T>, JdbcAbstractStore.SqlOperation<R>, JdbcAbstractStore.StatementValues<T>datasource| Constructor and Description | 
|---|
DirEntryStore(javax.sql.DataSource pool,
             Container container)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
byEmail(java.lang.String email,
       boolean isDomainAlias)  | 
java.lang.String | 
byEntryUid(java.lang.String entryUid)  | 
void | 
create(Item item,
      DirEntry entry)  | 
void | 
delete(Item item)  | 
void | 
deleteAll()  | 
DirEntry | 
get(Item item)  | 
java.util.List<java.lang.String> | 
path(java.lang.String path)  | 
ListResult<Item> | 
search(DirEntryQuery q)  | 
ListResult<Item> | 
searchManageable(DirEntryQuery q,
                java.util.List<ManageableOrgUnit> manageable)  | 
void | 
update(Item item,
      DirEntry value)  | 
void | 
updateAccountType(Item item,
                 BaseDirEntry.AccountType at)  | 
getMultiple, joinbatchInsert, 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 DirEntryStore(javax.sql.DataSource pool,
                     Container container)
public void create(Item item, DirEntry entry) throws java.sql.SQLException
java.sql.SQLExceptionpublic void update(Item item, DirEntry value) throws java.sql.SQLException
java.sql.SQLExceptionpublic java.util.List<java.lang.String> path(java.lang.String path)
                                      throws java.sql.SQLException
java.sql.SQLExceptionpublic java.lang.String byEntryUid(java.lang.String entryUid)
                            throws java.sql.SQLException
java.sql.SQLExceptionpublic java.lang.String byEmail(java.lang.String email,
                                boolean isDomainAlias)
                         throws java.sql.SQLException
java.sql.SQLExceptionpublic ListResult<Item> search(DirEntryQuery q) throws java.sql.SQLException
java.sql.SQLExceptionpublic ListResult<Item> searchManageable(DirEntryQuery q, java.util.List<ManageableOrgUnit> manageable) throws java.sql.SQLException
java.sql.SQLExceptionpublic void delete(Item item) throws java.sql.SQLException
java.sql.SQLExceptionpublic void deleteAll()
               throws java.sql.SQLException
java.sql.SQLExceptionpublic void updateAccountType(Item item, BaseDirEntry.AccountType at) throws java.sql.SQLException
java.sql.SQLExceptionCopyright © 2023. All Rights Reserved.