public interface ItemFacadeQueriesAPI
IdImpl getItemId(long id)
List list()
void show(Long itemId)
ItemFacade saveItem(ItemFacade item) throws DataFacadeException
DataFacadeExceptionList<ItemFacade> saveItems(List<ItemFacade> items) throws DataFacadeException
DataFacadeExceptionItemFacade getItem(Long itemId)
itemId - the item idItemFacade getItem(Long itemId, String agent)
getItemitemId - the itemIdagent - agentId not usedMap<String,ItemFacade> getItemsByHash(String hash)
Map<String,ItemFacade> getItemsByKeyword(String keyword)
void updateItemTagBindingsHavingTag(TagServiceHelper.TagView tagView)
void deleteItemTagBindingsHavingTagId(String tagId)
void updateItemTagBindingsHavingTagCollection(TagServiceHelper.TagCollectionView tagCollectionView)
void deleteItemTagBindingsHavingTagCollectionId(String tagCollectionId)
BackfillItemHashResult backfillItemHashes(int batchSize)
void removeItemAttachment(Long itemAttachmentId)
Copyright © 2003–2021 Sakai Project. All rights reserved.