|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.sapportals.wcm.WcmObject
|
+--com.sapportals.wcm.service.objecttypehandler.ActionList
| Fields inherited from class com.sapportals.wcm.WcmObject |
ORDER_TYPE_MANUAL, ORDER_TYPE_NONE |
| Constructor Summary | |
|
ActionList()
Construct object of class ActionList. |
|
ActionList(ActionList handlerList)
Construct object of class ActionList. |
protected |
ActionList(java.util.LinkedList list)
Construct object of class ActionList. |
| Method Summary | |
boolean |
add(IAction handler)
TODO: Description of the Method. |
void |
add(int index,
IAction handler)
TODO: Description of the Method. |
boolean |
containsAction(IAction action)
TODO: Description of the Method. |
boolean |
containsAction(IActionType actionType)
TODO: Description of the Method. |
IAction |
get(int index)
TODO: Description of the Method. |
IAction |
getAction(IActionType actionType)
Get the Action attribute of the ActionList object. |
int |
indexOf(IAction handler)
TODO: Description of the Method. |
int |
lastIndexOf(IAction handler)
TODO: Description of the Method. |
IActionListIterator |
listIterator()
TODO: Description of the Method. |
IActionListIterator |
listIterator(int index)
TODO: Description of the Method. |
boolean |
remove(IAction handler)
TODO: Description of the Method. |
IAction |
remove(int index)
TODO: Description of the Method. |
IAction |
set(int index,
IAction handler)
TODO: Description of the Method. |
int |
size()
TODO: Description of the Method. |
IActionList |
subList(int index1,
int index2)
TODO: Description of the Method. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ActionList(ActionList handlerList)
handlerList - TODO: Description of the incoming method parameterpublic ActionList()
protected ActionList(java.util.LinkedList list)
list - TODO: Description of the incoming method parameter| Method Detail |
public IAction set(int index,
IAction handler)
set in interface IActionListindex - TODO: Description of the incoming method parameterhandler - TODO: Description of the incoming method parameterpublic IAction getAction(IActionType actionType)
getAction in interface IActionListactionType - TODO: Description of the incoming method parameterpublic IAction get(int index)
get in interface IActionListindex - TODO: Description of the incoming method parameterpublic int size()
size in interface IActionListpublic boolean containsAction(IAction action)
containsAction in interface IActionListaction - TODO: Description of the incoming method parameterpublic boolean containsAction(IActionType actionType)
containsAction in interface IActionListactionType - TODO: Description of the incoming method parameterpublic boolean add(IAction handler)
add in interface IActionListhandler - TODO: Description of the incoming method parameterpublic boolean remove(IAction handler)
remove in interface IActionListhandler - TODO: Description of the incoming method parameter
public void add(int index,
IAction handler)
add in interface IActionListindex - TODO: Description of the incoming method parameterhandler - TODO: Description of the incoming method parameterpublic IAction remove(int index)
remove in interface IActionListindex - TODO: Description of the incoming method parameterpublic int indexOf(IAction handler)
indexOf in interface IActionListhandler - TODO: Description of the incoming method parameterpublic int lastIndexOf(IAction handler)
lastIndexOf in interface IActionListhandler - TODO: Description of the incoming method parameterpublic IActionListIterator listIterator()
listIterator in interface IActionListpublic IActionListIterator listIterator(int index)
listIterator in interface IActionListindex - TODO: Description of the incoming method parameter
public IActionList subList(int index1,
int index2)
subList in interface IActionListindex1 - TODO: Description of the incoming method parameterindex2 - TODO: Description of the incoming method parameter
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||