public class VEventSeriesStore extends AbstractItemValueStore<VEventSeries>
Modifier and Type | Class and Description |
---|---|
class |
VEventSeriesStore.VEventDB |
AbstractItemValueStore.ItemV<T>
JdbcAbstractStore.Creator<T>, JdbcAbstractStore.DataType, JdbcAbstractStore.EntityPopulator<T>, JdbcAbstractStore.SqlOperation<Res>, JdbcAbstractStore.StatementValues<T>
datasource
Constructor and Description |
---|
VEventSeriesStore(javax.sql.DataSource pool,
Container container) |
Modifier and Type | Method and Description |
---|---|
void |
create(Item item,
VEventSeries series) |
void |
delete(Item item) |
void |
deleteAll() |
java.util.List<java.lang.String> |
findByIcsUid(java.lang.String uid) |
VEventSeries |
get(Item item) |
java.util.List<VEventSeries> |
getMultiple(java.util.List<Item> items) |
java.util.List<VEventStore.ItemUid> |
getReminder(BmDateTime dtalarm) |
void |
update(Item item,
VEventSeries series) |
join
batchInsert, batchInsert, delete, doOrContinue, doOrFail, getConnection, insert, insert, insert, insert, insertAndReturn, insertWithSerial, inTransaction, lastInsertId, select, select, select, staticInTransaction, unique, unique, unique, unique, update, update, update, update, update
public VEventSeriesStore(javax.sql.DataSource pool, Container container)
public void create(Item item, VEventSeries series) throws java.sql.SQLException
java.sql.SQLException
public void update(Item item, VEventSeries series) throws java.sql.SQLException
java.sql.SQLException
public VEventSeries get(Item item) throws java.sql.SQLException
java.sql.SQLException
public void delete(Item item) throws java.sql.SQLException
java.sql.SQLException
public void deleteAll() throws java.sql.SQLException
java.sql.SQLException
public java.util.List<VEventSeries> getMultiple(java.util.List<Item> items) throws java.sql.SQLException
getMultiple
in interface IItemValueStore<VEventSeries>
getMultiple
in class AbstractItemValueStore<VEventSeries>
java.sql.SQLException
public java.util.List<VEventStore.ItemUid> getReminder(BmDateTime dtalarm) throws java.sql.SQLException
dtalarm
- java.sql.SQLException
public java.util.List<java.lang.String> findByIcsUid(java.lang.String uid) throws java.sql.SQLException
java.sql.SQLException
Copyright © 2021. All Rights Reserved.