ogre.dms.service
Interface ShortcutManagementService

All Superinterfaces:
Remote

public interface ShortcutManagementService
extends Remote

Version:
$Id: ShortcutManagementService.java,v 1.1.1.1.12.1 2007/11/12 01:17:31 esso Exp $
Author:
Docpedia team.

Method Summary
 DMSResult commitCopyShortcut(String userID, String shortcutID, String targetParentFolderID)
           
 DMSResult commitDeleteShortcut(String userID, String shortcutID)
           
 DMSResult commitMoveShortcut(String userID, String shortcutID, String targetParentFolderID)
           
 DMSResult commitNewShortcut(String userID, String targetParentFolderID, Shortcut shortcut)
           
 DMSResult commitUpdateShortcut(String userID, Shortcut shortcut)
           
 DMSResult initCopyShortcut(String userID, String shortcutID, String targetParentFolderID)
           
 DMSResult initDeleteShortcut(String userID, String shortcutID)
           
 DMSResult initMoveShortcut(String userID, String shortcutID, String targetParentFolderID)
           
 DMSResult initNewShortcut(String userID, String targetParentFolderID)
           
 DMSResult initUpdateShortcut(String userID, String shortcutID)
           
 boolean isAlive()
           
 

Method Detail

initNewShortcut

DMSResult initNewShortcut(String userID,
                          String targetParentFolderID)
                          throws RemoteException
Throws:
RemoteException

initUpdateShortcut

DMSResult initUpdateShortcut(String userID,
                             String shortcutID)
                             throws RemoteException
Throws:
RemoteException

initDeleteShortcut

DMSResult initDeleteShortcut(String userID,
                             String shortcutID)
                             throws RemoteException
Throws:
RemoteException

initCopyShortcut

DMSResult initCopyShortcut(String userID,
                           String shortcutID,
                           String targetParentFolderID)
                           throws RemoteException
Throws:
RemoteException

initMoveShortcut

DMSResult initMoveShortcut(String userID,
                           String shortcutID,
                           String targetParentFolderID)
                           throws RemoteException
Throws:
RemoteException

commitNewShortcut

DMSResult commitNewShortcut(String userID,
                            String targetParentFolderID,
                            Shortcut shortcut)
                            throws RemoteException
Throws:
RemoteException

commitUpdateShortcut

DMSResult commitUpdateShortcut(String userID,
                               Shortcut shortcut)
                               throws RemoteException
Throws:
RemoteException

commitDeleteShortcut

DMSResult commitDeleteShortcut(String userID,
                               String shortcutID)
                               throws RemoteException
Throws:
RemoteException

commitCopyShortcut

DMSResult commitCopyShortcut(String userID,
                             String shortcutID,
                             String targetParentFolderID)
                             throws RemoteException
Throws:
RemoteException

commitMoveShortcut

DMSResult commitMoveShortcut(String userID,
                             String shortcutID,
                             String targetParentFolderID)
                             throws RemoteException
Throws:
RemoteException

isAlive

boolean isAlive()
                throws RemoteException
Throws:
RemoteException


Copyright(c) 2005-2012 by Flowring Technology Corp., 12 F., No 120, Sec 2, Gongdao 5th Rd., Hsin-Chu City 300, Taiwan(R.O.C.) All rights reserved.