T
- The type of the Entities to maintain.public abstract class AbstractCrudManyToOneEntityBean<T extends Persistable> extends AbstractCrudEntityBean<T>
AbstractCrudItemBean.DetailItemDelegate, AbstractCrudItemBean.SearchItemsDelegate
Constructor and Description |
---|
AbstractCrudManyToOneEntityBean() |
Modifier and Type | Method and Description |
---|---|
Long |
getParentId()
Gets the Object ID of the parent Entity.
|
void |
newItemListener(javax.faces.event.ActionEvent actionEvent)
Creates a new instance of the Item and notifies all observers.
|
void |
setParentId(Long parentId)
Sets the Object ID of the parent Entity.
|
sort
backToSearchItemsListener, getDetailDelegate, getItemObservable, getItemType, getSearchCriteria, getSearchDelegate, getSearchModePhaseListener, merge, persist, remove, removeItemListener, resetSearchCriteriaListener, searchItems, searchItemsListener, selectItem, selectItemListener, submitItemListener, update
public Long getParentId()
public void setParentId(Long parentId)
parentId
- The Object ID of the parent Entity.public void newItemListener(javax.faces.event.ActionEvent actionEvent)
JsfBeanMode.NEW
.
newItemListener
in class AbstractCrudItemBean<T extends Persistable>
actionEvent
- The ActionEvent.Copyright © 2008–2018. All rights reserved.