org.sakaiproject.tool.assessment.services
Class PublishedItemService

java.lang.Object
  extended by org.sakaiproject.tool.assessment.services.ItemService
      extended by org.sakaiproject.tool.assessment.services.PublishedItemService

public class PublishedItemService
extends ItemService


Constructor Summary
PublishedItemService()
           
 
Method Summary
 void deleteItemContent(Long itemId, String agentId)
          Delete itemtextset for an item, used for modify
 ItemFacade getItem(Long itemId, String agentId)
          Get a particular item from the backend, with all questions.
 ItemFacade getItem(String itemId)
           
 
Methods inherited from class org.sakaiproject.tool.assessment.services.ItemService
addItemMetaData, cloneItem, deleteItem, deleteItemMetaData, deleteSet, getItemsByKeyword, getItemTextId, saveFavoriteColumnChoices, saveItem
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PublishedItemService

public PublishedItemService()
Method Detail

getItem

public ItemFacade getItem(Long itemId,
                          String agentId)
Description copied from class: ItemService
Get a particular item from the backend, with all questions.

Overrides:
getItem in class ItemService

getItem

public ItemFacade getItem(String itemId)
Overrides:
getItem in class ItemService

deleteItemContent

public void deleteItemContent(Long itemId,
                              String agentId)
Description copied from class: ItemService
Delete itemtextset for an item, used for modify

Overrides:
deleteItemContent in class ItemService


Copyright © 2005-2013 Sakai Project. All Rights Reserved.