Uses of Class
ogre.dms.data.DMSUser

Packages that use DMSUser
com.flowring.forum.service   
ogre.dms.service   
ogre.dms.util.client   
ogre.dms.util.si   
 

Uses of DMSUser in com.flowring.forum.service
 

Methods in com.flowring.forum.service with parameters of type DMSUser
 ForumModifyRecord ForumService.addForumModifyRecord(String postID, DMSUser user, String action)
           
 Vector ForumService.getForumCategoryIDList(DMSUser user)
          get FroumCategoryIDList
 ForumResult ForumService.newForumTopic(String forumID, DMSUser user, String postTitle, String postContent, boolean mailtome, boolean isEmbed, String topicType, String documentKey)
          產生新的Topic(會自動產生對應的post與postcontent
 ForumResult ForumService.replyForumPost(String topicID, DMSUser user, String postTitle, String postContent, boolean mailtome, boolean isEmbed, String parentPostID)
          Reply Topic
 Vector ForumService.searchForumPostIDList(DMSUser searcher, String forumID, String userName, String queryKey, String SearchField, String dataRange, String orderType)
           
 

Uses of DMSUser in ogre.dms.service
 

Methods in ogre.dms.service that return DMSUser
 DMSUser AccessControlService.getExtUser(String extUserID)
          Retrieve the external user by user's id.
 DMSUser AccessControlService.getExtUserByLoginID(String loginID)
          Retrieve the external user by user's login id.
 DMSUser AdminService.getOnLineUser(String loginId)
           
 DMSUser QueryService.getUserByID(String userID)
          Get User by userID.
 DMSUser QueryService.getUserByLoginID(String loginID)
          Get User by loginID
 DMSUser AccessControlService.login(String loginID, String password)
          Verify and log the user into the DMS system.
 DMSUser AccessControlService.login(String loginID, String password, InetAddress addr)
          Verify and log the user into the DMS system.
 DMSUser AccessControlService.login(String loginID, String password, String ip)
          Verify and log the user into the DMS system.
 DMSUser AccessControlService.login3rd(String loginID, String password)
           
 DMSUser AccessControlService.registerOnLineUser(DMSUser user, InetAddress addr)
          Store the online user information.
 DMSUser AccessControlService.registerOnLineUser(DMSUser user, String ip, String hostname)
          Store the online user information.
 

Methods in ogre.dms.service with parameters of type DMSUser
 boolean AccessControlService.addExtUser(DMSUser extUser, String extUserID)
          Add the external user to the database.
 DMSResult PhysicalDocumentAccessService.checkDownloadPhysicalDocument(DMSUser user, String physicalDocumentKey)
           
 DMSResult PhysicalDocumentAccessService.checkDownloadPhysicalDocument(DMSUser user, String physicalDocumentKey, boolean ignoreLock)
           
 DMSResult PhysicalDocumentAccessService.checkDownloadPhysicalDocument(DMSUser user, String physicalDocumentKey, boolean ignoreLock, String mainDocKey)
           
 DMSResult PhysicalDocumentAccessService.checkEFormDownloadPhysicalDocument(DMSUser user, String physicalDocumentKey)
           
 DMSResult DocumentManagementService.commitDeleteReview(DMSUser user, String key, String keyType)
          Delete document's review.
 DMSResult DocumentManagementService.commitUpdateReview(DMSUser user, String reviewKey, HashMap info)
           
 VirtualDocument DocumentManagementService.createNewLV4Document(String originalKey, DMSUser user, String publishFolderKey)
          Create an new LV4 document.
 boolean DocumentManagementService.markSameCkOutUnitByCopiedKey(DMSUser user, List copiedKeys)
          Mark checked-out documents as same checked-out unit to categorize them.
 String OrganizationManagementService.newUser(DMSUser newUser)
           
 void DocumentManagementService.notifyAclUpdateCompleteMail(DMSUser to, String subject, HashMap info)
          Notify user about updating Folders' Acl.
 void DocumentManagementService.notifyAuditMail(DMSUser from, VirtualDocumentInfo docinfo, String subject, HashMap info)
           
 void DocumentManagementService.notifyDocMail(DMSUser from, VirtualDocumentInfo docinfo, String subject, HashMap info)
           
 void DocumentManagementService.notifyDocRequest(DMSUser from, VirtualDocumentInfo docinfo, String subject, HashMap info)
           
 void AdminService.registerOnLineUser(DMSUser user)
          Deprecated. V2.2 use AccessControlService.registerOnLineUser(DMSUser, InetAddress) instead
 DMSUser AccessControlService.registerOnLineUser(DMSUser user, InetAddress addr)
          Store the online user information.
 DMSUser AccessControlService.registerOnLineUser(DMSUser user, String ip, String hostname)
          Store the online user information.
 DMSResult PhysicalDocumentAccessService.requestDownloadFileFromDistSite(DMSUser user, String downloadType, String docKey, String pDocKey)
          Request download file from distribution site.
 DMSResult DocumentManagementService.transferDocKeeper(DMSUser byWhom, String[] docKeys, String keeperID, String keeperDeptID)
          Batch transfer the document's keeper/dept to another person/dept.
 boolean AccessControlService.updateExtUser(DMSUser extUser)
          Update the external user instance.
 DMSResult OrganizationManagementService.updateUser(String userID, DMSUser user)
          update a user's info
 

Uses of DMSUser in ogre.dms.util.client
 

Methods in ogre.dms.util.client with parameters of type DMSUser
 DMSResult FlowClient.updateDefaultACL(DMSUser user, String docKey, String folderKey)
          copy folder ACL to document ACL
 

Uses of DMSUser in ogre.dms.util.si
 

Methods in ogre.dms.util.si that return DMSUser
 DMSUser DMCI.login(String loginID, String password)
          Verify the user with the given login id and password.
 



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.