| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PortletModelController
A controller interface for the PortletModel interface.
Method Summary | |
---|---|
boolean | confirmDelete(Identifiable aNode)
Indicates if the specified node may be deleted from the model. |
boolean | com.ibm.portal.portletmodel.PortletDefinition)">confirmInsert(PortletDefinition aNode)
Indicates if the specified portlet entity may be inserted at the specified location in the portlet model. |
boolean | com.ibm.portal.portletmodel.PortletEntity, com.ibm.portal.Identifiable)">confirmInsert(PortletEntity aNode,
Identifiable aParent)
Indicates if a portlet entity may be inserted at the specified location in the portlet model. |
boolean | com.ibm.portal.portletmodel.PortletWindow)">confirmInsert(PortletWindow aNode)
Indicates if a portlet entity may be inserted at the specified location in the portlet model. |
ModifiableIdentifiable | create(java.lang.Class aNodeClass,
CreationContext aContext)
Creates a modifiable node and inserts it into the model. |
void | delete(Identifiable aNode)
Deletes a node from the model. |
Methods inherited from interface com.ibm.portal.portletmodel.PortletModel |
---|
com.ibm.portal.portletmodel.PortletEntity)">getParentPortletEntity, getPortlet, getPortletDefinition, getPortletDefinition, getPortletEntity, com.ibm.portal.content.LayoutControl)">getPortletWindow, getPreferencesHierarchy, getPreferencesHierarchy, getWebApplication |
Methods inherited from interface com.ibm.portal.ModelController |
---|
confirmCreate, getModifiableNode, resolve |
Methods inherited from interface com.ibm.portal.Committable |
---|
commit, dispose |
Method Detail |
---|
ModifiableIdentifiable create(java.lang.Class aNodeClass, CreationContext aContext) throws CannotInstantiateModifiableNodeException
null
void delete(Identifiable aNode) throws ObjectNotFoundException, CannotDeleteNodeException
boolean confirmInsert(PortletWindow aNode) throws ObjectNotFoundException
true
in case the node may be inserted,
false
otherwise
boolean confirmInsert(PortletEntity aNode, Identifiable aParent) throws ObjectNotFoundException
null
. must be of type
PortletEntity or PortletDefinition
true
in case the node may be inserted,
false
otherwise
boolean confirmInsert(PortletDefinition aNode) throws ObjectNotFoundException
true
in case the node may be inserted,
false
otherwise
boolean confirmDelete(Identifiable aNode) throws ObjectNotFoundException
true
if the node can be deleted, false
otherwise
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |