org.kuali.student.common.ui.client.service
Interface DocumentRpcService
- All Superinterfaces:
- BaseRpcService, com.google.gwt.user.client.rpc.RemoteService
- All Known Implementing Classes:
- DocumentRpcGwtServlet
@RemoteServiceRelativePath(value="rpcservices/DocumentRpcService")
public interface DocumentRpcService
- extends BaseRpcService
Methods inherited from interface org.kuali.student.common.ui.client.service.BaseRpcService |
getObjectStructure, getObjectTypes, getSearchCriteriaType, getSearchCriteriaTypes, getSearchResultType, getSearchResultTypes, getSearchType, getSearchTypes, getSearchTypesByCriteria, getSearchTypesByResult, search |
getDocument
DocumentInfo getDocument(String documentId)
throws Exception
- Throws:
Exception
getDocumentsByIdList
List<DocumentInfo> getDocumentsByIdList(List<String> documentIdList)
throws Exception
- Throws:
Exception
deleteDocument
StatusInfo deleteDocument(String documentId)
throws Exception
- Throws:
Exception
updateDocument
DocumentInfo updateDocument(String documentId,
DocumentInfo documentInfo)
throws Exception
- Throws:
Exception
addDocumentCategoryToDocument
StatusInfo addDocumentCategoryToDocument(String documentId,
String documentCategoryKey)
throws Exception
- Throws:
Exception
removeDocumentCategoryFromDocument
StatusInfo removeDocumentCategoryFromDocument(String documentId,
String documentCategoryKey)
throws Exception
- Throws:
Exception
isAuthorizedUploadDocuments
Boolean isAuthorizedUploadDocuments(String id,
String referenceTypeKey)
- Check for authorization to upload documents
- Parameters:
id
- identifier of the objectreferenceTypeKey
- reference type key of the object
deleteRefDocRelation
StatusInfo deleteRefDocRelation(String docRelationId)
throws Exception
- Throws:
Exception
deleteRefDocRelationAndOrphanedDoc
StatusInfo deleteRefDocRelationAndOrphanedDoc(String docRelationId,
String documentId)
throws Exception
- Throws:
Exception
getRefDocIdsForRef
List<RefDocRelationInfo> getRefDocIdsForRef(String refObjectTypeKey,
String refObjectId)
throws Exception
- Throws:
Exception
Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.