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, xfer
public 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>
ServerFault
protected void createValue(Item item, VNote value, IItemValueStore<VNote> itemValueStore) throws ServerFault, java.sql.SQLException
createValue
in class ContainerStoreService<VNote>
ServerFault
java.sql.SQLException
protected void updateValue(Item item, VNote value) throws ServerFault, java.sql.SQLException
updateValue
in class ContainerStoreService<VNote>
ServerFault
java.sql.SQLException
protected void deleteValue(Item item) throws ServerFault, java.sql.SQLException
deleteValue
in class ContainerStoreService<VNote>
ServerFault
java.sql.SQLException
protected void deleteValues() throws ServerFault
deleteValues
in class ContainerStoreService<VNote>
ServerFault
Copyright © 2023. All Rights Reserved.