public class FreebusyStore extends JdbcAbstractStore
JdbcAbstractStore.Creator<T>, JdbcAbstractStore.DataType, JdbcAbstractStore.EntityPopulator<T>, JdbcAbstractStore.SqlOperation<R>, JdbcAbstractStore.StatementValues<T>datasource, logger| Constructor and Description |
|---|
FreebusyStore(javax.sql.DataSource dataSource,
Container container) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(java.lang.String calendar) |
protected static java.util.List<java.lang.String> |
arrayOfString(java.sql.Array array) |
void |
delete() |
java.util.List<java.lang.String> |
get() |
void |
remove(java.lang.String calendar) |
void |
set(java.util.List<java.lang.String> calendars) |
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 FreebusyStore(javax.sql.DataSource dataSource,
Container container)
public java.util.List<java.lang.String> get()
throws java.sql.SQLException
java.sql.SQLExceptionpublic void set(java.util.List<java.lang.String> calendars)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void add(java.lang.String calendar)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void remove(java.lang.String calendar)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void delete()
throws java.sql.SQLException
java.sql.SQLExceptionprotected static java.util.List<java.lang.String> arrayOfString(java.sql.Array array)
throws java.sql.SQLException
java.sql.SQLExceptionCopyright © 2024. All Rights Reserved.