|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.imixs.workflow.jee.adminclient.EntityBean
public class EntityBean
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:
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 |
|---|
public EntityBean()
| Method Detail |
|---|
public org.imixs.workflow.ItemCollection getEntity()
throws Exception
Exceptionpublic void setEntity(org.imixs.workflow.ItemCollection aentity)
aentity - public void setIndexList(List aIndexList)
public Map getIndexImage()
throws Exception
Exceptionpublic List getAttributNames()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||