org.imixs.workflow.jee.adminclient
Class EntityBean

java.lang.Object
  extended by org.imixs.workflow.jee.adminclient.EntityBean

public class EntityBean
extends Object

This Class defines a Bean to be used as a ManagedBean in a JavaServer Faces Application. The Bean can be used to bind the current selected Entity to an jsf page This backing bean will be initialized by the org.imixs.workflow.jee.adminclient.EntityServiceFacade. The bean supports a map attribute "entity". See method 'getEntity()' To bind a Value to a input or output field use ValueBinding like this: where attrubuite_name is an existing item in the current Entity

Version:
1.0
Author:
Ralph Soika
See Also:
EntityServiceFacade

Constructor Summary
EntityBean()
           
 
Method Summary
 List getAttributNames()
          Returns a list of Item Objects related to the corresponding MapEntries.
 org.imixs.workflow.ItemCollection getEntity()
          returns all Items for the teamItemCollection
 Map getIndexImage()
          returns all Items for the teamItemCollection
 void setEntity(org.imixs.workflow.ItemCollection aentity)
          updates all attributes by the supported map into the teamItemCollection
 void setIndexList(List aIndexList)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityBean

public EntityBean()
Method Detail

getEntity

public org.imixs.workflow.ItemCollection getEntity()
                                            throws Exception
returns all Items for the teamItemCollection

Returns:
Throws:
Exception

setEntity

public void setEntity(org.imixs.workflow.ItemCollection aentity)
updates all attributes by the supported map into the teamItemCollection

Parameters:
aentity -

setIndexList

public void setIndexList(List aIndexList)

getIndexImage

public Map getIndexImage()
                  throws Exception
returns all Items for the teamItemCollection

Returns:
Throws:
Exception

getAttributNames

public List getAttributNames()
Returns a list of Item Objects related to the corresponding MapEntries.

Returns:
List


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