public class VEventContainerStoreService extends ContainerStoreService<VEventSeries>
changelogStore, container, hasChangeLog, itemStore, itemValueStore, logger, securityContext
Constructor and Description |
---|
VEventContainerStoreService(javax.sql.DataSource dataSource,
SecurityContext securityContext,
Container container) |
VEventContainerStoreService(javax.sql.DataSource dataSource,
SecurityContext securityContext,
Container container,
java.lang.String itemType,
IItemValueStore<VEventSeries> itemValueStore) |
Modifier and Type | Method and Description |
---|---|
protected void |
createValue(Item item,
VEventSeries value) |
protected void |
decorate(Item item,
ItemValue<VEventSeries> value) |
protected void |
decorate(java.util.List<Item> items,
java.util.List<ItemValue<VEventSeries>> values) |
protected void |
deleteValue(Item item) |
protected void |
deleteValues() |
java.util.List<ItemValue<VEventSeries>> |
getByIcsUid(java.lang.String uid) |
java.util.List<java.lang.String> |
getReminder(BmDateTime dtalarm) |
protected void |
updateValue(Item item,
VEventSeries value) |
all, allUids, allUidsOrderedByDisplayname, attach, changelog, changelog, changeset, changesetById, create, create, createWithId, delete, deleteAll, detach, get, get, getByExtId, getItemStore, getItemsValue, getItemValue, getItemValueStore, getMultiple, getMultipleById, getValue, getVersion, inTransaction, prepareContainerDelete, setExtId, touch, update
public VEventContainerStoreService(javax.sql.DataSource dataSource, SecurityContext securityContext, Container container)
public VEventContainerStoreService(javax.sql.DataSource dataSource, SecurityContext securityContext, Container container, java.lang.String itemType, IItemValueStore<VEventSeries> itemValueStore)
protected void decorate(java.util.List<Item> items, java.util.List<ItemValue<VEventSeries>> values) throws ServerFault
decorate
in class ContainerStoreService<VEventSeries>
ServerFault
protected void decorate(Item item, ItemValue<VEventSeries> value) throws ServerFault
decorate
in class ContainerStoreService<VEventSeries>
ServerFault
protected void createValue(Item item, VEventSeries value) throws ServerFault, java.sql.SQLException
createValue
in class ContainerStoreService<VEventSeries>
ServerFault
java.sql.SQLException
protected void updateValue(Item item, VEventSeries value) throws ServerFault, java.sql.SQLException
updateValue
in class ContainerStoreService<VEventSeries>
ServerFault
java.sql.SQLException
protected void deleteValue(Item item) throws ServerFault, java.sql.SQLException
deleteValue
in class ContainerStoreService<VEventSeries>
ServerFault
java.sql.SQLException
protected void deleteValues() throws ServerFault
deleteValues
in class ContainerStoreService<VEventSeries>
ServerFault
public java.util.List<java.lang.String> getReminder(BmDateTime dtalarm) throws ServerFault
ServerFault
public java.util.List<ItemValue<VEventSeries>> getByIcsUid(java.lang.String uid)
Copyright © 2021. All Rights Reserved.