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