com.ibm.portal.state.accessors.action.engine.moveportlet
Interface MovePortletActionAccessorController

All Superinterfaces:
Accessor, Disposable

public interface MovePortletActionAccessorController
extends Accessor

/** Interface providing typed write access to the parameters of the "Move Portlet" portal action. Use this controller to specify which portlet on which layout model (aka portal page) should be moved to which direction.
The information will be encoded into the state holder this controller operates on.

Since:
5.1

Method Summary
 void setDirection(Direction aDirection)
          Sets the direction in which the portlet should be moved.
 void setLayoutModelID(ObjectID aLayoutModelID)
          Sets the ObjectID of the layout model (aka portal page) that contains the portlet to be moved.
 void setPortletID(ObjectID aPortletID)
          Sets the ObjectID of the portlet that should be moved.
 
Methods inherited from interface com.ibm.portal.Disposable
dispose
 

Method Detail

setLayoutModelID

void setLayoutModelID(ObjectID aLayoutModelID)
Sets the ObjectID of the layout model (aka portal page) that contains the portlet to be moved.

Parameters:
aLayoutModelID - The ObjectID of the involved layout model. Must not be null.

setPortletID

void setPortletID(ObjectID aPortletID)
Sets the ObjectID of the portlet that should be moved.

Parameters:
aPortletID - The ObjectID of the portlet to be moved. Must not be null.

setDirection

void setDirection(Direction aDirection)
Sets the direction in which the portlet should be moved.

Parameters:
aDirection - The move direction. Must not be null.