org.imixs.workflow.util
Class ItemCollectionAdapter

java.lang.Object
  extended by org.imixs.workflow.util.ItemCollectionAdapter

public class ItemCollectionAdapter
extends java.lang.Object

This Class adapts the Imixs ItemCollection Class for usage in a JSF Application. Using the ItemCollectionAdapter allows simplified access to attributes from a JSP/JSF page Each attribute accessed by the ItemCollectionAdapter will be added automatically to the corresponding ItemCollection Class Examples: #{myControllerMB.item['numpersonen']} #{myControllerMB.itemList['teamlist']}

Author:
rsoika

Constructor Summary
ItemCollectionAdapter()
           
ItemCollectionAdapter(ItemCollection acol)
           
 
Method Summary
 java.util.Map getItem()
           
 ItemCollection getItemCollection()
           
 java.util.Map getItemList()
           
 java.util.Map getItemListArray()
           
 void setItemCollection(ItemCollection acol)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItemCollectionAdapter

public ItemCollectionAdapter()

ItemCollectionAdapter

public ItemCollectionAdapter(ItemCollection acol)
Method Detail

getItemCollection

public ItemCollection getItemCollection()

setItemCollection

public void setItemCollection(ItemCollection acol)

getItem

public java.util.Map getItem()

getItemList

public java.util.Map getItemList()

getItemListArray

public java.util.Map getItemListArray()


Copyright © 2006-2010 Imixs Software Solutions GmbH. All Rights Reserved.