public class VTodoContainerStoreService extends ContainerStoreService<VTodo>
changelogStore, container, hasChangeLog, itemStore, itemValueStore, logger, securityContext| Constructor and Description | 
|---|
VTodoContainerStoreService(javax.sql.DataSource dataSource,
                          SecurityContext securityContext,
                          Container container,
                          java.lang.String itemType)  | 
VTodoContainerStoreService(javax.sql.DataSource dataSource,
                          SecurityContext securityContext,
                          Container container,
                          java.lang.String itemType,
                          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, allUids, allUidsOrderedByDisplayname, attach, changelog, changelog, changeset, changesetById, create, create, createWithId, decorate, delete, deleteAll, detach, get, get, getByExtId, getItemStore, getItemsValue, getItemValue, getItemValueStore, getMultiple, getMultipleById, getValue, getVersion, inTransaction, prepareContainerDelete, setExtId, touch, updatepublic VTodoContainerStoreService(javax.sql.DataSource dataSource,
                                  SecurityContext securityContext,
                                  Container container,
                                  java.lang.String itemType,
                                  IItemValueStore<VTodo> itemValueStore)
public VTodoContainerStoreService(javax.sql.DataSource dataSource,
                                  SecurityContext securityContext,
                                  Container container,
                                  java.lang.String itemType)
protected void decorate(Item item, ItemValue<VTodo> value) throws ServerFault
decorate in class ContainerStoreService<VTodo>ServerFaultprotected void createValue(Item item, VTodo value) throws ServerFault, java.sql.SQLException
createValue in class ContainerStoreService<VTodo>ServerFaultjava.sql.SQLExceptionprotected void updateValue(Item item, VTodo value) throws ServerFault, java.sql.SQLException
updateValue in class ContainerStoreService<VTodo>ServerFaultjava.sql.SQLExceptionprotected void deleteValue(Item item) throws ServerFault, java.sql.SQLException
deleteValue in class ContainerStoreService<VTodo>ServerFaultjava.sql.SQLExceptionprotected void deleteValues()
                     throws ServerFault
deleteValues in class ContainerStoreService<VTodo>ServerFaultpublic java.util.List<java.lang.String> getReminder(BmDateTime dtalarm) throws ServerFault
ServerFaultCopyright © 2021. All Rights Reserved.