public class VNoteContainerStoreService extends ContainerStoreService<VNote>
ContainerStoreService.EmptyChangesetReg, ContainerStoreService.IItemFlagsProvider<W>, ContainerStoreService.IWeightSeedProvider<W>changelogStore, container, containerCacheKey, hasChangeLog, itemStore, itemValueStore, logger, securityContext| Constructor and Description | 
|---|
VNoteContainerStoreService(BmContext context,
                          javax.sql.DataSource dataSource,
                          SecurityContext securityContext,
                          Container container)  | 
VNoteContainerStoreService(BmContext context,
                          javax.sql.DataSource dataSource,
                          SecurityContext securityContext,
                          Container container,
                          IItemValueStore<VNote> itemValueStore)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
createValue(Item item,
           VNote value,
           IItemValueStore<VNote> itemValueStore)  | 
protected void | 
decorate(Item item,
        ItemValue<VNote> value)  | 
protected void | 
deleteValue(Item item)  | 
protected void | 
deleteValues()  | 
protected void | 
updateValue(Item item,
           VNote value)  | 
all, allIds, allUids, attach, beforeCreationInBackupStore, changelog, changelog, changeset, changesetById, changesetById, count, create, 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, update, withoutChangelog, xferpublic VNoteContainerStoreService(BmContext context, javax.sql.DataSource dataSource, SecurityContext securityContext, Container container, IItemValueStore<VNote> itemValueStore)
public VNoteContainerStoreService(BmContext context, javax.sql.DataSource dataSource, SecurityContext securityContext, Container container)
protected void decorate(Item item, ItemValue<VNote> value) throws ServerFault
decorate in class ContainerStoreService<VNote>ServerFaultprotected void createValue(Item item, VNote value, IItemValueStore<VNote> itemValueStore) throws ServerFault, java.sql.SQLException
createValue in class ContainerStoreService<VNote>ServerFaultjava.sql.SQLExceptionprotected void updateValue(Item item, VNote value) throws ServerFault, java.sql.SQLException
updateValue in class ContainerStoreService<VNote>ServerFaultjava.sql.SQLExceptionprotected void deleteValue(Item item) throws ServerFault, java.sql.SQLException
deleteValue in class ContainerStoreService<VNote>ServerFaultjava.sql.SQLExceptionprotected void deleteValues()
                     throws ServerFault
deleteValues in class ContainerStoreService<VNote>ServerFaultCopyright © 2023. All Rights Reserved.