com.sybase.uep.bobclient.controls.pimmenu
Class CreateAddressbookMenuItemCommand

java.lang.Object
  extended by com.sybase.uep.bobclient.controls.pimmenu.AbstractCreatePIMMenuItemCommand
      extended by com.sybase.uep.bobclient.controls.pimmenu.CreateAddressbookMenuItemCommand

public class CreateAddressbookMenuItemCommand
extends AbstractCreatePIMMenuItemCommand

Author:
congchen

Field Summary
 
Fields inherited from class com.sybase.uep.bobclient.controls.pimmenu.AbstractCreatePIMMenuItemCommand
_appLogger, _controller, _type
 
Constructor Summary
CreateAddressbookMenuItemCommand()
           
 
Method Summary
 java.util.Vector execute(PIMItem item)
          (non-Javadoc)
 
Methods inherited from class com.sybase.uep.bobclient.controls.pimmenu.AbstractCreatePIMMenuItemCommand
capitalizeFirstLetter, getType, setController
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateAddressbookMenuItemCommand

public CreateAddressbookMenuItemCommand()
Method Detail

execute

public java.util.Vector execute(PIMItem item)
(non-Javadoc)

Specified by:
execute in class AbstractCreatePIMMenuItemCommand
Parameters:
item - - a @see PIMItem that contains a MBO attribute's logical type, value and display name
Returns:
TODO
See Also:
AbstractCreatePIMMenuItemCommand.execute(PIMItem item)