Uses of Interface
wt.folder.Shortcut

Packages that use Shortcut
wt.clients.folder   
wt.folder
Provides classes to represent and manage folder and cabinet objects. 
 

Uses of Shortcut in wt.clients.folder
 

Methods in wt.clients.folder that return Shortcut
static Shortcut ShortcutTaskLogic.createShortcut(CabinetBased target, Folder target_folder)
          Method createShortcut creates a new Shortcut to the given shortcut target in the given Folder.
 

Uses of Shortcut in wt.folder
 

Classes in wt.folder that implement Shortcut
 class IteratedShortcutLink
          A persistent assocation between a Folder and the latest iteration of an iterated member of a Folder.
 class ShortcutLink
          A persistent assocation between a Folder and a non-iterated CabinetBased object.
 

Methods in wt.folder that return Shortcut
 Shortcut StandardFolderService.addShortcut(Folder folder, CabinetBased target)
          Add a shortcut to a Foldered object to the specified Folder.
 Shortcut FolderServiceFwd.addShortcut(Folder folder, CabinetBased target)
          Add a shortcut to a Foldered object to the specified Folder.
 Shortcut FolderService.addShortcut(Folder folder, CabinetBased target)
          Add a shortcut to a Foldered object to the specified Folder.
 Shortcut StandardFolderService.addShortcut(Folder folder, CabinetBased target)
          Add a shortcut to a Foldered object to the specified Folder.
 Shortcut FolderServiceFwd.addShortcut(Folder folder, CabinetBased target)
          Add a shortcut to a Foldered object to the specified Folder.
 Shortcut FolderService.addShortcut(Folder folder, CabinetBased target)
          Add a shortcut to a Foldered object to the specified Folder.
 

Methods in wt.folder with parameters of type Shortcut
 void StandardFolderService.removeShortcut(Shortcut shortcut)
          Deprecated. Replaced by PersistenceManager.delete(Persistable)
 void FolderServiceFwd.removeShortcut(Shortcut shortcut)
          Deprecated. Replaced by PersistenceManager.delete(Persistable)
 void FolderService.removeShortcut(Shortcut shortcut)
          Deprecated. Replaced by PersistenceManager.delete(Persistable)
 void StandardFolderService.removeShortcut(Shortcut shortcut)
          Deprecated. Replaced by PersistenceManager.delete(Persistable)
 void FolderServiceFwd.removeShortcut(Shortcut shortcut)
          Deprecated. Replaced by PersistenceManager.delete(Persistable)
 void FolderService.removeShortcut(Shortcut shortcut)
          Deprecated. Replaced by PersistenceManager.delete(Persistable)