public interface PanelsManager extends ListenerQueue
Modifier and Type | Method and Description |
---|---|
void |
delete(Panel panel)
Removes a panel.
|
void |
delete(PanelInstance instance)
Removes a panel instance.
|
Set<PanelInstance> |
getPanelsByParameter(String paramId,
String value)
Get a set of panels containing a parameter with a given value.
|
Panel |
getPaneltByDbId(Long panelId)
Get a panel by its database id.
|
Panel |
getPaneltById(Long panelId)
Get a panel by its logical id.
|
void |
store(Panel panel)
Persist panel to database
|
void |
store(PanelInstance instance)
Persist panel Instance to database
|
addListener, addListener, getListeners, getUniqueListeners, removeListener, removeListener
void delete(PanelInstance instance) throws Exception
Exception
void store(PanelInstance instance) throws Exception
Exception
Panel getPaneltById(Long panelId) throws Exception
Exception
Panel getPaneltByDbId(Long panelId) throws Exception
Exception
Copyright © 2012-2014 JBoss by Red Hat. All Rights Reserved.